直接看操作: root@tml-laptop:/dev# mkdir raw root@tml-laptop:/dev# ln -s /dev/.static/dev/rawctl /dev/rawctl root@tml-laptop:/dev# ln -s /dev/.static/dev/raw/raw1 /dev/raw/raw1 root@tml-laptop:/dev# modprobe raw 最后一个modprobe很重要,不然前面的修改不会生效。 绑定一个设备到raw1: root@tml-laptop:/dev# raw /dev/raw/raw1 /de ...
configure参数: CFLAGS="-O3 -mpentiumpro" CXX=gcc CXXFLAGS="-O3 -mpentiumpro \ -felide-constructors -fno-exceptions -fno-rtti" ./configure \ --prefix=/opt/mysql --enable-assembler \ --with-mysqld-ldflags=-all-static 如果configure时候出现错误No curses/termcap library found 则: apt-get ...
1.修改jdev脚本文件 找到并删除一下内容: if [ `expr "$s" : 'java version \"1\.[0-5].*\"'` -le 0 ] then echo "Error: JDeveloper can't recognize the JDK version" fi   2.修改jdev.conf 找到并删除一下内容: SetJavaVM hotspot    
sudo apt-get install sysv-rc-conf sudo sysv-rc-conf
vm6.5 默认是debug运行的,很慢。 这样解决: 在ubuntu里面这样做: cd /usr/lib/vmware/bin sudo cp vmware-vmx-debug vmware-vmx-debug-old sudo cp -a vmware-vmx vmware-vmx-debug
./configure --with-x --enable-cscope --enable-xim --enable-fontset --enable-multibyte
把光盘中的compat-libstdc++-33-3.2.3-61.i386.rpm这个包装上去就可以了。 我的是64位的系统,可是还是得装这个32位的包,装那个64的都不行,估计是Firefox是32的。
修改/etc/X11/xorg.conf 找到 Section "Module" 将 Section "Module" Load "glx" EndSection 改成 Section "Module" Load "glx" Load "extmod" EndSection 就OK了。
ubuntu7.10 下的scim总是有点问题,比如不能重命名等。 换成fcitx后就好多了。 按照网上的方法做,很多是不可行的。 我这样做的 1. sudo apt-get install im-switch fcitx 2. im-switch -c 选择fcitx所在的编号 3. sudo gedit /usr/lib/gtk-2.0/2.10.0/immodule-files.d/scim-gtk2-immodule.immodules 将 # automatically generated by dh_gtkmodules, do not edit “/usr/lib/gtk ...
/usr/share/xsession中有个启动文件,好像叫xfce**.desktop,里面有一行是exec /usr/bin/startxfce4程序,把这里的startxfce4改为xfce4-session就可以了。
crackcell
搜索本博客
存档
最新评论