摘要:
root执行以下命令yum-yinstallgccautomakeautoconflibtoolmake 阅读全文
摘要:
yuminstallgccgcc-c++yuminstallautoconfautomake或者http://www.cnblogs.com/chuncn/archive/2010/10/15/1851853.html 阅读全文
摘要:
首先下载cntlm并安装:http://ftp.awk.cz/pub/cntlm-0.93beta5-1.i386.rpm1。全局代理配置编辑/etc/bashr 或 ~/.bashrc 加入如下代码export http_proxy=127.0.0.1:3128export https_proxy=127.0.0.1:3128export ftp_proxy=127.0.0.1:31282.修改cntlm配置文件打开cntlm配置文件 /etc/cntlm.conf加入如下代码:Username代理用户名Domain所属域Password代理密码#Workstationnetbios_hos 阅读全文
摘要:
查询文件或文件夹所有信息:ls -l [文件名]解压文件: tar zxvf [filename]转换角色:su 退出 :exit进入文件:vi 退出 :q 阅读全文