Because I always forget the specific command I’m now documenting it for myself:
1 | update-rc.d puppet disable
|
Because I always forget the specific command I’m now documenting it for myself:
1 | update-rc.d puppet disable
|
Je kunt nu live tv bekijken via Zeelandnet / Delta. Hoera! Maar dat gaat of via een Android/iPhone app of via de… (wait for it) Silverlight extensie in je browser als je het op je desktop wilt bekijken.
Kijk, dat je Flash gebruikt voor live streaming...
Today I discovered something I should have discovered ages (AGES!) ago…
So what’s the deal? I have some servers from where I want to push to some remote git repositories (bitbucket, github et cetera). What I normally did: create a new keypair on the...
I’ve been implementing the opengraph
protocol for my blog post pages. I wanted to be sure I implemented it right and searched for tools that could help me with this task. I came up with the folowing two:
I installed the new (Vim) powerline with Vundle. Only thing is they provide a limited number of pre-patched fonts. In the previous version I didn’t bother because I found powerline quite nice looking even without the patched fonts. But the new version...
For the holidays I bought myself a new ssd: One of them fancy Samsung 840 pro’s:
After reading up on some sites how to use a ssd with Ubuntu / Linux:
I wanted a quick and easy way to test my new Logitech C920 webcam on Ubuntu 12.10. I didn’t want to install any extra software like Cheese.
After some Googling I found the following very easy script:
1 | echo "estimate job=client.vanutsteen.nl listing client=client.vanutsteen.nl fileset=Server" | bconsole |
1 | echo ".dump" | sqlite3 old.db | sqlite3 new.db
|
Explanation: pipe “.dump” to sqlite and use that output (the dump itself) to fill the new.db database.