If it is installed as:
sudo ./GoogleEarthLinux.bin
then it will not be able running or linking to server.
To fix it:
- rm -r /opt/google-earth
- reinstall as user
./GoogleEarthLinux.bin - rm -r ~/.config/GoogleEarthLinux.bin
- 硬盘装入机箱,注意从属跳线
- 开机启动ubuntu
- 使用Partition Editor, 创建分区,并format
- sudo nano /etc/fstab
- 加入一行: /dev/hdb1 /newdiskname ext3
- restart computer
Ubuntu, pronounced [ùbúntú], is an ethic or humanist philosophy focusing on people’s allegiances and relations with each other. The word has its origin in the Bantu languages of Southern Africa. Ubuntu is seen as a traditional African concept.
http://en.wikipedia.org/wiki/Ubuntu_(philosophy)
——————————————————
吾帮托一词(Ubuntu),来自南非,意思是“施人人道”、“乐于分享”、“仁”。 吾帮托精神也意味“我和他人紧紧相连,密不可分,我们都在同一种生活之中”。
班图源自于非洲式的世界观。它很难用西方语表达,它表述人之所以为人的精髓。
当非洲人高度赞扬一个人时,就会说:“嘿,她/他有吾帮托。”意思是说这个人慷慨、好客、友好、体贴和热情,他把自己的所有与其他人分享。
非洲传统文化认为:“一个人之所以为人,必须借由与他人互动才得以表现出来。”不是西方笛卡儿的“我思故我在”,而是“我之所以为人,是因为我有归宿,我参与、我分享。” 所以,一个有“吾帮托”精神的人,开朗且乐于助人、肯定他人的能干优秀而不会感到威胁,因为他知道自己属于更大的整体。
http://zh.wikipedia.org/w/index.php?title=%E4%B9%8C%E7%8F%AD%E5%9B%BE&variant=zh-cn
——————————————
Ubuntu(國際音標: /ùbúntú/) 是一个以桌面應用為主的Linux操作系统,其名称来自非洲南部祖魯語或豪薩語的「ubuntu」一詞(譯為吾幫托或烏班圖),意思是「人性」、「我的存在是因为大家的存在」。Ubuntu建基于Debian发行版和GNOME桌面環境,与Debian的不同在于它每6个月会发布一个新版本。
http://zh.wikipedia.org/wiki/Ubuntu
sudo apt-get install lm-sensors
sudo apt-get install lm-sensors sensors-applet
Right click on an empty are of your panel, and choose Add to Panel…. Then choose the Hardware Sensors Monitor entry out of the list.
cd /sys/devices/system/cpu/cpu0/cpufreq
ls
cat scaling_min_freq
cpufreq-selector -f 798000
sudo cat scaling_cur_freq
1.
sudo apt-get install apache2 apache2-utils
2.
sudo apt-get install subversion libapache2-svn
3.
sudo svnadmin create /home/svn
4.
sudo nano /etc/apache2/mods-enabled/dav_svn.conf
- <Location /svn>
- DAV svn
- SVNPath /home/svn
- AuthType Basic
- AuthName “Subversion Repository”
- AuthUserFile /etc/apache2/dav_svn.passwd
- Require valid-user
- </Location>
5.
sudo htpasswd -c /etc/apache2/dav_svn.passwd <username>sudo htpasswd /etc/apache2/dav_svn.passwd <username>
6.
sudo chown -R www-data:www-data /home/svn
7.
sudo /etc/init.d/apache2 restart
8.
http://127.0.0.1/svn/
ubuntu 8.04 终于较为完整的解决了拼音输入的问题。
系统默认安装的 SCIM 智能拼音基本超过windows下的系统自带的拼音输入法。
关于自然双拼时,不同之处:
an ai en 做首音时,如 安,爱,恩
需要改用 j’ , l’, f’ 来替代, 不像windows下 用输入 an ai en
安装软件 apt-get install softname1 softname2 softname3……
卸载软件 apt-get remove softname1 softname2 softname3……
卸载并清除配置 apt-get remove –purge softname1
更新软件信息数据库 apt-get update
进行系统升级 apt-get upgrade
搜索软件包 apt-cache search softname1 softname2 softname3……
安装deb软件包 dpkg -i xxx.deb
删除软件包 dpkg -r xxx.deb
连同配置文件一起删除 dpkg -r –purge xxx.deb
查看软件包信息 dpkg -info xxx.deb
查看文件拷贝详情 dpkg -L xxx.deb
重新配置软件包 dpkg-reconfigure xxx
查看已安装软件 dpkg -l
查看指定已安装软件 dpkg -l | grep -i softname