04 2014 档案

摘要:少有人走的路---心智成熟的旅程心态决定一切富爸爸穷爸爸余世维的书 阅读全文
posted @ 2014-04-30 16:21 venus_solar 阅读(130) 评论(0) 推荐(0)
摘要:1. 安装openglessudo apt-get install libgles-mesa-dev2. 安装glew 1.9下载codehttp://sourceforge.net/projects/glew/files/glew/makesudo make install3. 安装freetyp... 阅读全文
posted @ 2014-04-28 16:07 venus_solar 阅读(344) 评论(0) 推荐(0)
摘要:1. 下载源码http://www.lua.org/download.html2. 安装readlinesudo apt-get install libreadline6-dev3. build & installtar -xf lua**.tgzcd lua**make linuxsudo mak... 阅读全文
posted @ 2014-04-24 14:54 venus_solar 阅读(160) 评论(0) 推荐(0)
摘要:sudo vi /etc/sudoers%sudo ALL=(ALL:ALL) NOPASSWD: ALL 阅读全文
posted @ 2014-04-24 14:50 venus_solar 阅读(148) 评论(0) 推荐(0)
摘要:思路: 用lvm来生成 /home的virtual卷标,这样新加的磁盘能比较方便并入/home virtual卷标,quota对/home目录下各用户进行空间quota管理方法:LVM2http://ubuntuforums.org/showthread.php?t=1782296sudo apt-... 阅读全文
posted @ 2014-04-22 17:32 venus_solar 阅读(403) 评论(0) 推荐(0)
摘要:方法:sudo apt-get install sshfssshfs username@server:/REMOTE_PATH LOCAL_PATH 阅读全文
posted @ 2014-04-22 17:15 venus_solar 阅读(256) 评论(0) 推荐(0)
摘要:安装一下工具即可sudo apt-get install libwxgtk2.8-dev codelite wxcrafter 阅读全文
posted @ 2014-04-22 17:09 venus_solar 阅读(594) 评论(0) 推荐(0)
摘要:此项技巧非常必要,比如自动下载code,自动跑一些测试等等方法: crontab -e 阅读全文
posted @ 2014-04-22 17:07 venus_solar 阅读(185) 评论(0) 推荐(0)
摘要:运行 make menuconfig的得到以下错误:***Unable to find the ncurses libraries or the*** required header files.*** 'make menuconfig' requires the ncurses libraries... 阅读全文
posted @ 2014-04-22 17:05 venus_solar 阅读(769) 评论(0) 推荐(0)