›
bash
auto open Chrome DevTools in the command line
日志auto open Chrome DevTools in the command line --auto-open-devtools-for-tabs # macOS $ /Applications/ ... |
how to auto open a url in the browser by using terminal
日志how to auto open a url in the browser by using terminal Linux / MacOS # bash / zsh $ open http://loc ... |
how to write string to file in bash
日志how to write string to file in bash https://stackoverflow.com/questions/22713667/shell-script-how-to ... |
linux move file / folder bash command
日志linux move file / folder bash command mv $ which mv $ man mv # mv [-f] source target/ target folder ... |
bash shell cli tools
日志bash shell cli tools before # create files $ mkdir app-component $ cd app-component $ touch index.ht ... |
macOS & Nginx
日志macOS & Nginx ngnix # 使用 brew 安装(如果没有 brew 命令,需要自行安装 brew) $ brew install nginx $ nginx -h # 查看 ... |
linux bash shell & lsof & grep & ps
日志linux bash shell & lsof & grep & ps lsof list all open files # lsof & grep $ lsof -P ... |
git stash & git stash pop
日志git stash & git stash pop $ git checkout feature/select-seat-system $ git checkout feature/app-d ... |
zsh all in one
日志zsh all in one zsh https://ohmyz.sh/ # install $ sh -c "$(curl -fsSL https://raw.github.com/ohm ... |
Linux Bash Shell All In One
日志Linux Bash Shell All In One Linux & Bash Shell https://github.com/xgqfrms/learning/tree/gh-pages ... |
linux cd root directory
日志linux cd root directory https://www.cyberciti.biz/faq/how-to-change-directory-in-linux-terminal/ htt ... |
npm & cmd & bash & bin
日志npm & cmd & bash & bin bin node_modules & nested npm publish & all src files npm ... |
github & webhooks
日志github & webhooks git auto commit bash shell script https://developer.github.com/webhooks/ POST ... |
tree ignore & bash & cmd
日志tree ignore & bash & cmd tree ignore https://unix.stackexchange.com/a/47806 https://zaiste.n ... |
cmd & tree & bash & tree ignore & tree --help & tree all in one
日志cmd & tree & bash & tree ignore & tree --help & tree all in one tree --help $ tr ... |
bash shell & front-end & auto publish & auto deploy
日志bash shell & front-end & auto publish & auto deploy $ zip -r apitool-2018-11-22.zip apit ... |
linux & chmod & 777 & 755
日志linux & chmod & 777 & 755 https://github.com/xgqfrms-GitHub/Node-CLI-Tools/blob/master/b ... |
Linux & tree
日志Linux & tree https://www.computerhope.com/unix/tree.htm https://www.computerhope.com/unix/tree.h ... |
如何给 GitHub 添加 SSH key, 如何生成 SSH key 详细图文教程!
日志如何给 GitHub 添加 SSH key, 如何生成 SSH key 详细图文教程! 一. 生成 SSH key https://ide.c9.io/xgqfrms/ 创建一个空项目:(或使用 ... |
1 |
Bash on Ubuntu on Windows ( Windows Subsystem for Linux)
日志1 # Bash on ubuntu on Windows https://www.cnblogs.com/anonymous-ufo/p/6143480.html 1 1 如何启用Bash ... |
小编推荐文章
大家都在看