Ubuntu Gutsy W32Codecs and W64Codecs
At medibuntu they offer a repository with two important codecs required to play most media and DVD files. The W32Codes is for 32 bit Linux systems, and the W64Codecs is for 64 bit systems. Libdvdcss2 is for DVD playback. Simply add the proper repository to your /etc/apt/sources.list file, also add the gpg key, hit a quick sudo apt-get update, and your ready to install your much sought after media codecs.
For Feisty run the following in a command window:
sudo wget http://www.medibuntu.org/sources.list.d/feisty.list -O /etc/apt/sources.list.d/medibuntu.list
For Gutsy Gibbon run in a command window:
sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/medibuntu.list
Then add the gpg key with the following command:
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update
Note that this command will also update your apt system, then all you have to do is install the codecs:
sudo apt-get install w32codecs libdvdcss2 or: sudo apt-get install w64codecs libdvdcss2
No trackbacks yet.
Mod Security for Apache – Web Server Smart Firewall
February 22, 2010 - 9:25 am
Tags: debian repositories, denial of service, denial of service attacks, mod, module, security, security options, spamhaus, sudo, ubuntu
Posted in Apache, firewall, mod, security | No comments
Mod security has features that go above and beyond a standard firewall. It will help to prevent denial of service attacks, and also can be used to block traffic based on realtime blackhole lists issued by Spamhaus and others. Mod security is apparently in the Debian repositories as well as Ubuntu. In the Ubuntu repos [...]
Apache2 Server Side Includes
February 16, 2010 - 9:32 am
Tags: benifit, caption, client web, code, directory, directory path, document, gt options, host containers, html, Server, server parameters, shtml, side, sudo, Wikipedia
Posted in Server, apache2, include, side, ssi | No comments
Server side includes allow for external html documents to be injected into a page prior to it rendering on the client web browser. The benifit of this is eliminating the need to repetitiously repeat code over and over again. If you include the same scripts, on each of your website pages, you can create an [...]
Apache 2 Manage Modules and Sites – Configuration Structure
February 14, 2010 - 10:52 am
Tags: Apache, com, conf, default, document, document roots, example, host containers, php5, servername, software modules, sudo, virtualhost, www data
Posted in a2dismod, a2dissite, a2enmod, a2ensite, apache2, mod, php5 | No comments
Apache2 implements a structured method of organizing and enabling/disabling modules and sites. The default apache2 host is automatically turned on in /etc/apache2/sites-enabled/, and it includes the virtual hosting option. Therefore, by default, virtual hosting is enabled. Create your virtual host containers in /etc/apache2/sites-available, and then enable them by issuing the command:
sudo a2ensite xxxxx.com
VirtualHost containers are [...]
Remote Server Management in Local Facility – LTSP
February 13, 2010 - 9:26 am
Tags: boot sequence, dhcp, dhcp servers, domain default, local ip, ltsp, machine, Server, server option, sudo
Posted in Server, inet, ltsp, tftp | No comments
I’m using LTSP to manage a server remotely in a local facility. I setup an LTSP server on the host machine, and will place it in an air-conditioned room to preserve longevity. I configured a machine, of much lower power, to PXE boot from the server. There are several nuances to setting up an LTSP [...]
Nvidia Driver on Linux – Easy, and Quick
February 7, 2010 - 9:07 am
Tags: desktop, desktop cd, driver, gdm, modules package, nvidia, nvidia driver, open source driver, startup settings, sudo
Posted in driver, gcc, headers, linux, modules, nvidia, xorg | 1 comment
Image via CrunchBase
There is a buzz that installing the Linux based Nvidia accelerated graphics driver is complicated. I consider it rather straight forward. First install build-essential, and the headers for your kernel. Those may appear to be some bigs words in the previous sentence, but it is really one line in a terminal window. Build [...]
Linux Anti Virus for Websites
January 30, 2010 - 9:56 am
Tags: caption, ClamAV, command, cron job, cronjob, level directories, linux, linux machine, malware, root crontab
Posted in ClamAV, anti, linux, malware, virus | 3 comments
Just because you run linux does not mean you completely forgo anti virus. Your website can be broadcasting Windows viruses or malware. Clamav, run from the command line, will scan your web directories recursively to identify various concerns. Install Clamav:
sudo apt-get install clamav
Then you can run Clam manually or you can install a cron job [...]
Linux CUPS Configuration – Foomatic
January 16, 2010 - 3:58 pm
Tags: configure, foomatic, hp drivers, ppd, printer, printer configuration, setup script, static ip address, sudo, Webmin
Posted in cups, driver, foomatic, linux, open, ppd, print | No comments
First install all needed packages. Your going to need cups, and the client, and the foomatic and openprinting drivers.
sudo apt-get install cupsys cupsys-client
Then install everything in:
sudo apt-cache search foomatic
If its an HP printer your going to want that library. HP has an auto setup script. Install the package and run:
sudo hp-setup
Installing all the foomatic, [...]
Scrub – File Shredding for Linux
December 26, 2009 - 9:06 am
Tags: cronjob, folder, free space, gigs, global path, home folder, scrub, shred, space, sudo
Posted in free, linux, scrub, shred, space | No comments
With this handy little app you can shred files and folders, but more conveniently you can shred your entire free space. Just make sure you’ve erased all the files you want to shred. Empty the trans, issue:
sudo apt-get autoclean && localepurge
Download scrub from Sourceforge:
http://sourceforge.net/projects/diskscrub
Its a simply source so configure, make and install. It will install [...]
Spin Down USB Hdd – Ehh I don’t Think Its Working
December 23, 2009 - 9:34 am
Tags: backup, fstab, hdd, mount dev, pseudo, rsync, sudo, thing, umount, usb drives
Posted in backup, fstab, mount, umount | No comments
Oh, given my previously elabored backup configuations I have one further thing I would like to do. Since backup 1, and 2 are only used once per day I would like to spin down the hard drivers to increase longevity. I figured dismounting the drive would be effective, but I have encountered several things. First, [...]
Mysql Database Replication
December 20, 2009 - 1:02 pm
Tags: bind, cnf, com, command, Howtoforge, log, log directory, master, master host, master password, Mysql, newpassword, READ LOCK, root, server login, SLAVE, slave server, start, status displays, Time
Posted in Mysql, SLAVE, master, replicate | No comments
Howtoforge.com does it well, but it took me some time, and in particular I feel one command was left out. Start by removing the bind address in /etc/mysql/my.cnf:
#skip-networking
#bind-address = 127.0.0.1
Then add the following to /etc/mysql/my.cnf. Particularly to the mysqld section!!:
log-bin = /var/log/mysql/mysql-bin.log
binlog-do-db=exampledb
server-id=1
Exampledb is the database that you intend to replicate. Server-id should be 1 being [...]



