摘要:sudosh/usr/share/ati/fglrx-uninstall.shsudoapt-getremove--purgefglrxfglrx_*fglrx-amdcccle*fglrx-dev*到AMD网站下载相应显卡的驱动:http://support.amd.com/us/gpudownload/Pages/index.aspx到英文官网下载的一般比中文的新。sudoapt-getinstallbuild-essentialcdbsfakerootdh-makedebhelperdebconflibstdc++6dkmslibqtgui4wgetexecstacklibelfg0dh
阅读全文
摘要:1、停用网卡:sudo ifconfig eth0 down2、修改MAC地址:sudo ifconfig eth0 hw ether MAC上面命令中的MAC就是要将要修改成的地址,格式为:0a:1b:2c:3d:4c:5f3、重新起用网卡:sudo ifconfig eth0 up4、重启系统的网络服务:sudo /etc/init.d/networking restart
阅读全文
摘要:ow all you need to do is login your remote computer that you have access to with SSH then issue this 1 command:ssh -D 9999 -C me@ipaddress.comThe -D switch - Specifies a local “dynamic” application-level port forwarding. We are also adding the -C switch for compression.Next we need to put the settin
阅读全文