随笔分类 -  Linux

摘要:ubuntu 和 fedora的安装最容易的,下一步到底即可,传言这俩系统界面太重占性能,大可以切换命令行界面或者安装lxde, awesome, i3启动。 而且这两个系统的软件包是最多最新的,fedora安装和启动相对ubuntu慢太多,butfedora有个spin sugar貌似很好... 阅读全文
posted @ 2015-11-15 12:29 Lcnoctave 阅读(235) 评论(0) 推荐(0)
摘要:问题:fileappender.o relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with fPI 解决: 1. 使用 ar x liblog4cplu... 阅读全文
posted @ 2015-09-20 22:28 Lcnoctave 阅读(7640) 评论(0) 推荐(0)
摘要:- run as admin 启动cygwin- ssh-host-config```\[output\]*** Query: Overwrite existing /etc/ssh_config file? (yes/no) yes*** Info: Creating default /etc/s... 阅读全文
posted @ 2015-04-14 11:22 Lcnoctave 阅读(468) 评论(0) 推荐(0)
摘要:Linux环境中通常是使用http_proxy和ftp_proxy这两个环境变量来获得代理设置:export http_proxy=proxy_addr:port export ftp_proxy=proxy_addr:port 例如,假设你的代理服务器为192.168.1.1,端口是8080,用户... 阅读全文
posted @ 2015-04-02 23:22 Lcnoctave 阅读(413) 评论(0) 推荐(0)
摘要:terminal -> vim ~/.vimrc paste below:```set nocompatibleset nu sts=4 ts=4 sw=4 et si aiset rulerset hlsearchsyntax onfiletype plugin onset whichwrap+=... 阅读全文
posted @ 2015-03-31 22:37 Lcnoctave 阅读(236) 评论(0) 推荐(0)