Advantech AE Technical Share Document



Similar documents
How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu

How to Install Multicraft on a VPS or Dedicated Server (Ubuntu bit)

Ulteo Open Virtual Desktop Installation

Building Website with Drupal 7

SETTING UP A LAMP SERVER REMOTELY

Livezilla How to Install on Shared Hosting By: Jon Manning

Installation documentation for Ulteo Open Virtual Desktop

Setting up a Web Server using Raspbian Wheezy on the Raspberry Pi ( Kenneth A Spencer)

CC ICT-SUD. Setting up and integrate Apache, MySQL and PHP on a Linux system

CPE111 COMPUTER EXPLORATION

Raspberry Pi Webserver

Laboration 3 - Administration

Cacti The ULTIMATE Management Solution

INUVIKA OVD INSTALLING INUVIKA OVD ON UBUNTU (TRUSTY TAHR)

IIS, FTP Server and Windows

Comodo MyDLP Software Version 2.0. Installation Guide Guide Version Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013

Installing an open source version of MateCat

ULTEO OPEN VIRTUAL DESKTOP UBUNTU (PRECISE PANGOLIN) SUPPORT

HowTo. Planning table online

Getting an ipath server running on Linux

FTP Server Configuration

13. Configuring FTP Services in Knoppix

Installation Instructions

Linux Development Environment Description Based on VirtualBox Structure

LAMP Quickstart for Red Hat Enterprise Linux 4

Apache and Virtual Hosts Exercises

Redmine Installation on Debian. v1.1

Cloud Homework instructions for AWS default instance (Red Hat based)

How To Install An Openerp Server On A Cdx (Amd64) Or Ipa (Amd) Or Ds (Amd86) On A Linux Computer

Modelling with R and MySQL. - Manual - Gesine Bökenkamp, Frauke Wiese, Clemens Wingenbach

HP SDN VM and Ubuntu Setup

CDH installation & Application Test Report

AdvLinux for i486sx User Manual V1.02

Create a virtual machine at your assigned virtual server. Use the following specs

Network Monitoring Lab

User Manual of the Pre-built Ubuntu Virutal Machine

Installing Booked scheduler on CentOS 6.5

Newton Linux User Group Graphing SNMP with Cacti and RRDtool

Installing buzztouch Self Hosted

Expresso Quick Install

SIMIAN systems. Setting up a Sitellite development environment on Windows. Sitellite Content Management System

MySQL quick start guide

INUVIKA OVD INSTALLING INUVIKA OVD ON RHEL 6

Web Proxy Auto Discovery (WPAD) Configuration Guide. Revision Warning and Disclaimer

Installing QuickBooks Enterprise Solutions Database Manager On Different Linux Servers

Using Internet or Windows Explorer to Upload Your Site


TIMETABLE ADMINISTRATOR S MANUAL

Ruby on Rails (Ruby 1.9.2, Rails 3.1.1) Installation

This installation guide will help you install your chosen IceTheme Template with the Cloner Installer package.

PasserellesNumeriquesCambodia (PNC)

Contents. 1. Infrastructure

Back Up Linux And Windows Systems With BackupPC

Using VirtualBox ACHOTL1 Virtual Machines

USER GUIDE WEB HOSTING SERVICE

Project management integrated into Outlook

OS Installation Guide Red Hat Linux 9.0

OpenCATS Documentation

AJ Matrix V5. Installation Manual

Introduction to Operating Systems

Linux FTP Server Setup

Installation 42goISP Manager

MySQL Quick Start Guide

A Beginner's Guide to Setting Up A Web Hosting System (Or, the design and implementation of a system for the worldwide distribution of pictures of

OpenPro ERP Software Installation Guide REDHAT LINUX

System and Network Monitoring With Zabbix

Setting Up a Development Server

Installation Manual Product of

Quick Start Guide. Quick Start Guide. taskit GmbH. for Portux920T EU / SW Portux Mini-PC Portux Panel-PC Panel-Card MoLUX Stamp

Backup and Restore MySQL Databases

User Manual of the Pre-built Ubuntu 9 Virutal Machine

Pandora FMS 3.0 Quick User's Guide: Network Monitoring. Pandora FMS 3.0 Quick User's Guide

Dell Proximity Printing Solution. Installation Guide

MySQL Quick Start Guide

Web Site Content Management Server. Installation Guide Version 4.1 Build 0

Sponsor. Categories. Ubuntu Linux Tutorials,Howtos,Tips & News Quantal,Precise,Oneiric

Using a Remote SQL Server Best Practices

Hacking Techniques & Intrusion Detection

SAMBA SERVER (PDC) Samba is comprised of a suite of RPMs that come on the RHEL/Fedora CDs. The files are named:

Time Machine How-To Guide

Apt-mirror. Copyright c Dr. Kent L. Miller Jan-20

2. Boot using the Debian Net Install cd and when prompted to continue type "linux26", this will load the 2.6 kernel

Install Cacti Network Monitoring Tool on CentOS 6.4 / RHEL 6.4 / Scientific Linux 6.4

Virtual machine W4M- Galaxy: Installation guide

Administering the Network Analysis Module. Cisco IOS Software. Logging In to the NAM with Cisco IOS Software CHAPTER

IMPLEMENTATION OF CIPA - PUDUCHERRY UT SERVER MANAGEMENT. Client/Server Installation Notes - Prepared by NIC, Puducherry UT.

INSTALLING KAAZING WEBSOCKET GATEWAY - HTML5 EDITION ON AN AMAZON EC2 CLOUD SERVER

