Install under Linux

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.