The uclibc experimental stages on the gentoo mirrors are all outdated(they go back to years), so here are my stage3s’, which have been updated. They’re very similar to, and in fact can be considered to be the same stages that the Gentoo Community provides, only updated. As of 27th August, they are now built by [...]
Recently I managed to mess up my home permissions, to the extent that I owned the files, but couldn’t read them. Fixing an entire user’s home directory permissions is simple and easy. # chown user:user -R /home/user/ # chmod -R u+rwX /home/user/ Done.
I bet that mail client of yours just lies there doing nothing, when its sole purpose is to inform you the minute you get a new e-mail. Well, that client just takes up more memory, to just do that, doesn’t it? What if you could just check new mail via an RSS feed? liferea to [...]
A lot of these plug computers are in the market. Which one is right for you? Here’s a comparison sheet to help you decide which one should you be looking for: Plug Computer Processor Memory JTAG WiFi Network USB SATA Price Ionics Cumulus KW 1.2Ghz 512MB NAND, 512MB DDR2 Yes Yes 1 Ethernet 1 2 [...]
As of the recent change in time stamps in rsyslog, you have the following time stamp in your logs: 2011-06-05T00:21:46.693033+05:08 Now isn’t that hard and complicated? Seriously, who wants a high precision time stamp? Here’s how you quickly change it to a much more readable and simpler one. Add the following code to the beginning [...]