0
To-do-lists after fresh installation of Ubuntu
- Install Cisco VPN
$ sudo apt-get install vpnc
$ sudo su
$ cd /etc/vpnc
$ cp example.conf umcampus.conf
$ gedit umcampus.conf------------
IPSec gateway: 141.211.255.196
IPSec ID: UM-on-campus-wireless
IPSec secret: W...........TB.....d!
Xauth interactive
------------
Connect:
$ sudo vpnc umcampusDisconnect:
$ sudo vpnc-disconnect
Note: If the profile file 'default.conf' reside in /etc/vpnc, then it will be automatically called in using following command$ sudo vpnc-connect
- Setup PDF printer
- Check GCC installation
- Several nice GNOME C++ IDEs
- 设置中文输入
- Install other cool softwares
$ sudo apt-get install cups-pdfCreate folder '/home/username/PDF'.
Find GCC location:
$ which gccCheck GCC version:
$ gcc -vUpdate GCC:
$ sudo apt-get install build-essential$ sudo apt-get install anjuta$ sudo apt-get install codeblocks$ sudo apt-get install eclipse eclipse-cdt$ sudo apt-get install geanyStep 1: System >> Administration >> Language Support >> Install/Remove Languages >> Check 'Chinese'
check 'Use input method engines (IME) to enter complex characters'
Step 2: System >> Preferences >> SCIM Input Method Setup >> Enable your preferred input method
Flowchart:
$ sudo apt-get install diaSupport chm format document:
$ sudo apt-get install gnochm (for GNOME)$ sudo apt-get install kchmviewer (for KDE)Support rar:
$ sudo apt-get install unrarMSN messenger client:
$ sudo apt-get install amsn$ sudo apt-get install emesene$ sudo apt-get install empathyFile/folder synchronization:
$ sudo apt-get install grsync$ sudo apt-get install unison-gtkA very nice referece manager:
$ sudo apt-get install referencerA lightweight bandwidth monitor:
$ sudo apt-get install bwm-ng (need to mannually create menu item)A nice rss feeder under Ubuntu:
$ sudo apt-get install lifereaA vector graph/image editor (similar as Photoshop):
$ sudo apt-get install inkscape
Post a Comment