- 博客(8)
- 资源 (2)
- 问答 (1)
- 收藏
- 关注
原创 linux64使用wine的opengl选项
一直以来没法玩war3,因为总是在wine启动时报驱动错误。今天看了一个帖子,恍然大悟,在wine命令前设置驱动变量到32位驱动库即可。[code="bash"]export LIBGL_DRIVERS_PATH=/usr/lib32/dri[/code]...
2010-12-11 22:38:39
1680
原创 ubuntu无线上网配置WPA/WPA2路由
由于linux内核对于WPA的加密方式支持不是很好,所有使用普通方式的命令行无法连接WPA2类型的路由。首先检查是否安装了wpasupplicant,ubuntu10.04已经安装了。使用命令生成需要的配置文件[code="shell"]wpa_passphrase ESSID PWD > xxx.conf[/code]然后将生成的xxx.conf放到一个确定的目录...
2010-06-12 13:38:29
511
原创 ubuntu10.04屏幕闪烁解决方式
参见:[url]https://wiki.ubuntu.com/X/KernelModeSetting[/url]我的是ATI的显卡。直接命令[code="shell"]sudo su[/code][code="shell"]echo options radeon modeset=0 > /etc/modprobe.d/radeon-kms.conf[/code]但...
2010-05-22 23:25:32
437
原创 ubuntu声音太小的解决方式
安装以后一直发现声音很小使用[code="shell"]alsamixer[/code]调节没什么差别,耳机里面声音比较正常,但是扩音的声音令人发指。看到网上发贴,学习后坐下列操作:[code="shell"]ls -al /dev/snd[/code]展示如下:[code="shell"]total 0drwxr-xr-x 3 root root 22...
2010-05-19 01:19:19
1074
安装stardict后的中文输入问题
安装就不多废话了。安装后^+space,发现fcitx不起作用,执行下面操作解决:[code="shell"]gconf-editor[/code]打开的是“配置编辑器”,找到“/desktop/gnome/interface/gtk-im-module”,设置为“xim”。OK了...
2010-04-29 16:42:08
117
ubuntu挂载局域网共享文件
感谢dbott67原文地址:http://ubuntuforums.org/showthread.php?t=280473HOWTO: Mounting SMB/CIFS Shares A few of the downsides on the Nexstar LX NAS device that I purchased is that: 1...
2010-04-29 14:23:05
326
mysql新建用户本地无法登录
出此是用mysql,因为root权限过高,所以新建一用户appadmin,权限仅为要用到的数据库。创建语句如下:grant select,insert,update,delete on test.* to appadmin@"%" identified by "password";其中@“%”是可以在任何地址登录。创建后到mysql.user下查看,有该用户。但是使用mysql -u appa...
2009-03-11 22:06:55
241
web项目的classpath的疑惑
2008-12-02
TA创建的收藏夹 TA关注的收藏夹
TA关注的人