随笔分类 -  linux

摘要:0.first step sudo apt-get update 1.中文字库 sudo apt-get install ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy 2.输入法 拼音输入法:sudo apt-get install scim-pinyin 五 阅读全文
posted @ 2017-07-12 14:13 夜梦多离殇 阅读(2583) 评论(0) 推荐(0)
摘要:安装: yum install python-setuptools &&easy_install pip pip install git+https://github.com/***/***.git@master 启动: ssserver -p 443 -k pass 阅读全文
posted @ 2017-05-07 09:48 夜梦多离殇 阅读(5) 评论(0) 推荐(0)
摘要:昨天晚上注意到在无任何写操作的时候系统会自动进行写操作,好像是jbd2这个进程在间歇对硬盘进行写入操作.网上查说是ext4文件系统的bug,升级内核解决.装了新内核后,故障解决. 我的系统内核版本是3.16,在网上下载最新内核4.10.www.kernel.org xz -d linux-4.10. 阅读全文
posted @ 2017-03-17 11:47 夜梦多离殇 阅读(349) 评论(0) 推荐(0)