Mount
1. Select the iOS file in the virtual machine
2. Mount the optical drive command:
CD/
mount/mnt/cdrom/
cd/mnt/cdrom/
Ls
Unloading
CD/
umount/mnt/cdrom/
Installing Xxx.bin
1. Mount the Mypackage.iso to the Linux operating system
Configure the VM (select iOS file)
mount/mnt/cdrom/
2. Copy the installation files to/home
CP File/Home
3, cd/home [switch directory to Home,ls to see the file]
4. Installation
./xxx.bin
5. See a file/etc/profile/[environment profile]
6. Configure your own installed JDK (/etc/profile/configuration)
Installing XXX.tar.gz
1. Copy to Home
CP File/Home
2, installation (. tar.gz)
TAR-ZXVF XXX.tar.gz
Install Apache (default location/var/www/below)
1, first install Apache, enter the following command, then will prompt whether to install, etc., enter Y to continue.
sudo apt-get install apache2
2. Linux has an open-source. NET runtime called Mono (http://www.mono-project.com/) that can support running. NET applications on Linux. Still install the mono and C # compilers as described above by entering the following command
sudo apt-get install Mono-gmcs
3, the following we to install open ssh, it is very important, can let us remotely manage our server, installation is very simple:
sudo apt-get install OpenSSH-server
Http://www.linuxidc.com/Linux/2013-07/87599p2.htm
Install under Linux