wget下载amd驱动

@ref: http://www.bitbenderforums.com/forums/showthread.php?88992-AMD-Catalyst-13-12 # wget http://www2.ati.com/drivers/linux/amd-catalyst-13.12-linux-x86.x86_64.zip \ --referer='http://support.amd.com/en-us/download/desktop?os=Linux+x86' \ # man wget | ... | --referer=url | Include `Referer: url' header in HTTP request. Useful for retrieving documents with server-side processing that assume they are always being retrieved by interactive web browsers and only come out properly when Referer is | set to one of the pages that point to them.

2014-01-01 · wuan

VirtualBox 安装 Mac OS X

在 PC 物理环境中安装 Mac OS X 不能。笔记本 x200 安装原版 SnowLeopard 10.6.0 成 功,但进入桌面后键盘失效。改用黑苹果安装盘 —— 东皇 10.6.3-v2.2,中途就报错,只 能重启。 下载 VirtualBox-4.0.0、EmpireEFI-1063.zip、snowleopard_10a432_userdvd.d...

2011-01-02 · wuan

Razer Lycosa

几年前买的 Razer Lycosa 键盘,右上角有 6 个功能键,外加1个键盘背景灯开关键 一直以来我都认为这 6 个功能键在 GNU/Linux 下没有驱动是无法使用的。不过今天碰巧 看到一篇 http://stebalien.com/2008/09/linux-razer-lycosa-wtf.html 帖子,我从 中发现了 xev 这个工具。启动 xev,点击这些个功能键,很幸运,键码都能被捕获,它们 的 keycode 分别是 162, 164, LO 174, 176 144, 153, GO sw 然后我写了这样的 ~/.xmodmaprc keycode 162...

2009-04-27 · wuan

xset -q

暂时取消显示器电源管理 % xset -dpms

2009-02-13 · wuan

ubuntu读写ntfs分区

FROM:http://blog.pixian.org/linux/37/install_ubuntu_ntfs-3g/ 安装必要工具──ntfs-3g % sudo apt-get install ntfs-3g 由于ntfs-3g工作环境依赖fuse,确保安装完毕后fuse已正常加载 % lsmod | grep fuse 另外为了每次开机都能直接读写ntfs分...

2007-01-28 · wuan