Ubuntu14.04-lts from System installation to configuration available

Source: Internet
Author: User
Tags phpmyadmin

1. Installing Ubuntu14.04lts-64bit

The use of USB stick installation is very convenient, you can use the old peaches using ISO mode to make a USB drive boot disk, and then partition installation.

If you use a hard disk to install the problem is: If you have a Linux system, if you delete the original Linux partition, then you must update the MBR (Master boot record), or you will wait to use WinPE to repair it.

2. Configure Input methods

The original IBUs Chinese input method is difficult to use, we generally use the FCITX Input method framework, and then install Sogou Pinyin Input method.

sudo apt-

3. Installing the JDK

sudo apt-get purge openjdk*sudoinstall software-properties-commonsudo Add-apt-repository ppa:webupd8team/javasudo apt-get updatesudoinstall Oracle-java8-installer

4.APACHE2+MYSQL+PHP5 Environment

(1) Software Installation

sudoApt-getInstallapache2 #安装apache2sudoApt-getInstalllibapache2-mod-php5 php5 #安装php5sudoApt-getInstallCurl Libcurl3 Libcurl3-dev php5-Curl #安装curl包sudoApt-getInstallMysql-server mysql-Client #安装mysql客户端, set the password for the MySQL clientsudoApt-getInstallphpMyAdmin #安装phpadmin Settings Admin Password: │password of the database's Administrative User:Database server Registration Password: │MYSQL application password forphpMyAdmin

(2) Modify the configuration file

sudogedit/etc/apache2/sites-enabled/ the-default.conf #修改默认网址DocumentRoot/home/loger9567/software/Web #修改为目标目录ScriptAlias/cgi-bin//var/www/html/cgi-bin/#加入此行 to enable Apache to execute external CGIsudogedit/etc/apache2/apache2.conf#/var/www/html change to/home/loger9567/.Websudoa2enmod CGI #配置文件sudo/etc/init.d/apache2 Restart #重启apachesudo LN-s/usr/share/phpmyadmin ~/software/Web #建立快捷方式到目标目录sudo/etc/init.d/apache2 Restart #重启服务器

(3) using the Phpstorm parser

sudo Install php5-clisudoinstall php5-cgi

5. Install the Chrome browser

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb  sudoinstall  libappindicator1sudo dpkg-i google-chrome-stable_current_amd64.deb

After you've installed chrome, you can sync your settings, but you'll need cross wall to find a VPN test account.

Easy VPN: Set up a VPN connection directly on Ubuntu, use the free line, Green Network accelerator

6.Ubuntu Chinese community-reliable!

http://wiki.ubuntu.org.cn

7. Do not know what the cause, resulting in system settings, time settings, etc. cannot be opened, can be resolved by reloading the desktop

sudo apt-get Install Ubuntu-desktop

Ubuntu14.04-lts from System installation to configuration available

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.