Thursday, 26 May 2016
Awesome (and useless) trivia: Ubuntu's first bug
Yes, Ubuntu's #1 bug, reported by Shuttleworth himself, is "Microsoft too big". I'm not too sure I agree with the bug's resolution.
Tuesday, 24 May 2016
KSnapshot is getting smarter
Tuesday, 17 May 2016
Some sane advice from Firefox's console
Scam Warning: Take care when pasting things you don't understand. This could allow attackers to steal your identity or take control of your computer.
That's some really good advice coming from your browser's console.
Friday, 8 April 2016
Code and Google translate: awesomeness
# The include "throw.h" the extern "the C" {void seppuku () {throw statement the Exception () ; }}
Another one I liked:
the struct the Exception {};
#ifdef __cplusplus
the extern "the C" {
#endif
void seppuku ();
# Ifdef __cplusplus
}
# endif
Now you know it. Next time you're looking at some incomprehensible c++ code, run it through Google translate. It may improve it.
Thursday, 21 March 2013
An awareness test
It's amazing how easy it is to loose sight of a dancing bear (that sentence does make sense after viewing the video!). I wonder if that's why I dislike Windows. Too many menus, whereas I have a single interface for pretty much anything with my CLI.
Thursday, 13 December 2012
CLI music FTW!
cat /dev/urandom | aplay
Aditional tip: if you ever get tired of the random static, you can have fun playing your boot images like this:
cat /boot/initrd.img-3.0.0-12-generic | aplay
I wonder if that has copyrights....
Monday, 15 August 2011
Vacations are over
Thursday, 2 June 2011
Vim: Ni! Ni! Ni! Ni!
Even though I have vim a Vim fan for a long time there still is a lot of stuff which amazes me about this little editor, and this thing I last learned about it is in the "ZOMG that's so cool I'm about to pee my pants" category. Unfortunately, if I were to draw a Venn diagram of the people who may find it cool I'd have to intersect the group of people reading my blog (yes, very small) with the group of people who like Vim and Monty Python. So, here's to the null group:
Type :Ni! in Vim and be amazed, it'll reply back: Do you demand a shrubbery?
Thursday, 12 May 2011
Thursday, 17 March 2011
Tuesday, 15 February 2011
Vim Tip: Vigor
Well, Vim and Vigor have a different meaning in Linux. Just do an apt-get install vigor, then run it. You'll have lots of fun with Vim's evil cousing, I promise.
Friday, 24 September 2010
Thursday, 2 September 2010
Vim Sexual Care
Tuesday, 18 May 2010
Dealing with Office on Linux
Seen @ bash.org:
< adamkuj> are there any good open source tools for working with Access DB's (mdb files)? <@Dopey> rm Comment: #evilgeeks
True, so true... It's been said a thousand times, but I kinda like ranting... like it or not Office files are a majority out there. If you work with Linux, using it in a real enterprise environment, sooner or later you'll run into someone using a propietary Office format. You'll also run into someone who doesn't know that you need OOO to open those weird odf files. You may need to produce an adecuately formated document sometime, and LaTeX may not be an option.
Deal with it. Install a VM, or Wine, and a copy of MS Office. Resistance is futile.
