How to configure ubuntu firewall

On February 22, 2011, in Ubuntu, by mike

The Linux kernel includes the Netfilter subsystem, which is used to manipulate or decide the fate of network traffic headed into or through your server. All modern Linux firewall solutions use this system for packet filtering. Firewall Introduction The kernel’s packet filtering system would be of little use to administrators without a userspace interface to [...]

Tagged with:  

How to configure Ubuntu network

On February 22, 2011, in Ubuntu, by mike

Ethernet Most ethernet configuration is centralized in a single file, /etc/network/interfaces. If you have no ethernet devices, only the loopback interface will appear in this file, and it will look something like this: # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). [...]

Tagged with:  

Setup Web Server for PHP, MySQL and Ruby

On February 10, 2011, in Ubuntu, by mike

Get the latest version of Ubuntu Server (10.10 at time of writing) and burn it to a disk (or mount it in your VM software if you’re running a Virtual Machine). Start up from disk, select your language then “Install Ubuntu Server”. Continue through the pages following the on-screen instructions. Enter a host name for [...]

Tagged with:  

How to compile PHP5 with GD

On January 30, 2011, in Ubuntu, by mike

In this how to you will learn to compile PHP5 With Bundled Support For GD On Ubuntu. To install the required packages and download the source code for PHP5: Install build tools, debian helpers and fakeroot: #apt-get install build-essential debhelper fakeroot Source code should reside in /usr/src: #cd /usr/src Download PHP source: #apt-get source php5 [...]

Tagged with:  

How to install sun java in ubuntu 10.04

On October 16, 2010, in Ubuntu, by mike

Steps We need to enable Canonical’s so-called “partner” repository which includes popular non-free software like Skype, Google Earth or Sun Java. Now we can install all those applications just like you are used to with every other application: Enable repository: Click System -> Administration -> Software Sources, go to tab Other Software and tick the [...]

Tagged with:  

Date and time via NTPdate

On September 19, 2010, in Ubuntu, by mike

We don’t have to install NTP server, so we will install a  simple client called ntpdate. Ntpdate sets the local date and time by polling the Network Time Protocol (NTP) server(s) given as the server arguments to determine the correct time. It must be run as root on the local host. Please note that ntpdate [...]

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...

Copyright © 2005-2010 Linux Server™. Use of this web site constitutes acceptance of the Linux Server™ Terms of Use and Privacy Policy. en-US Linux is a trademark registered by Linus Torvalds in the United States and other countries.