Linux serverlinux web serverNETWORK ADMINISTRATIONS

Ubuntu Server, Port Forwarding, ipconfig, nslookup, FileZilla and More!

Select LAMP and Open SSH when installing Ubuntu Server.

Check out the NEW WEBSITE: https://growyourcareer.com
UPDATED BLOG: https://arcologydesigns.blogspot.com

commands covered:
cd /etc/network
ifconfig (to check ip address numbers)
sudo nano interfaces

change dhcp to static and fill in your ip numbers.
dns nameservers 8.8.8.8 8.8.4.4

Firewall:
sudo ufw enable
sudo reboot now
sudo ufw allow ssh, 80, 443
sudo ufw status

To gain access to your www folder:
sudo chmod -R 777 /var/www
sudo chown -R username /var/www

PC cmd commands:
Open the cmd window and type:
ipconfig -to find out your ip address, gateway, and mask
tracert site.com – to trace the route taken to a specific website
nslookup site.com – to find out the ip address of a specific website

HELPFUL LINKS:
The Perfect Server – Ubuntu 12.04 LTS (Apache2, BIND, Dovecot, ISPConfig 3)
http://www.howtoforge.com/perfect-server-ubuntu-12.04-lts-apache2-bind-dovecot-ispconfig-3
UBUNTU SERVER SETUP PART 1

Ubuntu Server Part 2: Setting Up a Static IP

Ubuntu Server Part 3: A Simple Firewall

Ubuntu Server Guide:
https://help.ubuntu.com/12.04/serverguide/serverguide.pdf
Getting access to var/www
http://askubuntu.com/questions/189200/getting-access-to-var-www
Setting Up Port Forwarding

Host Multiple Web Sites w/ One Physical Server – Virtual Hosting w/ Apache

PORTFORWARD.COM
http://portforward.com/
Ubuntu Server – Unrecognized SSD
http://www.linuxquestions.org/questions/linux-hardware-18/ssd-not-recognized-718419/

Background music track (original):
Anasthesia, Injected – Boris:

https://soundcloud.com/arcologydesigns/anasthesia-injected-boris

source by Grow Your Career

linux web server

Leave a Reply

Your email address will not be published. Required fields are marked *