Today I discovered that I’m addicted to Katapult, an application specially designed to provide quick and easy access to applications, bookmarks, music and more.
Unfortunately, it’s a KDE (QT) application. This means that using it on GNOME makes your system load and mantain in memory many KDE libraries just for a small application.
Today I asked myself “are there a similar application to GNOME?”. Some seconds later Google got me the solution: GNOME Launch Box.
This application works great! I don’t know if it was just for me, but I had to configure manually the shortcut to fire the gnome launch box. I used the instructions here.
Hope you like it too!
If you know me, I use LUKS for a long time. But there was always one thing that kept annoying me: it was not cool, every time I rebooted my computer, to go the the console and manually mount my encrypted hard drives.
I discovered today that there was already a solution: pam-mount. It is a nice PAM module that allows one to have automatically mounted the encrypted devices as soon as you enter your username/password do access your system.
I installed it on Ubuntu (apt-get install libpam-mount) and did a little bit of hacking on /etc/pam.d/common-session and /etc/security/pammount. What impressed me the most is that it worked like a charm on my first attempt! Now I can boot on my computer and GDM, and just put my username and password to access my box!
Of course you need an excellent user password because your hard-drive security depends on his strength.
Just a note…
If after installing and configuring pam_mount you start hitting problems with your cron (cron segfaults everytime) remove pam_mount.
I don’t understand why this happened and I really don’t want to know. I spent 30 precious minutes hacking GDB just to see that the problem was on pam_mount…