Fork me on GitHub

12 2014 档案
ubuntu系统从中文环境改成英文环境
摘要:我们在 安装ubuntu server版的时候,有人可能选择了中文环境安装,因为那样好设置时区等参数,可是安装好了后,运行某些命令的时候会有中文乱码提示,看起很是头蛋疼, 我们就需要将其改成英文环境。我们需要修改的文件/etc/default/locale#sudo vim /etc/default... 阅读全文
posted @ 2014-12-16 18:28 huashiyiqike 阅读(347) 评论(0) 推荐(0)
linux查文件及文件夹大小
摘要:ll | awk '{ print $9}' |xargs du -sh 阅读全文
posted @ 2014-12-15 16:16 huashiyiqike 阅读(147) 评论(0) 推荐(0)
matlab 转c++ 转
该文被密码保护。
posted @ 2014-12-12 17:21 huashiyiqike 阅读(0) 评论(0) 推荐(0)
tmux protocol version mismatch (client 7, server 6)
摘要:$ tmux attachprotocol version mismatch (client 7, server 6)$ pgrep tmux3429$ /proc/3429/exe attachoriginal post on Google Plus -https://plus.google.co... 阅读全文
posted @ 2014-12-01 15:05 huashiyiqike 阅读(1591) 评论(0) 推荐(0)