linux

Sometimes after a restart on Ubuntu 11.10, if using the "Gnome classic" desktop, Nautilus will appear in an ugly old-school design.

To fix this, type in your commandline:

pkill gnome-settings-daemon
gnome-settings-daemon

And, if you like:

killall nautilus
nautilus

And now tell me, why is this all so broken.

Tags: 
linux

In linux you can configure the pgup/pgdown keys to navigate through commands you typed that begin with the string you just typed. Type "mysql" and then hit "Page up", and you will see nothing but mysql-related commands.

Unfortunately this has to be configured anew on every machine or server/vm I work on, and I always forget where this is configured (and it takes a while to find it in google), so I thought I should write it down.

------------

In /etc/inputrc, uncomment:

Sometimes after a restart on Ubuntu 11.10, if using the "Gnome classic" desktop, Nautilus will appear in an ugly old-school design.

To fix this, type in your commandline:

pkill gnome-settings-daemon
gnome-settings-daemon

And, if you like:

killall nautilus
nautilus

And now tell me, why is this all so broken.

Tags: 
linux

In linux you can configure the pgup/pgdown keys to navigate through commands you typed that begin with the string you just typed. Type "mysql" and then hit "Page up", and you will see nothing but mysql-related commands.

Unfortunately this has to be configured anew on every machine or server/vm I work on, and I always forget where this is configured (and it takes a while to find it in google), so I thought I should write it down.

------------

In /etc/inputrc, uncomment: