Linux study -- updating

using 12.04

1. change boot order

  /etc/default/grub

    --GRUB_DEFAULT=5 --run update-grub, check the order number of OS you want as the default os, 0 based.

    --GRUB_TIMEOUT=5

 

  sudo mv /etc/grub.d/30_os-prober /etc/grub.d/08_os-prober
  sudo update-grub(这个命令会重新生成/boot/grub/grub.cfg)

2. install google chrome

  a) download install package: https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb  (32bit)

  b) sudo dpkg -i xxxxx.deb

      sudo apt-get -f install

       c)pin to quick launch bar

    method 1: 

      create chrome.desktop in /usr/share/applications/

      content as:

     

 [Desktop Entry]

      Version=1.0

      Name=Zend Studio

      Comment=PHP IDE for PHP development

      Type=Application

      Categories=Development;IDE;

      Exec=/home/{username}/Zend/ZendStudio-10.0.0/ZendStudio

      Terminal=false

      StartupNotify=true

      Icon=/home/{username}/Zend/ZendStudio-10.0.0/icon.xpm

 

    method 2:

    sudo apt-get install gnome-panel

    gnome-desktop-item-edit ~/Desktop --create-new

        type: application

        location: /opt/google/chrome/chrome

3. install chinese input method

  a). install chinese support in system settings -> language support. 

  b). set input method in top task bar -> preference, set the input method.

4. show desktop when kick 'D' in xrdp

  a). gConfEditor

  b). /app/metacity/global

 

 

 

posted on 2013-10-01 01:01  Panda_xingchen  阅读(112)  评论(0)    收藏  举报

导航