摘要:
https://sourcedigit.com/20839-extract-install-tar-gz-files-ubuntu/ wget https://jaist.dl.sourceforge.net/project/ctags/ctags/5.8/ctags-5.8.tar.gz tar 阅读全文
摘要:
vim as ide for c/cpp project https://blog.csdn.net/hunter___/article/details/81809001 vim查找: https://blog.csdn.net/xnxygxp/article/details/97252107 vi 阅读全文
摘要:
/etc/vim/vimrc 中,打开以下语句: " Uncomment the following to have Vim jump to the last position when " reopening a file if has("autocmd") au BufReadPost * if 阅读全文
摘要:
ldd list dynamic dependencies 列出动态依赖关系 使用方法例: $ ldd darknet linux-vdso.so.1 => (0x00007ffe1c956000) libopencv_highgui.so.3.4 => /usr/local/lib/libopen 阅读全文
摘要:
Vim下多行同时编辑与删除技巧 转载:https://www.jianshu.com/p/50d5b6cfd73b item 1 item 2 item 3 变成: my_item 1 my_item 2 my_item 3 将光标移到要插入相同内容的第一行第一个字符上,如上面代码中item 1中的 阅读全文
摘要:
https://greasyfork.org/zh-CN/scripts/373563-bilibili-evolved 参考: https://zhuanlan.zhihu.com/p/124293184 阅读全文
摘要:
转载:http://www.mintos.org/soft/oneclick-deepinsoft.html 前文《一站式安装:Ubuntu/LinuxMint安装QQ和迅雷等常用软件》 介绍了在 LinuxMint/Ubuntu 下如何安装 QQ 微信等常用Wine软件。今天要介绍的是另外一种超级 阅读全文
摘要:
scp 免密登录、传输 ssh-keygen -q -f ~/.ssh/id_rsa -t rsa from http://novosial.org/openssh/publickey-auth/ ssh-copy-id -i ~/.ssh/id_rsa root@192.168.1.5 添加id_ 阅读全文
摘要:
转载:https://www.cnblogs.com/llfctt/p/11804082.html 1、第一步:备份原来的源文件 cd /etc/apt/ 命令 cp sources.list sources.list.bak 将sources.list备份到sources.list.bak 第二步 阅读全文