Real quick – Webmin on Ubuntu 7.10.
Get Dependencies:
sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
Download:
sudo wget http://prdownloads.sourceforge.net/webadmin/webmin_1.380_all.deb
(or whatever version is latest – browse to the webmin site, and paste the link for the current version download)
Install:
sudo dpkg -i webmin_1.380_all.deb
Archive for the ‘Uncategorized’ Category
Install Webmin
Posted in Uncategorized on December 3, 2007 | Leave a Comment »
Advanced Software/ Package Management with Wajig
Posted in Uncategorized on November 29, 2007 | Leave a Comment »
I was installing Evolution to my laptop recently (see article on Evolution, the best Outlook replacement). After firing up Evolution, I didn’t have the option for Exchange. I found that the Exchange connector is listed as a suggested package, so my command of “apt-get install evolution” only retrieved the basics.
I’ve seen this problem before: I [...]
Network Interface examples
Posted in Uncategorized on November 12, 2007 | Leave a Comment »
I found this sample file on the net, so I thought I’d post it here. There are some excellent and complexconfig examples here:
It has a few good examples of configurations for your interfaces file. See Also: http://www.cyberciti.biz/faq/setting-up-an-network-interfaces-file/ #/etc/network/interfaces — configuration file for ifup(8), ifdown(8)
#
# A “#” character in the very first column makes the rest [...]
3D Effects in Ubuntu
Posted in Uncategorized on November 8, 2007 | Leave a Comment »
On my system with nVidia card, I did the following to enable 3D effects (and later, dual display with 3D effects, which is really cool).
From Terminal:
gksudo nvidia-settings
sudo apt-get install compizconfig-settings-manager
This will install the Advanced Desktop Effects option under System-Preferences
System-Preferences-Appearance-Visual Effects-Extra
Step 5 – Multimedia configuration
Posted in Uncategorized on October 26, 2007 | Leave a Comment »
Next, I want to make sure I can play MP3s, DVDs, etc. You should first check with your local laws to make sure this is legal. I am not sure why that is listed on every site that says anything to do with MP3s and DVDs, but there it is, the disclaimer. [...]