I’ve installed Bunny’s Technorati Tags plugin for WordPress. I wanted Technorati integration for a long time now and I even partially had it with multiple categories and appropriate tagging. But from now on all limits are gone. I can link to a lot more information on the web easily and I will get additional traffic to my blog. WooHoo!
Category: Technology
I work in technology sector. And I do round a clock, not only from 9 to 5. It is my bread and butter, it is my hobby, it is the fascination of my life. And with the current rate of change particular in information technology (IT), there is always something new to learn, to try, to talk about. I often post news, thoughts, and reviews. And when I do, this is the category I use.
Using knotes
KDE has an excellent helper tool – knotes. It a small application that allows one to create notes similar to yellow Post-it that are so familiar to everyone. With knotes it is possible to create notes in all fonts, colors, and sizes as well as set alarms on those notes, display them over all desktops, above or below all windows, etc.
I knew about this application for a long time now, but never got used to using it until recently. After thinking a bit about what kept me away from it, I realized that these were the shortcuts. Particularly, there are two shortcuts which can make all the difference – “New Note” and “New Note From Clipboard”. By default, some weird keys (Alt+Shift+N and Alt+Shift+C) are assigned to these actions. Very inconvenient and non-ituitive.
Using knotes’ configuration dialogue I reconfigured the shortcuts to be F12 for an empty new note and Ctrl+F12 for a new note with clipboard content. That feels way better now. Try it and you’ll be surprised…
P.S.: Now I wisht that knotes could have transparent window background…
SELinux fixes
If you are anything like me and don’t want to disable SELinux upon installation of Fedora Linux, then I have a hint for you.
List all files from selinux-policy-targeted and look at the output. You will the list of all files in the RPM package. Few of those files are SELinux manuals for better tweaking.
/usr/share/man/man8/ftpd_selinux.8.gz /usr/share/man/man8/httpd_selinux.8.gz /usr/share/man/man8/kerberos_selinux.8.gz /usr/share/man/man8/named_selinux.8.gz /usr/share/man/man8/nfs_selinux.8.gz /usr/share/man/man8/nis_selinux.8.gz /usr/share/man/man8/rsync_selinux.8.gz /usr/share/man/man8/samba_selinux.8.gz /usr/share/man/man8/ypbind_selinux.8.gz
I just fixed two problems easily after looking into the documentation.
One was with bind, which was complaining with “Permission denied” on any incoming zone transfer (slave zone). named had all the access there is to all folders, but still couldn’t write. This command (mentioned in man 8 named_selinuhelped immediately:
setsebool -P named_write_master_zones 1
Anoner problem was with Apache, which wasn’t showing anything in user’s public_html directory. man 8 httpd_linux suggested the solution that worked:
setsebool -P httpd_enable_homedirs 1 chcon -R -t httpd_sys_content_t ~user/public_html
Jazz all the way
Usually, when I work I need absolute silence. Especially when I write code. Any sound disturbs me. Those which have to do with human voices (phone calls, talks, music) are the most harmful. I never turn the music on or anything else when I program. I also prefer to leave all my development tasks for my night shifts.
But toda I found out that I can actually listen to music while writing code. I was looking for some new radio stations at Shoutcast to add to my music player and stumbled across some Jazz stations. I decided to try one before adding it to the list. I wasn’t yet programming, so it was OK to liste to it for some time.
It was only in the morning, 8 hours later that I noticed that I’ve programmed and did everything I had to do and never switched off the Jazz music. It didn’t disturb me even one bit. In fact I have a suspecion that it actually helped me. I will be repeating the experiment, but until than I’m surprised anyway…
You know you are too much into digital photography when…
…you see your CPU load graph as a histogram.