Site Archives Ubuntu

Installing VmWare Tools in Ubuntu


Being able to install Vmware Tools on an installation of Ubuntu gives you many advantages.

Network acceleration
Video acceleration
Host to guest time sync
Seamless mouse movement between host and guest
Cut and paste between host and guest
Heartbeat

This guide will suppose that you have successfully installed ubuntu as an image on vmware server.  Enter your ubuntu image and in terminal [...]

Setting Up Ubuntu Time & Date to a Network Time Server


In my network environment I like to have all my servers synced to a central network time server so that all my servers share the same time. This is especially useful when you are comparing logs from one server to another.

Steps:

Installing ntpdate
configuring ntpdate to a time server

First things first!  Let’s download the package on [...]

Installing Joomla 1.5.X On Ubuntu


Creating professional looking web sites has greatly improved with the emerging number of CMS tools. CMS have come along way! CMS (Content Mangement System) allows a community or group of people to manage the content of a web site. This becomes a very powerful tool, as it empowers all members of the community to keep [...]

Alternatives to AnyDVD and DVDShrink for Ubuntu


Alternatives to AnyDVD and DVDShrink for Ubuntu|Alternativas de AnyDVD y DVDShrink para Ubuntu

Installing Webmin for Ubuntu


Webmin is an excellent application that allows you to administer and configure your server via web interface.
Requirement
To start of, we’re going to have to install the following packages before we can install webmin.

sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl

Download Webmin

wget http://prdownloads.sourceforge.net/webadmin/webmin_1.360_all.deb

Install webmin

sudo dpkg -i webmin_1.360_all.deb

Start webmin
Open up your favorite browser and type [...]