发布新日志

  • 笑笑

    2008-05-27 13:00:46

    儿子跟老子吵架
        儿子骂老子:你爸是个大王八
        老子急回骂:你爸才是大王八
  • VIM Configuration

    2008-05-20 13:23:40

    "Sets how many lines of history VIM har to remember
    set history=400

    filetype indent on

    "Enable syntax hl
    syntax enable
    syntax on

    "Set 7 lines to the curors - when moving vertical..
    set so=10

    "Always show current position
    set ruler

    "Show line number
    set nu

    "Ignore case when searching
    "set ignorecase
    set incsearch

    "show matching bracets
    set showmatch

    "Highlight search things
    set hlsearch

    "Restore cursor to file position in previous editing session
    set viminfo='10,\"100,:20,%,n~/.viminfo
    au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif

    "Turn backup off
    set nobackup
    set nowb
    set noswapfile

    "set expandtab
    set shiftwidth=8

    "Auto indent
       set ai
    "Smart indent
       set si
    "C-style indeting
       set cindent
    "Wrap lines
       set wrap


  • 偶的装机软件列表

    2008-05-11 18:41:10

    操作系统:
        1、WINDOWS:干活还离不开,主要因为公司的Outlook邮件系统
        2、LINUX:Ubuntu/Fedora,转换中,基本可用,但易用性还是差点

    浏览器:
        1、Firefox:装完机先用防火墙把IE禁止上网

    文件管理:
        1、FreeCommander:免费又好用,在偶用的范围完全可与TotalCommander媲美

    防火墙:
        1、Comodo Firewall:又是免费的

    杀毒:
        1、Norton 8.0:老版本占内存少,从以前公司偷出来的,应该算正版吧?但又是不花钱的

    终端:
        1、Putty:开源,挺好用,就是不能多窗口,但切换不容易,找我弟写了个VC程序,注册全局键用Alt+1/2/3切换各个打开的窗口
        2、SecurCRT:盗版,主要为了其多窗口且能用Alt+123……切换,但对Linux下make menuconfig界面支持不好设置

    编程:
        1、SourceInsight:盗版,但看代码是挺方便
        2、SlickEdit:盗版,用的少,主要是查看变量跳转时,后退以后就不能前进到刚才的地方了,可能是因为它保存跳转信息用堆栈,后退就是出栈,前进的话只能再查看某变量的定义才入栈了;其他功能要比SI强多了,赞一下下。
        3、VI:VIM,在U/L下只有这个简单、轻巧了

    编辑器:
        1、VIM
        2、HHD Free Hex Editor Neo

    阅读:
        1、FoxitReader:轻巧,启动那个快啊
        2、Evince:Linux下用,也很不错
        3、Chm Reader:Firefox的一个扩展,Linux下用,国人开发,好用

    影音:
        1、MPlayer:现在L/W下都可以用,尤其占资源少啊,偶5年前的机器了还能流畅的看1024×512的RMVB电影
        2、千千静听

    看图:
        1、FastStone MaxView

    工具:
        1、KeyTweak
        2、HoeKey
        3、7z

  • Ubuntu 8.04 Installation

    2008-05-06 08:30:53

    在DELL 170L台式机上全新安装Ubuntu 8.04版,启动后DELL E176FPb显示器的分辨率最高只能设置为1024x768,修正步骤如下:
    1、在/usr/share/applications找到Screens and Graphics并双击运行
        Screen->Model:选择为DELL E176FP
        Screen->Resolution: 1280x1024
        Graphics Card->Driver: i810
        OK
    2、修改/etc/X11/xorg.conf
        Section "Device"
            Identifier      "intel"
            Driver          "intel"
        EndSection

    重启后显示器可以上1280x1024了,但刷新率只能设75Hz。

    3、编辑/etc/X11/xorg.conf文件,把里边的分辩率条目都删掉,只留下1280x1024@60那一条,刷新率就正常啦:)

我的栏目

我的存档

数据统计

  • 访问量: 76
  • 日志数: 4
  • 建立时间: 2008-05-06
  • 更新时间: 2008-05-27

RSS订阅

Open Toolbar