free online linux terminal & github cli online gitpod https://www.gitpod.io/features/ https://bcb8313e-05bf-4a93-9309-5f1f68eef1b1.ws-us02.gitpod.io/#/workspace/dart-library-package free linux server online https://linuxcontainers.org/lxd/try-it/ htt…
简介 gh is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code. Github CLI是一个Github官方的命令行工具,如果你已经准备好基于Git来驱动你的工作代码,那么它将给你带来拉取提交.问题和其他Github概…
MAC && Linux terminal session clone 背景 本人使用的是mac,terminal配置的是iterm2,相信许多公司和我司一样登录dev/beta/prod机器的时候需要先 通过跳板机登录.而且往往都会为每一位开发配置一个token,动态的产生一个6位的数字串,用来作为登录密码. 因为每次登录都需要输入token串,对于我这种懒鬼来说是一件非常麻烦的事情,本文章就讲解了如何配置来实现类似于 secureCRT一样的session clone功能 操作步骤 在…
Linux Terminal命令 1.Ctrl + a 回到命令行の「行首/head」. 2.Ctrl + e 回到命令行の「行尾/tail」, ctrl + end. 3.Ctrl + w 後向/backward 刪除一個單詞, ctrl + word. 4.Ctrl + u cut from the head to current cursor 5.Ctrl + k kill from current cursor to the tail 6.Ctrl + y yank a copy fro…
Linux 使用 github  常用命令 今天整理一下常用的 github 命令,自己只是一个编程小白,有些地方可能做的不是很好,仅仅用作自己的学习使用. 创建一个文件夹用于存放github仓库 mkdir 文件夹名称 如果已经存在会提示给你,因为我创建了所以说目标文件已经存在. git --help 命令 git --help wjw@wjw-PC:~/Desktop$ git --help 用法:git [--version] [--help] [-C <path>] [-c <键…
linux Terminal Games install note:sudo apt install, or sudo apt-get install 2048 // download c src # wget https://raw.githubusercontent.com/mevdschee/2048.c/master/2048.c # gcc -o 2048 2048.c Bastet 俄罗斯方块 # sudo apt install bastet Greed (贪心游戏) 不是贪吃蛇,…
转自:http://www.cnblogs.com/JoJosBizarreAdventure/p/5892383.html 在linux terminal中使用代理 方法一: terminal中输入 export http_proxy="http://web-proxy.xxxxxxxx.com" 方法二: .bashrc 中添加 export http_proxy="http://web-proxy.xxxxxxxx.com" 然后执行.bashrc 然后新建的…
windows下使用linux terminal 1.下载安装包 2.安装 3.解决乱码 0.前言 其实,写这个的目的是怕自己忘了,方便以后配置和分享 1.下载安装包 安装包下载地址: http://www.33lc.com/soft/7349.html#download_addr 在这里提醒一下安装界面会附带很多软件,先勾掉不然到时候会莫名其妙地安装很多垃圾软件,所以一定要认真,看好再点. 2.安装 安装过程: http://www.33lc.com/article/7276_4.html 挺…
setting proxy for Windows CMD and Linux Terminal Linux Terminal: set http_proxy=http://127.0.0.1:8118 set https_proxy=http://127.0.0.1:8118 set http_proxy= set https_proxy= more ref: Setting proxy for apt from terminal Windows CMD: format: set HTTP_P…
How to change Linux Terminal display username 如何更改 Linux Terminal 显示的用户名 (base) ➜ ~ whoami xgqfrms-mbp (base) ➜ ~ pwd /Users/xgqfrms-mbp (base) ➜ ~ terminal change username base bug after install Anaconda navigator, terminal change username bug (cond…