Fork me on GitHub

李可

导航

上一页 1 2 3 4 5 6 ··· 17 下一页

2018年11月20日 #

我的vimrc设置

摘要: vim一个文件 :e version :editor version 查看.vimrc所在的系统和用户文件 vim ~/.vimrc 阅读全文

posted @ 2018-11-20 18:00 李可在江湖 阅读(220) 评论(0) 推荐(0) 编辑

2018年11月5日 #

nginx

摘要: 查看nginx安装哪里 sudo su //切换root find / name nginx//在根目录下找名字 只是nginx 的文件 /etc/logrotate.d/nginx /etc/nginx //一般在这里 /etc/rc.d/init.d/nginx /etc/sysconfig/n 阅读全文

posted @ 2018-11-05 18:23 李可在江湖 阅读(287) 评论(0) 推荐(0) 编辑

2018年10月31日 #

选中

摘要: command+shift +左箭头 选中光标到行文头部 command +左箭头 光标到行文头部 阅读全文

posted @ 2018-10-31 11:01 李可在江湖 阅读(504) 评论(0) 推荐(0) 编辑

vscode垂直选中列选中

摘要: VSCode列选择快捷键:Alt+Shift+左键 阅读全文

posted @ 2018-10-31 10:58 李可在江湖 阅读(14121) 评论(2) 推荐(4) 编辑

2018年10月29日 #

lsof

摘要: 查看端口 被哪个进程占用了 lsof i:6565 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME Google 365 didi 187u IPv4 0x9de5a29dff036b09 0t0 TCP localhost:60284 loca 阅读全文

posted @ 2018-10-29 12:40 李可在江湖 阅读(216) 评论(0) 推荐(0) 编辑

2018年10月28日 #

bashrc和bash_profile

摘要: 在~/.bashrc中起别名 ~/.bash_profile中也不用 阅读全文

posted @ 2018-10-28 16:18 李可在江湖 阅读(162) 评论(0) 推荐(0) 编辑

2018年10月9日 #

centos安装tree命令

摘要: centos安装tree命令 windows安装tree命令 "我的另一篇" 阅读全文

posted @ 2018-10-09 11:59 李可在江湖 阅读(2155) 评论(0) 推荐(0) 编辑

linux查看磁盘大小df命令

摘要: https://www.cnblogs.com/sparkdev/p/9273094.html 阅读全文

posted @ 2018-10-09 11:56 李可在江湖 阅读(481) 评论(0) 推荐(0) 编辑

linux查看文件夹大小du命令

摘要: 查看1级( max depth=1)目录的大小,并排序 "参考" h或–human readable 以K,M,G为单位,提高信息的可读性。 –max depth= 超过指定层数的目录后,予以忽略 rm rf 文件之后 df 占比还很高 lsof s | grep "delete" | sort k 阅读全文

posted @ 2018-10-09 11:50 李可在江湖 阅读(1159) 评论(0) 推荐(0) 编辑

2018年10月8日 #

git本地推送远程

摘要: 第一次将本地映射到已经存在的仓库 https://techoverflow.net/2017/08/09/how to solve git fatal no configured push destination/ https://stackoverflow.com/questions/379379 阅读全文

posted @ 2018-10-08 15:33 李可在江湖 阅读(862) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 17 下一页