Archive for March, 2010
Ubuntu Cola at Roehampton University
by ac3bf1 on Mar.29, 2010, under Gadgets, Tech Junk
At Roehampton University the cafe sells Ubuntu cola! :)

Installing Microsoft TrueType Fonts on Linux (debian example)
by ac3bf1 on Mar.17, 2010, under Tutorials
Ensure your sources.list looks something like this:
deb http://ftp.uk.debian.org/debian/ lenny main non-free contrib deb-src http://ftp.uk.debian.org/debian/ lenny main non-free contrib
Run the following commands:
apt-get update apt-get install ttf-mscorefonts-installer
All done!
The Caracas Sound Machine – Tunay Tunay
by ac3bf1 on Mar.13, 2010, under Tech Junk
Sonidos Venezolanos!
by ac3bf1 on Mar.13, 2010, under Tech Junk
Traduccion libre al maracucho…
En alusion a un post de TapaAmarilla, aqui les doy el vivo ejemplo de lo que puede ser hablar en Venezuela, mas aun en Maracucho
Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version here. You also need to have JavaScript enabled in your browser.
Lenny domU on xen with debootstrap
by ac3bf1 on Mar.12, 2010, under Tutorials
This is a HowTo on installing Lenny on a xen system using the debootstrap method
Thecus 4100PRO Modules
by ac3bf1 on Mar.08, 2010, under Tech Junk
Here is a list of modules for the Thecus 4100PRO NAS device. If you don’t know what this is, have a look at the Thecus website.
AZUR – BitTorrent Client
http://www.drewy.com/downloads.aspx
MySQL Server
http://www.drewy.com/downloads.aspx
[more coming soon]
Recover MySQL password
by ac3bf1 on Mar.05, 2010, under Tutorials
Lost your MySQL root password? No worries! :-)
Stop MySQL server
# /etc/init.d/mysql stop
Start MySQL server without password
# mysqld_safe --skip-grant-tables &
Login
# mysql -u root
Change password (replace XXX with your new root password)
mysql> use mysql;
mysql> update user set password=PASSWORD("XXX") where User='root';
mysql> flush privileges;
mysql> quit
Stop and Start MySQL server
# /etc/init.d/mysql stop # /etc/init.d/mysql start
Test to see if it works! (Should ask you for your new password)
# mysql -u root -p
Enjoy!
phpmyadmin ‘Makin me go Crazy!’
by ac3bf1 on Mar.05, 2010, under Tutorials
![]()
So… I was trying to log onto my phpmyadmin to change some tables manually and I cannot login… I tried the common password I would use and no luck… I got hacked? W00T??? So I started lookign around and what got me thinking was that no matter what user i tried using to login I would get an erro saying that I cannot access as user ‘root’! So at the end what si the problem? A cookie!!! Thanks to this post I was able to solve the issue!
In Firefox Clear all cookies that begin with “pma” or “pma_”
Tools -> Options -> Privacy -> Cookies -> View Coolies.
Choose the Cookies for the site “linwebXX.edikon.net” that start with “pma_” and delete them.
Close the Window
That’s ALL!!!
Happy mysql’ing
Multimedia 09/10: “The Most Annoying Animation you can Create!”
by ac3bf1 on Mar.01, 2010, under Tech Junk
The following was created during a short class at Roehampton University for the 2009/2010 Multimedia Course.
Click read More to see the animation!

