随笔分类 -  Linux

Linux
摘要:首先确保已安装dconf-editorsudo apt-get install dconf-tools 然后打开dconf-editor找到:org – gnome -desktop – interface–gtk-color-scheme这一项,默认是空的,需要你自己写进去。写的格式是:项目名称:颜色名称;项目名称:颜色名称;项目名称要在这里找http://live.gnome.org/GnomeArt/Tutorials/GtkThemes/SymbolicColors 其中的Default colors in GNOMEcolorUsagefg_colorThe base for the 阅读全文
posted @ 2013-10-20 20:52 Be here with you! 阅读(421) 评论(0) 推荐(0)
摘要:1. First Step: sudo gedit /etc/apt/sources.list2. Add Soures List Content: 1 # deb cdrom:[Ubuntu 12.04.1 LTS _Precise Pangolin_ - Release i386 (20120817.3)]/ precise main restricted 2 3 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to 4 # newer versions of the distribution.. 阅读全文
posted @ 2013-10-19 19:11 Be here with you! 阅读(317) 评论(0) 推荐(0)
摘要:1. Download JDK1.6http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u31-download-1501634.html2. Put jdk file to /opt/Java folderexecute ./jdkfilename.bin to install3. Config Java Environment:vim(gedit) ~/.bashrc添加:export JAVA_HOME=/opt/Java/jdk1.6.0_31export JRE_HOME=${JAVA_HOME}/jreex... 阅读全文
posted @ 2013-10-19 13:18 Be here with you! 阅读(261) 评论(0) 推荐(0)
摘要:1. Download the DB2V9.5 Software from URL: http://www14.software.ibm.com/webapp/download/search.jsp?pn=DB2+92. Install Prepared Packages: shell cmd : sudo apt-get install alien shell cmd : sudo apt-get install libstdc++5 ( need update System Sources List — > sudo gedit /etc/apt/sources.list ) if 阅读全文
posted @ 2013-10-16 21:19 Be here with you! 阅读(175) 评论(0) 推荐(0)
摘要:You know,If you want to develop java applications ,you’d better install jdk.Now I will introduce you how to intall jdk1.6 on Ubuntu.Follow me!OneYou should download jdk file from sun offcial website,URL: http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u29-download-513648.html (fixed)fil 阅读全文
posted @ 2013-10-07 15:37 Be here with you! 阅读(194) 评论(0) 推荐(0)