.deb 的安装、卸载



Ubuntu 配置笔记整理[12]
Ubuntu 9.04
dpkg -i openq_0.3.2-2006_i386.deb (安装openq)
dpkg -l | grep openq (查找openq)
dpkg -r openq (删除openq)
dpkg –purge openq (删除openq的配置文件)

Ubuntu 9.04 with 神舟 W750T

Ubuntu 配置笔记整理[11]
Ubuntu 9.04
神舟毕竟是个杂牌,虽然现在Ubuntu的兼容性越来越强,驱动支持也相对较好,但碰上了个杂牌机还是有些功能不好用。现下加以总结:

无线网卡配置
W750T的无线网卡默认开启,且快捷键无用,可用如下方法关闭
sudo ifconfig wlan0 up/down
fix: 新版本中右击网络管理器,有关闭无线的选项

  • 耳机的使用
    将声道调为六声道,将Front关到最小或静音可关闭外放,耳机插在后两个口上
  • wine 安装、使用、调优



    Ubuntu 配置笔记整理[10]
    Ubuntu 9.04
    指南见NO.006_20090513_U904_Linux平台上关于工具Wine的完全使用指南
    字体调整
    1、从c:\windows\fonts\里拷贝一个simsun.ttc到~/.wine/drive_c/windows/fonts/
    2、修改/加入 ~/.wine/system.reg
    [System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts]
    "LogPixels"=dword:00000070
    这里是改变dialog window buttom的字体大小
    3.修改/加入 ~/.wine/windows的dir/win.ini
    [Desktop]
    menufontsize=13
    messagefontsize=13
    statusfontsize=13
    IconTitleSize=13
    这边是改变其他字体的大小
    另外:
    修改~/.wine/system.reg
    [Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes] 1144897563
    "MS Shell Dlg"="SimSun"
    "MS Shell Dlg 2"="SimSun"
    可以解决某些按钮字体的问题
    在某些系统中,以上方法都不能解决字体默认为simsun,最后发现,系统最先使用simfang.ttf,所以可以这样做:
    ln -s SimSun.ttc simfang.ttc
    因为simfang.ttc在simfang.ttf前,所以使用了simsun字体
    界面颜色调整(美化)
    修改~/.wine/user.reg,将[Control Panel\Colors]替换如下
    [Control Panel\Colors]
    "ActiveBorder"="239 235 231"
    "ActiveTitle"="210 141 70"
    "AppWorkSpace"="177 170 163"
    "Background"="0 0 0"
    "ButtonAlternateFace"="181 181 181"
    "ButtonDkShadow"="115 106 96"
    "ButtonFace"="239 235 231"
    "ButtonHilight"="253 250 248"
    "ButtonLight"="239 235 231"
    "ButtonShadow"="179 175 171"
    "ButtonText"="0 0 0"
    "GrayText"="179 175 171"
    "Hilight"="248 206 140"
    "HilightText"="0 0 0"
    "InactiveBorder"="239 235 231"
    "InactiveTitle"="239 235 231"
    "InactiveTitleText"="60 60 59"
    "InfoText"="0 0 0"
    "InfoWindow"="239 235 231"
    "Menu"="239 235 231"
    "MenuBar"="239 235 231"
    "MenuHilight"="248 245 242"
    "MenuText"="0 0 0"
    "Scrollbar"="203 193 183"
    "TitleText"="255 255 255"
    "Window"="255 255 255"
    "WindowFrame"="0 0 0"
    "WindowText"="0 0 0"

    Ubuntu 环境变量设置

    Ubuntu 配置笔记整理[9]
    Ubuntu 9.04
    在Ubuntu中有如下几个文件可以设置环境变量

    * /etc/profile:在登录时,操作系统定制用户环境时使用的第一个文件,此文件为系统的每个用户设置环境信息,当用户第一次登录时,该文件被执行。

  • /etc/environment:在登录时操作系统使用的第二个文件,系统在读取你自己的profile前,设置环境文件的环境变量。
  • ~/.profile:在登录时用到的第三个文件是.profile文件,每个用户都可使用该文件输入专用于自己使用的shell信息,当用户登录时,该文件仅仅执行一次!
    默认情况下,他设置一些环境变量,执行用户的.bashrc文件。
  • /etc/bashrc:为每一个运行bash shell的用户执行此文件。当bash shell被打开时,该文件被读取。
  • ~/.bashrc:该文件包含专用于你的bash shell的bash信息,当登录时以及每次打开新的shell时,该该文件被读取。
  • Ubuntu 自动mount ntfs分区

    Ubuntu 配置笔记整理[8]
    Ubuntu 9.04
    修改 /etc/fstab,添加如下语句

    /dev/sda1    /media/ntfs_c    ntfs    defaults    0    0
    /dev/sda5 /media/ntfs_d ntfs defaults 0 0
    /dev/sda6 /media/ntfs_e ntfs defaults 0 0
    /dev/sda7 /media/ntfs_f ntfs defaults 0 0

    注意,这里sda1~sda7是我的设备名称,可手动mount后通过系统监视器查看,其他参数见Lib文档NO.005_20090513_U904

    优化SWAP 调整内存使用策略

    Ubuntu 配置笔记整理[7]
    Ubuntu 9.04

    * 查看你的系统里面的swappiness

    $ cat /proc/sys/vm/swappiness

  • 不出意外的话,你应该看到是 60
  • 修改swappiness值为10
    $ sudo sysctl vm.swappiness=10


  • 但是这只是临时性的修改,在你重启系统后会恢复默认的60,所以,还要做一步:
    $ gksudo gedit /etc/sysctl.conf


  • 在这个文档的最后加上这样一行:
    vm.swappiness=10

  • Ubuntu Flash 字体方框解决

    Ubuntu 配置笔记整理[5]
    Ubuntu 9.04
    Flash字体方框解决方法
    修改 /etc/fonts/conf.d/49-sansserif.conf (注意备份)
    sudo gedit ./49-sansserif.conf
    将其中的第1、2、4个后面的sans-serif或者serif用你自己系统中支持中文的字体的名字代替,注意字体名字的大小写
    比如:我的系统中安装了wqy-zenhei.ttf,我则用wqy-zenhei代替上述所说的字段,结果如下:

        <match target=”pattern”>
    <test qual=”all” name=”family” compare=”not_eq”>
    <string>wqy-zenhei</string>
    </test>
    <test qual=”all” name=”family” compare=”not_eq”>
    <string>wqy-zenhei</string>
    </test>
    <test qual=”all” name=”family” compare=”not_eq”>
    <string>monospace</string>
    </test>
    <edit name=”family” mode=”append_last”>
    <string>wqy-zenhei</string>
    </edit>
    </match>

    Ubuntu 触摸板配置

    Ubuntu 配置笔记整理[4]
    Ubuntu 9.04
    在 /etc/X11/xorg.conf 中加入如下语句

        Section "InputDevice"
    Identifier "Synaptics Touchpad"
    Driver "synaptics"
    Option "SendCoreEvents" "true"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "HorizScrollDelta" "0"
    Option "SHMConfig" "on"
    EndSection

    再在ServerLayout语句块中添加
        InputDevice "Synaptics Touchpad"

    从源中安装 触摸板 程序

    aMule 编译指南

    Ubuntu 配置笔记整理[3]
    Ubuntu 9.04
    aMule
    自己编译,否则无法使用upnp功能
    编译的基本步骤 ./configure #生成编译配置文件
    make #编译链接
    make install #安装

    遵循如下指引: http://linuxtoy.org/archives/howto_amule_cvs.html

  • 或Lib文档 No.004_20081109_U810
  • 生成编译配置文件的语句: sudo ./configure –prefix=/usr –enable-geoip –disable-debug –enable-optimize –enable-profile –enable-ccache –with-libupnp-prefix=PREFIX
  • 使用文章中提到的下载包,可以直接在新立得中找对应名称的 libXXX-dev 下载即可
  • Firefox与amule关联,按照No.004_20081109_U810.odt方法设置后注意,第一次运行时必须手动选择/usr/bin/ed2k,直接在String中写路径是无效的
    *复制链接地址后粘贴到 aMule 中依然会乱码