HOWTO: Set up a Vyatta device with ThreatSTOP in bridge mode

42goISP Documentation

Written by: Johan Strand, Reviewed by: Chafic Nassif, Date: Getting an ipath server running on Linux

OpenPro ERP Software Installation Guide Talbert Ave Suite 200 Fountain Valley, CA USA Phone Fax

Server Installation/Upgrade Guide

Apache Configuration

SEAGATE BUSINESS NAS ACCESSING THE SHELL. February 1, 2014 by Jeroen Diel IT Nerdbox

INASP: Effective Network Management Workshops

PHP+MYSQL, EASYPHP INSTALLATION GUIDE

Host your websites. The process to host a single website is different from having multiple sites.

Install and configure Apache, MySQL, PHP on OSX 10.8 Mountain Lion

LAMP : THE PROMINENT OPEN SOURCE WEB PLATFORM FOR QUERY EXECUTION AND RESOURCE OPTIMIZATION. R. Mohanty Mumbai, India

Extending Remote Desktop for Large Installations. Distributed Package Installs

Transcription:

Advantech AE Technical Share Document Date 2015 / 07 / 15 SR# Category FAQ SOP Related OS Debian GNU/Linux 5.0 Abstract Keyword Related Product [HOWTO] UNO-1140 - Install FTP server, LAMP, Telnet and PHPmyadmin on Linux UNO-1140, FTP server, LAMP, PHPmyadmin UNO-1140 Problem Description: [HOWTO] UNO-1140 - Install FTP server, LAMP, Telnet and PHPmyadmin on Linux Brief Solution - Step by Step: 0. INSTALL LINUX OS Environment: OS: Debian GNU/Linux 5.0 DEVICE: UNO-1140 Install with the Setup Guide. When system prompt the option of automatic install and manually, please select manually and set your own password for root. (default password: Advantech if you select automatic install ) I got some problem when I use default passwd by automatic install, so I would like to recommend you use your own password manually. When setup guide prompt PARTITION OPTION, please select Partition Automatically and also select Remove all partition and install. Notice: In this document, Blue color means execute command in terminal. Page 1

1. SETUP NETWROK # ifconfig You could find out which Ethernet interface you are using. For example: eth0. In this case. Get IP address from DHCP service # dhclient eth0 Make sure you could connect to internet. You are successful if you get response. # ping www.google.com Page 2

2. UPDATE YOUR PACKAGE SOURCE Then edit mirror reference in terminal. # nano /etc/apt/sources.list Add deb http://ftp.twaren.net/debian lenny main non-free contrib into file and Comment others. (Notice: You can put another mirrors site here as well.) For example: Save it: Save File Name: Ctrl + X Y Enter # apt-get update You might get some error in response, no worry, it s normal. Page 3

# apt-get install vsftpd Type Y and Enter You might see some Permission denied but it s ok if you get Starting FTP server: vsftpd. # useradd test # passwd test Enter your passwd for test user, we enter test for example here. # mkdir /home/test/ (if system doesn t make one) # chmod 777 /home/test Restart FTP Server # /etc/init.d/vsftpd restart Now use browser to connect server if it has been installed appropriately. Confirm with you account and password. If success. You could see the directory structure under web-site: Page 4

3. Install Telnet # apt-get install telnet Finish Page 5

4. SETUP Web Server, MySQL and PHP5 Module IMPORTANT: At first, you have to create directory man1 under each directory of /usr/share/man/ For example: /usr/share/man/it/man1 /usr/share/man/pl/man1 /usr/share/man/it.iso8859-1/man1/ /usr/share/man/fr.iso8859-1/man1/ /usr/share/man/it.utf-8/man1/ /usr/share/man/pl.iso8859-2/man1/ /usr/share/man/pl.utf-8/man1/ /usr/share/man/fr/man1/ # apt-get install apache2 php5 libapache2-mod-php5 (enter Y if any prompt show up) Then edit /var/www/test.php # nano /var/www/test.php Add one line <?php phpinfo();?> into the file, Save it: Ctrl + X Y Save File Name: Enter Then nano editor would exit automatically. Now validate if the package has been installed appropriately. Use Browser and connect to http://ip/test.php You will see the page like this: Page 6

If you could not see this, please try: # nano /etc/apache2/apache2.conf And add these content into file: AddType application/x-httpd-php.php AddType application/x-httpd-php-source.phps Save and Exit. Restart Apache2 Server # /etc/init.d/apache2 restart Now try again, it supposed to be successful. Install MySQL # apt-get install mysql-server mysql-client php5-mysql You will setup your MySQL password in the installation. Verify if you could login with user root $mysql u root -p If the error occurred, for example: MYSQL ERROR 1045 (28000): Access denied for user (using password: YES) Page 7

Solution: Stop mysql service $/etc/init.d/mysql stop login with SafeMode $mysqld_safe --user=mysql --skip-grant-tables --skip-networking & create another terminal (ex. Ctrl + F2, F3, F4 etc) $mysql -uroot mysql the mysql user table might not exist mysql> select * from user; mysql> INSERT INTO user(host, user, password, select_priv, insert_priv, update_priv) VALUES ('localhost', 'username', PASSWORD( yourpassword ), 'Y', 'Y','Y'); restart MySQL service $/etc/init.d/mysql restart Try to login again $mysql u root p (New Password): **** mysql> (success!) 5. SETUP phpmyadmin # apt-get install phpmyadmin Check http://ip/phpmyadmin on browser. You will see the admin interface if successful: Page 8

Reference: N/A Page 9