Jonathan Arbib

Archive for March, 2010


Installing Microsoft TrueType Fonts on Linux (debian example)

by 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!

Leave a Comment :, , , , , more...


Sonidos Venezolanos!

by 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.

Leave a Comment :, more...

Lenny domU on xen with debootstrap

by on Mar.12, 2010, under Tutorials

This is a HowTo on installing Lenny on a xen system using the debootstrap method

(continue reading…)

Leave a Comment :, , , , more...

Thecus 4100PRO Modules

by 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]

Leave a Comment :, , , , , , , more...

Recover MySQL password

by 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!

Leave a Comment :, , , , , , more...

phpmyadmin ‘Makin me go Crazy!’

by 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

Leave a Comment :, , more...

Multimedia 09/10: “The Most Annoying Animation you can Create!”

by 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!

(continue reading…)

Leave a Comment :, , , more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!