November 4, 2007 - 12:09 pm
Yeah yeah thanks! I thought I had medibuntu but apparently not, thanks for making this work.
November 9, 2007 - 3:06 am
thank you so much
this helps alot
November 12, 2007 - 7:00 pm
many thanks
November 17, 2007 - 2:43 am
Thanks for your kind effort.
November 24, 2007 - 1:22 am
NICEEE, WOOT WOOT it WORKS!!! hahah thanks man =)
November 25, 2007 - 6:44 pm
Many thanks !
December 15, 2007 - 9:37 pm
Thanx a lot! It solved pretty much all the problems….but 1 for me
There is this Bulgarian TV channels site that streams pretty much all BG TV, but it won’t play under Ubuntu
Any help/suggestions will be greatly appreciated!
vess
December 24, 2007 - 7:29 am
Thanks a lot!
February 7, 2008 - 5:46 am
much thanks
March 20, 2008 - 7:59 pm
Thank you, Thank you, Thank you
March 27, 2008 - 7:47 pm
thank you so much guys !!!!!! Merci les gars
May 25, 2008 - 9:47 am
Great post!
September 18, 2008 - 5:46 pm
Super ! THANKs
October 19, 2008 - 5:21 pm
Thanks!
June 8, 2009 - 3:48 am
Thanks for the site, I was able to get the codecs I needed.
September 10, 2009 - 10:11 am
Hi! I was surfing and found your blog post… nice! I love your blog.
Cheers! Sandra. R.