NavigationtagsUser login |
fossWhat the open source community can learn from DevopsBeing active as both a developer and ops person in the professional life, and both an open source developer and packager in my spare time, I noticed some common ground between both worlds, and I think the open source community can learn from the Devops movement which is solving problems in the professional tech world. For the sake of getting a point across, I'll simplify some things. First, a crash course into Devops...
Submitted by Dieter_be on Fri, 09/03/2010 - 22:26. categories [ ]
the "Community Contributions" section on the Arch Linux forums is a goldmineThe Community contributions subforum of the Arch Linux forums is awesome. If you like to discover new apps and tools, check it out.
Submitted by Dieter_be on Wed, 08/25/2010 - 22:11. 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 [ ]
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:
Submitted by Dieter_be on Sun, 01/24/2010 - 18:10. 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 moreInspired by Snippy and snippits, I wrote a simple tool called snip.
Submitted by Dieter_be on Mon, 09/14/2009 - 20:22. 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 [ ]
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 [ ]
Fosdem 2009I'm particulary interested in:
Submitted by Dieter_be on Thu, 02/05/2009 - 22:20. 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 [ ]
AIF: the brand new Arch Linux Installation FrameworkRecently I started thinking about writing my own automatic installer that would set up my system exactly the way I want. I looked at the official Arch install scripts to see if I could reuse parts of their code, but unfortunately the code was just one big chunk of bash code with the main program and "flow control" (you must first do this step, then that), UI-code (dialogs etc) and backend logic (create filesystems, ...) all mangled up and mixed very closely together. So I started to write AIF: the Arch Linux Installation Framework
Submitted by Dieter_be on Mon, 11/17/2008 - 12:45. categories [ ]
Handling a remote rename/move with GitI recently had to rename a repo on my Github account. Github has made this very easy but it's just one side of the issue. Obviously you must also update any references to this remote in other clones, otherwise pushes, fetches etc won't work anymore. You can do this in two ways:
That's it! All will work fine again.
Submitted by Dieter_be on Mon, 11/17/2008 - 12:29. categories [ ]
dautostart, a standalone freedesktop-compliant application starterI couldn't find a standalone application/script that implements freedesktop compliant (XDG based) autostarting of applications, so I decided to write my own. Right now, all the basics seem to work (except "Autostart Of Applications After Mount" of the spec).
Submitted by Dieter_be on Sun, 10/19/2008 - 13:26. categories [ ]
I'm done with Gnome/GconfI'm managing my ~ in svn but using gnome & gconf makes this rather hard.
Submitted by Dieter_be on Mon, 09/29/2008 - 22:01. categories [ ]
DDM v0.4 releasedDDM v0.4 has been released.
Submitted by Dieter_be on Tue, 09/23/2008 - 16:21. categories [ ]
My projects are on github nowI've put my (somewhat interesting) projects on GitHub.
Submitted by Dieter_be on Tue, 09/09/2008 - 11:40. categories [ ]
Requirements for the perfect GTD toolI've been reading GTD lately and it's absolutely a great and inspiring book. The most interesting ones (each for different reasons) I've looked at so far are Thinkingrock, tracks and yagtd (the latter requiring most work before it does everything I need, but it's also the most easy to dive into the code base). I'm keeping my eyes open because there are certainly more things to discover. Even though there are probably no applications out there that can do everything I want, I just wanted to share my feature-wishlist. These are the requirements I find that a really good tool should comply with:
Submitted by Dieter_be on Sat, 08/09/2008 - 16:04. categories [ ]
Announcing the Netlog Developer PagesAt work, we've setup the Netlog Developer Pages It is the place where you can/will find all information around our OpenSocial implementation, our own API, skin development, sample code and so on.
Submitted by Dieter_be on Sat, 05/24/2008 - 12:39. categories [ ]
DDM : a Distributed Data ManagerUPDATE: this information is outdated. See http://github.com/Dieterbe/ddm/tree/master for latest information. IntroductionIf you have multiple sets of data (e.g.: music, images, documents, movies, ...) and you use these on more then one system ( e.g. a laptop and a file server) then you probably also have some 'rules' on how you use these on your systems. For example after capturing new images you maybe put them on your laptop first but you like to sync them to your file server frequently. On the other hand you also want all your high-res images (stored on the server) available for editing on the laptop, and to make it more complicated you might have the same images in a smaller format on your server (for gallery programs etc.) and want these (or a select few albums of them) available on the road. The more different types of data you have and the more you have specific work flows the harder it becomes to keep your data as up to date as possible and consistent on your boxes. You could manually rsync/(s)cp your data but you end up in having a mess (at least that's how it turned out on my boxes). Putting everything under version control is great for text files and such, but it's not an option for bigger (binary) files. I wanted to keep all my stuff neatly organised in my home directories and I want to create good work flows with as minimum hassle as possible, so I decided to write DDM: the Distributed Data Manager.
Submitted by Dieter_be on Sat, 03/29/2008 - 21:28. categories [ ]
Tweaking Lighttpd stat() performance with fcgi-stat-accelIf you serve lots of (small) files with Lighttpd you might notice you're not getting the throughput you would aspect. Other factors (such as latencies because of the random read patterns ) aside, a real show stopper is the stat() system call, which is a blocking system call ( no parallelism ). Some clever guys thought of a way to solve this : a fastcgi program that does a stat(), so when it returns Lighty doesn't have to wait because the stat information will be in the Linux cache. And in the meanwhile your Lighty thread can do other stuff.
Submitted by Dieter_be on Mon, 03/03/2008 - 22:12. categories [ ]
I'm not going to Fosdem 2008
Submitted by Dieter_be on Tue, 02/12/2008 - 21:37. categories [ ]
gtk dialogs for (shell)scripts with zenity and the ask-pass gui tools for ssh-addPhew! where to start? Probably at this blogpost. It's about making it very easy to work with external encrypted volumes. I'm not going to talk about the article itself but about a great tool i discovered thanks to it: Zenity.
Submitted by Dieter_be on Sun, 11/25/2007 - 19:45. categories [ ]
Nagios monitoring in your desktop panel aka Xfce Genmon panel plugin rules!FOSS is written by users, for users, and what I've been doing/experiencing this afternoon is a perfect example of that.
Submitted by Dieter_be on Sun, 08/05/2007 - 16:42. categories [ ]
Assymetric keys instead of passwords for SSH authentication to increase security and convenienceI've been using OpenSSH already for a while and although I've seen mentions of "public key authentication" and "RSA encryption" several times in it's config files, I never decided to figure out what it did exactly, and stuck to password authentication. But now the guys at work explained how it works and after reading more about it, I'm totally hooked on it!
Submitted by Dieter_be on Sat, 07/14/2007 - 20:22. categories [ ]
The perfect GTK music player: can Exaile replace Amarok?I've always liked Amarok: it does everything I always wanted, and more. It looks perfect in every way ... So, I've been looking for an alternative, a GTK application strong enough to actually be able to replace Amarok, the king of all software music players.
Submitted by Dieter_be on Sun, 07/08/2007 - 12:50. categories [ ]
|
Recent comments
1 day 15 hours ago
2 weeks 6 days ago
3 weeks 5 days ago
4 weeks 3 days ago
4 weeks 5 days ago
4 weeks 6 days ago
4 weeks 6 days ago
5 weeks 2 days ago
5 weeks 4 days ago
6 weeks 2 days ago