CentOS 6.5 其他设置

无线网卡驱动

支持 Broadcom's BCM4311, BCM4312, BCM4313, BCM4321, BCM4322, BCM4352, BCM43142, BCM43224, BCM43225, BCM43227 and BCM43228 芯片

参考 http://elrepo.org/tiki/wl-kmod

GeForce 230M显卡驱动

230M的装其他驱动声卡可能有问题

wget -c http://cn.download.nvidia.com/XFree86/Linux-x86_64/325.15/NVIDIA-Linux-x86_64-325.15.run

安装ThunderBird

参考 http://www.if-not-true-then-false.com/2011/install-thunderbird-on-fedora-centos-and-red-hat-rhel/

安装后别忘记Conversation和Exchagne的插件

SSH隧道和SOCK5设置

参考 http://xiangyanglai.blog.163.com/blog/static/204725202201231262049484/

http://dzmailbox.blog.163.com/blog/static/120534385201232642637847/

我的ssh例子:

防止断线: 新建 .ssh/config文件

里面放 ServerAliveInterval 60 即可。

#!/bin/bash
# open terminal with the title as messi and execute command "ssh mwu@messi"
gnome-terminal -e "ssh mwu@messi" -t "messi"
# create a tunnel to mays:22 from localhost:10022 with acccess of mwu@messi
ssh -N -f -L 10022:mays:22 mwu@messi
# create a tunnel to ruth:21 from localhost:10021 with acccess of mwu@messi
ssh -N -f -L 10021:ruth:22 mwu@messi
# create a SOCKS5 tunnel bindint to local poort 9000 with access to mwu@localhost:10021(actuall this is ruth access)
ssh -N -f -D 9000 mwu@localhost -p 10021


安装ThunderBird

参考 http://www.if-not-true-then-false.com/2011/install-thunderbird-on-fedora-centos-and-red-hat-rhel/

安装后别忘了安装Exchange插件和Conversation插件,搜索Add-On并且安装

FortiClient设置

软件在我的快盘的软件备份文件夹里,下载后解压直接运行forticlientsslvpn,按照提示把缺少的so文件一一安装,(采用yum whatprovides ****so的方式安装),第一次用root权限跑一遍forticlientsslvpn,然后在用普通用户运行forticlientsslvpn

安装和升级Firefox

我参考了这个网页的第一种方法: http://nufeng.net/centos6-firefox-latest-version/ 安装完之后,自己的Flash等插件就可以用了

安装flash-plugin

yum install -y flash-plugin即可

Pidgin设置

*****需要设置 rpm-gpg/RPM-GPG-KEY-EPEL-6 yum源(不然pidgin-sipe无法安装)CentOS 6.5 安裝 RPMforge 非官方套件庫

安装: yum install -y pidgin pidgin-sipe 

设置参考网上,主要是对于communicator的UserAgent的设置要变成 UCCAPI/15.0.4481.1000 OC/15.0.4481.1000

参考 http://sourceforge.net/p/sipe/wiki/Frequently%20Asked%20Questions/#connection-refused-with-error-messagewzxhzdk10you-are-currently-not-using-the-recommended-version-of-the-clientwzxhzdk11you-have-been-rejected-by-the-server-httpsportalmicrosoftonlinecomdownloadlyncaspx 

安装Subersion-1.8

wget -c http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/x86_64/mod_dav_svn-1.8.4-2.x86_64.rpm
wget -c http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/x86_64/serf-1.3.2-2.x86_64.rpm
wget -c http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/x86_64/subversion-1.8.4-2.x86_64.rpm
wget -c http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/x86_64/subversion-gnome-1.8.4-2.x86_64.rpm
wget -c http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/x86_64/subversion-javahl-1.8.4-2.x86_64.rpm
wget -c http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/x86_64/subversion-perl-1.8.4-2.x86_64.rpm
wget -c http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/x86_64/subversion-python-1.8.4-2.x86_64.rpm
wget -c http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/x86_64/subversion-tools-1.8.4-2.x86_64.rpm

然后用rpm 安装自己需要的,我就安装了两个 subversion-1.8.4-2.x86_64.rpm 和 subversion-javahl-1.8.4-2.x86_64.rpm serf-1.3.2-2.x86_64.rpm(不然Eclipse里面的JavaHL的核心无法使用)


找不到locate和updatedb命令

yum install mlocate -y



转载于:https://my.oschina.net/xue777hua/blog/215654

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值