home   |   about us   |   our network   |   services   |   affiliates   |   contact
 
Services
» Web Hosting
» Reseller Hosting
» Dedicated Servers
» Windows/ASP.net Hosting
» Managed Web Hosting
» Server Security / Auditing
» Remote Backup / Storage
» Virtual Dedicated Servers
 
Support
» Support Desk
» Client Login
» Forums
» FAQs
» Help Files
» Acceptable Use Policy
» Client Testimonials
» Blog
 
Tutorials
» Dedicated Server Tutorial
» Website Optimization
» Search Engine Optimization
» Web Hosting Tutorials
» Web Programming Tutorials
» Networking Tutorials
» Virtual Server Tutorials
» Resources



The Crucial Blog - Archive

June 23, 2009

How to install Webmin on Ubuntu 9.04 by using Ubuntu (.deb) Packages

Before downloading or install the .deb Webmin package run the following commands, the 1st command will install the tool wget for download packages from the internet,

sudo apt-get install wget

The next set of commands will install some perl-related libraries required by webmin,

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

If you run into any issues running the above perl relatd commands, try running the following first,

sudo apt-get update

Now we can download the Webmin .deb package,

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

Install the package with dpkg, not Aptitude,

sudo dpkg -i webmin_1.480_all.deb

To access your successful install of webmin, goto https://[serverIP]:10000

Tags: , , ,

Related posts


No Comments

Filed under: Uncategorized by — ross @ 12:46 am


September 27, 2008

How to install Webmin on Ubuntu 7 or 8 by using Ubuntu (.deb) Packages

Pre-installation Requirements:

Update your /etc/apt/sources.list file to include universe:

Old Config:

deb http://archive..com/ hardy main
deb http://security..com/ hardy-security main

New Config (with universe):

deb http://archive..com/ hardy main
deb http://security..com/ hardy-security main
deb http://archive..com/ hardy universe
deb http://security..com/ hardy-security universe

apt-get update

apt-get install wget perl libnet-ssleay-perl openssl libauthen-pam-perl libio-pty-perl libmd5-perl

Download the latest version of Webmin from the Webmin website: http://www.webmin.com/download.html

For or other similar variants of , use the .deb package.  The latest one at time of writing is: http://prdownloads.sourceforge.net/webadmin/webmin_1.430_all.deb

Install (running as root):

dpkg -i webmin_1.430_all.deb

Tags: , , ,

Related posts


(1) Comment

Filed under: Uncategorized by — aaron @ 1:38 am


May 28, 2008

Ubuntu: Disabling Service on Startup

A quick way to disable a service so it does not start while your machine is booting is:

# update-rc.d -f <service name to remove>

Tags: , ,

Related posts


No Comments

Filed under: Uncategorized by — aaron @ 6:10 am


May 28, 2008

How to enable root login in Ubuntu 7/8

If you are having trouble looking into root on 7 or 8, here is a quick way to enable root access:

# sudo passwd root

# sudo passwd -u root

Disable Root Login:

# sudo passwd -l root

Tags: , ,

Related posts


No Comments

Filed under: Uncategorized by — aaron @ 12:05 am


May 8, 2008

Xen: Console Not working Ubuntu 7

We came up with an issue with with 7 would show output on the console, however froze part way through the

# aptitude install -tools

Add the following to /etc/sercuretty

xvc0

Create the file /etc/event.d/xvc0 containing:

# xvc0 - getty
#
# This service maintains a getty on xvc0 from the point the system is
# started until it is shut down again.

start on runlevel 2
start on runlevel 3

stop on runlevel 0
stop on runlevel 1
stop on runlevel 4
stop on runlevel 5
stop on runlevel 6

respawn
exec /sbin/getty 38400 xvc0

Reboot

Tags: , , ,

Related posts


No Comments

Filed under: Uncategorized by — aaron @ 12:02 am


May 7, 2008

linux-utils: update-rc.d: /etc/init.d/hwclock.sh: file does not exist

When installing software on on a Virtual Server I encountered this error:

update-rc.d: /etc/init.d/hwclock.sh: file does not exist
dpkg: error processing util- (–configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
util-
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up util- (2.12r-17ubuntu2.1) …
update-rc.d: /etc/init.d/hwclock.sh: file does not exist
dpkg: error processing util- (–configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
util-

To fix this I did the following:

# touch /etc/init.d/hwclock.sh

Tags: , , ,

Related posts


No Comments

Filed under: Uncategorized by — aaron @ 11:46 pm


April 28, 2008

How to upgrade Ubuntu 7 to Ubuntu 8

This tutorial is a quick tutorial on how to upgrade 7 to 8.

First update your system:

# aptitude upgrade

Then install update-manager-core:

# aptitude install update-manager-core

Then upgrade your system by following onscreen prompts:

# do-release-upgrade

^ You may need to run this command more than once to completely upgrade your system.

Tags: , ,

Related posts


No Comments

Filed under: Uncategorized by — aaron @ 8:18 pm


April 28, 2008

How to install an application/program in Ubuntu (6, 7, 8)

To install an application in (either verion 6, 7 or 8), you can use the following command:

# aptitude install <application>

Where <application> is the application you wish to install.

Tags: , ,

Related posts


No Comments

Filed under: Uncategorized by — aaron @ 8:09 pm




     

Quick Links: Debian Dedicated Servers, Direct Deposit Hosting, Unmetered Dedicated Servers, Virtual Dedicated Servers, Windows Server Management, High Traffic Web Hosting - Load Balanced Clusters, Windows 2008 Server Virtual Dedicated Servers