NavigationtagsUser login |
Dieter_be's blogOff to Toronto July 14-28, ArchconAs mentioned earlier, I'll be at Archcon in Toronto in a few weeks.
Submitted by Dieter_be on Sun, 07/04/2010 - 11:34. categories [ ]
Restoring ssh connections on resumeI use pm-utils for hibernation support.
..but these commands have no access to your user environment. In my user environment I have a variable which I need access to, namely SSH_AUTH_SOCK, which points to my agent which has some unlocked ssh keys. Obviously you don't want to reenter your ssh key passwords everytime you resume. (In fact, I started using hibernate/resume because I got tired of having to enter 4 passwords on boot. - 1 for dm_crypt, 1 for login, 2 for ssh keys, not because it is much faster) The solution is very simple. Use this:
This way, do-my-stuff.sh will be executed when you resume, after the complete environment has been restored. Ideal to kill old ssh processes, and setup tunnels and ssh connections again. I'm probably gonna integrate this into my microDE
Submitted by Dieter_be on Wed, 06/16/2010 - 18:11. categories [ ]
Uzbl, monitoring, AIF talksI recently did two talks, for which the videos are now online.
If all goes well, I'll be at ArchCon this summer, where I'll be doing these talks:
We're not sure yet if those talks will get videotaped.
Submitted by Dieter_be on Sun, 03/07/2010 - 13:06. categories [ ]
facebook usrbincrash php implementationImplementation for Facebook usr bin crash puzzle. (how/why) I haven't touched the code for a few months, but better to put it online then to let it rot. 2 branches:
In the repo you'll also find various test input files supplied by the community on the forums and a script to benchmark the implementation on all inputfiles.
Submitted by Dieter_be on Sat, 02/13/2010 - 00:25. categories [ ]
Not working for FacebookIn november last year, I was contacted by Facebook HR.
Submitted by Dieter_be on Fri, 02/12/2010 - 23:58. categories [ ]
Fosdem 2010I'll be at fosdem - 10th edition - again this year. I'll be presenting a lightning talk about uzbl. More stuff I'm looking forward to: Arch Linux interview and Uzbl articleApologies for only informing you about the second article now. I assumed most of you follow LWN (you probably should) or found the article anyway.
Submitted by Dieter_be on Mon, 01/11/2010 - 22:30. categories [ ]
RRDtool: updating RRA settings and keeping your collected dataWhen you use rrdtool, it can happen that you first create your databases, then collect a whole bunch of data and decide later you want more accuracy/longer periods.
Submitted by Dieter_be on Wed, 12/09/2009 - 16:05.
ext3 logical partition resizingYou probably know you can resize primary partitions by deleting them and recreating them, keeping the starting block the same but using a higher block as ending point. You can then increase the filesystem.
Submitted by Dieter_be on Sun, 11/01/2009 - 11:17. categories [ ]
About the maemo summit 2009 and the nokia n900So I'm back from the 3-day maemo summit in Amsterdam. It was very nice. Very well organized, and Nokia definitely invested enough in catering, fancy-suited people and such to please all 400 of us. I met several interesting people, both from the community, as well as Nokia guys.
Submitted by Dieter_be on Mon, 10/12/2009 - 21:20. categories [ ]
nokia n900 & maemo summit 2009I have been looking for the "perfect mobile companion device" already for a while. Basically I want a "pocket PC that can do as much as possible over which i have as much control as possible so I can do things my way, but still fits in a pocket and which can do gsm and such"
Submitted by Dieter_be on Fri, 10/02/2009 - 17:40. categories [ ]
Opening files automatically on mainstream Linux desktopsXfce/Gnu/Linux works amazingly well on my moms workstation, with one exception: opening files automatically with the correct program. The two biggest culprits are:
Luckily the fd.o guys have come up with .desktop files.
Submitted by Dieter_be on Tue, 09/22/2009 - 19:43. categories [ ]
Snip: a dead-simple but quite powerful text expander and moreWishlistI'm starting to keep track of some things I want. I've picked Amazon because they have many items in their database. Froscon 2009 afterthoughtsFroscon was great.
Here is a picture of my "Arch releng partner" Gerhard (right) and I (left). We've done a lot of work together and it was great to talk face to face for once. Here we're showing (proudly) an Arch Linux Froscon disc (which is a slightly modified version of the 2009.08 core images): Team photo:
Submitted by Dieter_be on Fri, 08/28/2009 - 19:00. categories [ ]
A script that pulls photos from facebookFbcmd is pretty cool.
Submitted by Dieter_be on Tue, 08/18/2009 - 17:36. categories [ ]
Arch Linux 2009.08 & Froscon 2009So, the Arch Linux 2009.08 release is now behind us, nicely on schedule. Later this week I'm off to the Counting Cows festival in France, and the week after that (august 22-23) I'm going to FrOSCon in Germany where I will meet some of my Arch Linux colleagues in real life, which I'm really looking forward to. If anyone wants a ride to froscon let me know. But note I'll try to maximize my time there (leave saturday early and come back late on sunday. I even took a day off on monday so I might stay a day longer if I find more interested people to hang out there)
Submitted by Dieter_be on Mon, 08/10/2009 - 12:36. categories [ ]
AIF automatic lvm/dm_crypt installations and test suiteWe're working hard on a new Arch release. (should be done by froscon) Amongst the slew of fixes and improvements there are also some cool new things I'm working on.
And bam you have a complete working system with LVM, dm_crypt etc all set up. You just need to change your keymap, hostname, network config and such (or, configure that on the beforehand in the config file for AIF) Another thing I started working on is a very simple test suite.
The verification script will check things like availability (and size) of LVM volumes, amount of swap space, keyboard layout, network and so on.
Stay tuned!
Submitted by Dieter_be on Wed, 07/22/2009 - 22:36. categories [ ]
Mysql status variables caveatsWhile setting up Zenoss and reading Mysql documentation about status variables I learned:
Submitted by Dieter_be on Sat, 06/06/2009 - 11:33. categories [ ]
Zenoss & Mysql monitoringI've been playing with Zenoss (2.4) for the first time. Here are my thoughts:
Submitted by Dieter_be on Sat, 06/06/2009 - 10:35. categories [ ]
Uzbl. A browser that adheres to the unix philosophy.I need a browser that is fast, not bloated, stores my data (bookmarks, history, account settings, preferences, ...) in simple text files that I can keep under version control, something that does not reinvent the wheel, something that I can control. Well, I could not find it.
Submitted by Dieter_be on Mon, 04/27/2009 - 23:02. categories [ ]
Poor mans dmenu benchmarkI wanted to know how responsive dmenu and awk, sort, uniq are on a 50MB file (625000 entries of 80 1-byte chars each). generate file:
Submitted by Dieter_be on Sat, 04/25/2009 - 11:25. categories [ ]
Automatic installations with AIFYesterday I finished the first working version of AIF's automatic procedure, along with a sample config for a basic install.. For me personally this means I can start working on the next step towards my goal of having all my systems "metadata" centrally stored (along with my real "data"), and the possibility to reconstruct all my systems in a deployment-meets-backup-restore fashion ( see http://dieter.plaetinck.be/rethinking_the_backup_paradigm_a_higher-level... ) The last few weeks I/we've been quite busy fixing up many things related to aif and the arch release stuff in general. The kernel guys are now at 2.6.29-rc8, so a stable release won't be long anymore and I want to get as much things fixed before 2.6.29 is out, so we can release soon after. (with /arch/setup and /arch/quickinst replaced by aif) Misc notes:
Submitted by Dieter_be on Sat, 03/14/2009 - 14:15. categories [ ]
Fosdem 2009I'm particulary interested in: Arch Linux release engineeringI don't think I've ever seen so much anxiety/impatience/hope/buzz for a new Arch Linux release. (this is because of 2.6.28 with ext4 support). That's why some new people have stepped up to help out on a new release:
Submitted by Dieter_be on Fri, 01/23/2009 - 00:11. categories [ ]
CakePHP and a paradigm shift to a code generation based approach?At my new job, I'm writing a quite full-featured web application. However, I find that still, the recommended (or at least "most commonly used") practices are not as efficient as they could be, and that emphasis is placed on the wrong aspects.
Submitted by Dieter_be on Mon, 01/19/2009 - 23:16. categories [ ]
Jobhunt over.What better way to launch the new year then starting to work as a System Engineer/Developer for a consulting firm where everyone breathes Linux and Open Source?
Submitted by Dieter_be on Wed, 12/24/2008 - 19:07. categories [ ]
new AIF releaseMy holidays present for Arch devs and users: AIF alpha-0.6 ! * Changes since alpha 0.5:
Submitted by Dieter_be on Wed, 12/17/2008 - 10:50. categories [ ]
#1 productivity tip: showersWhen you're stuck on a problem, or not even stuck but you just want to boost your creative/out-of-the-box thinking...
Submitted by Dieter_be on Sat, 12/13/2008 - 18:43. categories [ ]
Looking for a new jobThe adventure at Netlog didn't work out entirely, so I'm looking for a new challenge! My new ideal (slightly utopic) job would be:
To get a detailed overview of my interests and skills, I refer to:
Submitted by Dieter_be on Mon, 11/24/2008 - 21:30. categories [ ]
|
Recent comments
8 hours 34 min ago
2 days 4 hours ago
1 week 23 hours ago
3 weeks 2 days ago
3 weeks 2 days ago
3 weeks 3 days ago
3 weeks 3 days ago
5 weeks 1 day ago
5 weeks 6 days ago
5 weeks 6 days ago