随笔分类 - 工具
工欲善其事,必先利其器
摘要:1. 下载源码http://www.lua.org/download.html2. 安装readlinesudo apt-get install libreadline6-dev3. build & installtar -xf lua**.tgzcd lua**make linuxsudo mak...
阅读全文
摘要:sudo vi /etc/sudoers%sudo ALL=(ALL:ALL) NOPASSWD: ALL
阅读全文
摘要:方法:sudo apt-get install sshfssshfs username@server:/REMOTE_PATH LOCAL_PATH
阅读全文
摘要:安装一下工具即可sudo apt-get install libwxgtk2.8-dev codelite wxcrafter
阅读全文
摘要:此项技巧非常必要,比如自动下载code,自动跑一些测试等等方法: crontab -e
阅读全文
摘要:运行 make menuconfig的得到以下错误:***Unable to find the ncurses libraries or the*** required header files.*** 'make menuconfig' requires the ncurses libraries...
阅读全文
摘要:又需要用cscope和ctags了,这里记录一下==============安装ctags,cscope,创建索引sudo apt-get install ctags cscopefind . -name "*.c" -o -name "*.h" > cscope.filescscope -Rbqc...
阅读全文

浙公网安备 33010602011771号