Use these commands to change the default gnome terminal size: gconftool-2 –set /apps/gnome-terminal/profiles/Default/default_size_columns –type integer 160 gconftool-2 –set /apps/gnome-terminal/profiles/Default/default_size_rows –type integer 50
Archive for «Uncategorized» category
New host!
Hi everybody! Today I’ve changed my hosting provider. Thanks to claudiuc!
Reset the root password on MySQL
Have you ever forgotten the root password on one of your MySQL servers? This is a quick h00tow (how to) reset your MySQL root password. It does require root access on your server. First things first. Log in as root and stop the mysql daemon. Now lets start up the mysql daemon and skip the [...]