I may be coming late to the SystemD bashing party, but I'd just like to say that I disagree with all of the opponents of this init system. It makes sense to have all of the basic components in one place (journal, basic networking), it does speed up booting ...
read moreOther articles
Vmstat rocks
Something I find myself doing constantly is monitoring the performance of my machines. CPU usage, VM (virtual memory) usage and the likes.
The goto-application for this purpose is top. Top is great, and can be used on linux as well as BSD's, which I have been experimenting with recently ...
read moreTo BSD or not be
I became interested in BSD's this week. The thought of installing one on my hardware had been crawling around my head ever since someone told me their "plan for the weekend is to install an original Unix while my girlfriend is away".
So I dived in and tried what ...
read moreThe actual source of the bad battery life rumour surrounding linux
This one is pretty widespread and gets repeated a lot:
I don't use Linux because the battery life is worse than under Windows
Here's what I have to say about this.
My laptop is a Haswell machine. I say Haswell, because that's not only the processor generation ...
read moreMore useful commands for terminal job management
fg/bg/jobs is for jobs within a terminal
w to quickly show your terminals (that's a new one i didn't know before) who/whoami? useless now.
read moreCommand line clipboard managment
I can't believe how awesome this is, it's the greatest thing to happen to me since I got a laptop with a physical middle button which finally made separating the CLIPBOARD-SELECTION buffer feasible. It's
xsel
!xsel -b < file.in xsel -b > file.out
and more, can be ...
read morePipe buffer in vim
You can use
read more%!
to pipe a buffer through a unix command.Yet another vim feature I didn't know about
As I was editting a python script this morning, I acidentally entered
K
in normal mode. Vim quickly hid and revelead a shell which contained two lines:no Python documentation found for 'd'
Press ENTER or type command to continue
What is this sorcery, I thought to myself. I quickly ...
read moreWindows... blows?
I'm not usually a hater against Windows but this time I feel it's time to speak up. I wanted to install Windows 8 on my new laptop, but since it doesn't have a CD/DVD drive (and I wouldn't want it) I wanted to load the ...
read more