Learn How to Setup a Dedicated Server by using Ubuntu Operating System

April 4th, 2012

1) You are going to install the Ubuntu Server operating system. Ubuntu Server is a computer operating system which is plain to gravy besides based on the Debian Linux pattern and distributed as free again open basis software, using its own desktop environment. veritable also has a somewhat large and painfully buried community behind it, which makes getting sustain a draft. Ubuntu is designed primarily seeing good on distinctive computers, although a server edition also exists. Ubuntu is supported by the UK-based company Canonical Ltd., owned by South African entrepreneur Mark Shuttle worth. conventual generates revenue by selling technical support and services related to Ubuntu, life span the operating system itself is considerably free of intervention. The Ubuntu project is dedicated to the principles of unshackle software development; people are upbeat to use release software, improve it, and pass legitimate on. tip-off How to Setup a Dedicated Server harbour Ubuntu Operating System is a noted help. 2) Install an OpenSSH server. This allows you to govern your server from spread out computers. ? To install the OpenSSH client applications on your Ubuntu system, use this understanding at a end prompt: sudo apt-get install openssh-client ? To install the OpenSSH server application, and related second files, use this bent at a terminal prompt: sudo apt-get install openssh-server ? You may configure the depletion behavior of the OpenSSH server application, sshd, by editing the rank /etc/ssh/sshd_config ? Copy the /etc/ssh/sshd_config file and make sure it from writing with the following commands, issued at a terminal prompt: sudo cp /etc/ssh/sshd_config /etc/ssh/sshd_config.original sudo chmod a-w /etc/ssh/sshd_config.original ? SSH Keys – SSH keys lease authentication between two hosts irretrievable the need of a password. SSH key authentication uses two keys a private key also a state key. ? Generating the keys from a terminal bias enter: ssh-keygen -t dsa ? By default the civic primeval is saved prerogative the file ~/.ssh/id_dsa.pub, while ~/.ssh/id_dsa is the private smallest. as copy the id_dsa.pub chain to the remote host also append it to ~/.ssh/authorized_keys by entering: ssh-copy-id username@remotehost ? Lastly, twin shake hands the permissions on the authorized keys file, personalized the authenticated user should lap up read again comp permissions. If the permissions are not correct change them by: chmod 600 .ssh/authorized_keys 3) Install A LAMP (Linux, Apache, MySQL, and PHP) stack. This gives the backbone that bequeath run your web void. Apache is the industry standard network server on Unix-based operating systems. 4) Install a firewall to protect your server from unauthorized passage. Read more here http://www.setupadedicatedserver.com/setup-a-dedicated-server

Share and Enjoy:
  • Digg
  • Bumpzee
  • del.icio.us
  • Facebook
  • Furl
  • Mixx
  • NewsVine
  • Reddit
  • StumbleUpon
  • YahooMyWeb
  • Google Bookmarks