To install Ruby on Rails, I'm going to install an Ubuntu Linux
Official Download Address
Domestic Fake official Downloads
An ISO file was downloaded
Then install it in VMware Player
Prompt to enter a non-root username and password in installation
Download some application packages online during the installation (apparently)
Automatic installation of VMware Tools for Linux in automated processes
Note:you Better have latest VMware software, otherwise you would failed to Compileand install the VMware Tools for latest Ubuntu Linux
===================================================
After startup, the built-in Chinese display support (Firefox access www.baidu.com can display Chinese)
If you are not using VMware to automatically install Ubuntu, the installation process according to the prompts to choose Chinese locale, then even pinyin Chinese input method to help you install it.
After the start, GUI interface is Chinese, press CTL + space can switch to Chinese input method.
===================================================
After installation, the first thing you want to do is start the command Line window and press CTL + ALT + T.
Refer to Ubuntu in the Quick Launch Terminal window
===================================================
Second thing, enable SSH service
$ sudo apt-get install Openssh-server
Ubuntu defaults to install the openssh-client, so it is not installed here, if your system is not installed, and then installed on the apt-get can be.
Then confirm that the Sshserver is started:
$ ps-e |grep SSH
If only ssh-agent that Ssh-server has not started, you need to/etc/init.d/ssh start, if you see sshd that Ssh-server has started.
The Ssh-server configuration file is located in/Etc/ssh/sshd_config, where you can define the service port for SSH, the default port is 22, and you can define yourself as another port number, such as 222. Then restart the SSH service:
Sudo/etc/init.d/ssh restart
SSH connection: SSH 92.168.152.129
Disconnect: Exit
===================================================
Reprint with Putty even Ubuntu SSH appears garbled solution
1, open Putty Main program. Select Window-〉appearance-〉font settings-〉 Click Change. button, select "New song Body" in font
2, inside the window-〉appearance-〉translation there is a received data assumed to is in which character set Drop-down selected, select "UTF-8"
3, back to the session item, click Save.
Oh. Garbled disappeared, see is neat Chinese.
===================================================
Install Chrome Browser
installing Google Chrome on Ubuntu 11.10–oneiric ocelot
#1 get the Debian package for Chrome from its official website.
Download Google Chrome
#2 now, your can either install it using Software Center or from command line.
Installing Chrome using Ubuntu Software Center
You can also with the Dpkg tool to install the *.deb package. Open the terminal (ctrl+alt+t), and type (move to other directory instead ofdownloads f you ' ve saved it some where else) :
$ sudo dpkg-i file_name.deb
#3 If Any dependency error occurs then run the following command (s)
$ sudo apt-get-f Install
Start Google Chrome browser by
$ google-chrome &
Install Sun JDK 1.6 on Ubuntu 11
If you're tired of typing "sudo" repeatedly, you can convert to Superuser by typing "sudo-s-h" and your password