linux hosting training course level 1-(3-4)

Post on 23-Aug-2014

417 Views

Category:

Internet

5 Downloads

Preview:

Click to see full reader

DESCRIPTION

Linux Hosting Training Course Level 1-(3-4)

TRANSCRIPT

BESM ALLAH

Linux Hosting Training Course

[Level 1-(3-4)]Ramy Allam

OUTLINE● WebHosting Types● Linux Basic Administration

WebHosting Types● Dedicated Server● Shared Hosting● Reseller Hosting● Virtual Private Server “VPS”● Cloud Computing

Dedicated Server● Renting a Dedicated Server from datacenter.● Choose the required Hardware● Choose the required OS● Full Operating System Access● Remote Access

Softlayer CaseStudy● http://www.softlayer.com/bare-metal-servers● Number of Processors● Processor Model● DataCenter Location● RAM● Operating System● HDD● Network● Control Panels

Leasweb CaseStudy● http://www.leaseweb.com/en/bare-metal-servers● Number of Processors● Processor Model● DataCenter Location● RAM● Operating System● HDD● Network● Control Panels

What's Next ?● Server IP● Root Password● SSH● Putty / Terminal Client

Kernel

● A kernel connects the application software to the hardware of a computer

Linux Directory Structure

Basic Linux Administration

● Basic Linux Commands

● Add multiple Linux users

● Yum Package Manager

● System Resources

usradd usernamepasswd username

cd – ls – mkdir – rm – touch – cat

yum updateyum install packagename

yum remove packagenameyum remove packagename

cat /proc/cpuinfocat /proc/meminfo

fdisk -luptime

Basic Linux Administration

● Change Hostname

● Text Editor “Nano”● Download File

hostname nano /etc/sysconfig/networknano /proc/sys/kernel/hostname

wget $Link

Basic Linux Administration

● Install Web Server “Apache”

● Install PHP Engine

● Install FTP Server “VSFTP”

yum install httpd

yum install php

yum install vsftpd

top related