[日记]2014-6-29

来源:互联网 发布:mac升级系统卡住 编辑:程序博客网 时间:2024/05/29 15:17
1.  /etc/apt/sources.list 设置镜像源
2.  write ubuntu configuration tutorials
3.  google alternatives:
    aol.com   ==> base on google
    bing.com  ==> better than baidu
4.  install automake, autoconf from the official website, rathter than the apt-get source (old version).
5.  /bin stores system commands. Make symbolic links here to your executable to easily access them:
    sudo ln -s -T <target executable -- full location> /bin/<linkname>
6.  aptitude
    aptitude will fire up the embedded software install program.
7.  输入法修复
    手贱安装了 fcitx 结果连原来的 ibus 都废了武功。http://blog.csdn.net/shaoguangleo/article/details/6361985
    修复默认输入法:
        1.命令 im-switch -s fcitx -z default
        2.~/.bashrc 加入如下内容:
            export XMODIFIERS=@im=IBUS
            export GTK_IM_MODULE=IBUS
            export QT_IM_MODULE=IBUS
            ibus-daemon&
8.  vim技巧:自动补全 Ctrl+N            
9.  寻找命令所在: which
10. The best place looking for XORG and XSERVER packages is freedesktop.
    要求安装 wanland-scanner: libwayland
           xorg-macros:  xutils-dev (no use)||  git://anongit.freedesktop.org/xorg/util/macros
           xorg-server macros:  xserver-xorg-dev (no use) || git://anongit.freedesktop.org/xorg/xserver
           font-util-1.3.0: http://cgit.freedesktop.org/xorg/font/util/
                            http://cgit.freedesktop.org/xorg/font/util/snapshot/font-util-1.3.0.tar.gz

           glproto >= 1.4.17  http://archive.ubuntu.com/ubuntu/pool/main/x/x11proto-gl/x11proto-gl_1.4.17.orig.tar.gz

           dri3proto http://anongit.freedesktop.org/git/xorg/proto/dri3proto.git
                     git://people.freedesktop.org/~keithp/dri3proto.git

           presentproto  git://anongit.freedesktop.org/xorg/proto/presentproto


           ~/.bashrc: append the following settings to ~/.bashrc:
                export PKG_CONFIG_PATH=/usr/share/pkgconfig
                export ACLOCAL="aclocal -I /usr/share/aclocal/"


    libdrm-dev, libva, libva-intel-driver-dev, xf86-video-intel,

11. Compile libva step by step on Ubuntu 13.04
      ==> http://bbs.rosoo.net/thread-15645-1-1.html
12. ~/vimrc :  vim configuration file
    References:
    http://hi.baidu.com/aroundtw/item/6bb43652c7c84e928c12ede4




    Today: installing MESA, using POINT 11 WAY
0 0
原创粉丝点击