Archive for the ‘Server Admin’ Category

Basic Ubuntu LAMP Server Setup

Thursday, May 14th, 2009

Here is a basic LAMP server setup. The linux distro of choice is Ubuntu. LAMP stands for:

Wikipedia says that the ‘P’ can stand for one of several scripting languages, including Python or Perl; but for our purposes we’ll work with PHP.

(more…)

Tags:
Posted in Server Admin | No Comments »

Passwordless SSH Using Key Based Authentication

Friday, May 8th, 2009

SSH (Secure Shell) is a protocol for connecting two computers securely. It provides secure authentication as well as encryption. If you use linux, most distros have ssh installed by default. Just open a terminal and type in:

$ ssh remoteuser@remotehost

The remote computer will prompt for a password, and you will then be working in a terminal for the remotehost.

(more…)

Tags:
Posted in Server Admin | 1 Comment »