Ubuntu installation Pits:
1, for beginners to install Ubuntu for the first time, the special situation will appear because the resolution problem caused by the installation interface is not complete, unable to proceed to the next step.
Solution: Use ALT + left mouse button to drag the screen
Linux file name garbled problem:
2, because Windows for Chinese encoding by default use GBK, and Linux system uniform use of UTF-8 encoding, which leads to most of the time we publish to Linux on Windows development of the application will be published failure.
Solution: 1) When using XFTP transmission, select UTF-8 by setting the transmission encoding with the general settings of the properties (with Gear chart).
2) Install CONVMV on Linux and change a series of file name encodings by CONVMV. Little Red Hat Linux can install CONVMV using yum install CONVMV. Other systems can install CONVMV using the sudo apt-get install CONVMV. After installation through Convmv-f gbk-t UTF-8-R--notest/home/apachetomcat7/webapps/test (-F source code,-t target encoding,-r recursive sub-file--notest non-test, direct operation)
unbuntu Remote Open:
1>, using Dpkg-l | grep ssh view SSH installation (typically the machine has openssh-client installed, openssh-server not installed); 2>, reinstall Client&server:sudo Apt-get Install Openssh-client, sudo apt-get install openssh-server 3>, installation interrupted, use sudo dpkg--configure-a 4>, Sudo/etc/inid. T/ssh start SSH service 5>, sudo/etc/inid.t/ssh stop close SSH service 6>, use Ifconfig to view system IP address
Linux Using Stomp Hole