Merry Christmas ya'll! Making food in our little apartment this year, avovaimon family is coming here. Ham in the oven, potato and carrot box, janzon, lots of fun stuff :)
Do you print pictures or keep all of them online? What about if you've written a lot of text on some obscure blog on the Intertubez. What if something happens and you can't retrieve it? Maybe this is just because I just started reading a post-apocalypsian book where an EMP …
Here's a great CLI file browser for Linux. It also gives a preview of text files. It's called Ranger. Do check it out. Here: https://bbs.archlinux.org/viewtopic.php?id=93025 This was also my introduction to 'git'. Quite easy :) git clone git://git.sv.gnu.org/ranger.git …
Time for another 'do-release-upgrade'! This took away dwm-tools and suckless-tools (amonger other stuff). This means that META+p does not work anymore. So you cannot start any apps. Just install them again with 'sudo apt-get install dwm' and you're good to go. Don't even need to restart anything. Found this …
Time for some more Linux testing. The reason for this is because I think I will go ahead and try to study for the RHCSA - Red Hat Certified System Administrator. Work might send me to a course in December, probably wise to play around with it before this. So here …
This is the third book in the Malazan world. The previous ones by Ian are Night of Knives and The Return of the Crimson Guard. Beware, this post will/may contain spoilers. I'm now roughly 41% through the book (reading it on my Kindle) and I must say that the …
Got this for ps3 from verkkokauppa.com when it was released (yay, shipping from Åland = no taxes = lots cheaper games). Great if you live in Finland :) Anyway, the game is pretty awesome (I haven't played it since NHL '94) but there are quite a lot of bugs that cause the …
Been reading a bit, is nice to get to read something other than fibre channel :) 1.) The Stainless Steel Rat by Harry Harrison If you like Douglas Adams this should work for you too. It's quite old books (first one is from '61) but the language does not feel archaic …
Some things to remember: Follow the rules of the road, like, stay on the right side :) People tend to follow the rules and get confused if you start bicycling on the left side, there's also some streets where the bicycle part of the road is one-way (like Boulevardi). Don't bicycle …
Ever had to read a man page on a Solaris system? You'll see these SunOS 5.11 System Administration Commands on each page in the manpage, making it quite hard to read. To make it more readable you can run this: man $1|grep -v 'SunOS 5.11'|grep -v …