chuso.net

Tag: Linux

  • Faster packages building in Gentoo with tmpfs and binhosts
    How to use tmpfs and binhosts for faster packages building in Gentoo
  • Speeding up Gentoo packages building
    Some strategies to make Gentoo package compilation a bit faster
  • Why I choose Gentoo
    I’ve been using Gentoo Linux for 20 years. Why? Because I cannot live without Linux and I haven’t found any Linux distribution that I like so much. Here I tell why.
  • kdepim-runtime patch for standard IMAP flags in KMail (KDE bug 291332)
    This is a situation that I found at work: I use KMail and my co-workers use Thunderbird. We use a shared e-mail account and, when they reply to a message, I can see it as replied, but when I reply to a message from KMail, only KMail can see it as replied. You can imagine where the problem may be and, after a little research, this is what I found.
  • Linux kernel module that allows you to set events on pressed keys
    As a probe of the use of kprobes for Extension of Operating Systems I have made a Linux module that allows you to execute a command for every pressed key and see its keycode. It includes some sample scripts that can be used as the command to be executed on every key pressed, these scripts are: keylogger Registers every pressed key in a file. printscr If framebuffer is enabled it allows doing a console screenshot using print screen key.