Lenfis bLog
Computer, Coffee & Co
Computer, Coffee & Co
19. Apr
I just got some new hardware for my new (or overhauled) vdr. (More on that later…) I wanted to try out yavdr and needed a cd drive for the installation. I looked in my basement for an old drive, finally found one in an old IBM Intellistation and got it out of there. Then I burned the cd, very sloooowly, so the old drive can read it, found a PATA cable to connect the drive and booted. Half through the boot process the drive couldn’t read the cd anymore… All that hassle, just because I seem to be too oldschool to think of usb drives. Since I already got the iso image on my computer, it took around 3 minutes to use usb-creator to create a bootable usb drive. Too easy for me I suppose…
14. Apr
I’m quite curious how the new release will work out, I’ve got a couple of servers waiting for new software versions (e.g. samba). Things changed since 2008.
10. Apr
While using WordPress as a CMS in a project of mine, I had a problem with linking to other internal pages easily. There is no way in the wordpress link dialog right now to refer to an internal page. But just using the absolute URL is no real solution, since the pages or even the site base URL might change. There are nice solutions to this problem, like creating your own shortcode for that. (German) While that is a neat solution, it is not user friendly, which I need or at least want for my CMS thing. So I searched a bit more and found Absolute Links, a plugin that converts all internal links to the default format (/?page_id=6) and while rendering replacing that with the current setting for permalinks (/about/contact). On the outside everything looks great, you can input the links as you like, but you stay a 100% flexible. Simply a great plugin.
06. Mrz
I just uploaded a new version of Reaction Buttons, which features a widget now. In that widget you can show the top x posts with the most clicks for each button.
Coding took less time than putting the new version online, since there are a lot of places where you can set a version and they are parsed directly out of svn by some wordpress magic script.
I tagged the new release properly in the svn repository and added the version nubmer as stable in the parsed readme.txt. But I forgot to change the version in the main .php file, which seems to be important too. Thanks to #wordpress on irc.freenode.net for pointing that out.
Download from wordpress.org or directly through the install/update function of wordpress.
02. Mrz
Recently I found out, that the user documentation videos my colleague made, weren’t shown anymore in our dokuwiki installation and I couldn’t find out why. Everything worked well, pages were shown, but only downloadable media wasn’t. I added a .htaccess for a different project a while ago and allowed them in the apache configuration. But even though I deactivated the new .htaccess file again to test if some of my settings messed with dokuwiki, I still got the following error:
[Tue Mar 02 12:34:14 2010] [error] [client 134.x.y.z] client denied by server configuration: /opt/wiki/data/media/win/printersetup.ogv
What I didn’t knew was, that dokuwiki has some restrictive .htaccess files for file downloads. Just modify them or deactivate .htaccess overrides for dokuwiki again, like I did.
20. Feb
Yesterday I finally found some time to include cookies into reaction buttons, so that you could push every button only once. Sure, It’s quite easy to circumvent, but without authentication it’s not possible to prevent that. And authenticating before using the buttons would be against their primary idea.
Download from wordpress.org or directly through the update function of wordpress.
11. Feb
The new Dell desktops we get at work, don’t come with an Windows XP license anymore. And I guess it’s kinda time to exchange the old XP installations, at least on the new desktops. But now we had the problem, that the current windows cups driver doesn’t support 64bit windows. Solution: Check out the current driver from the subversion repository. (Source)
So, that problem seems solved, but now I need a newer samba version to push the drivers to the clients. I’ve got the current Ubuntu 8.04 LTS version (3.0.28) and as far as I understand, I need a 3.4.x. Now I wait for the new LTS version of Ubuntu, which should arrive in April. Further information:
04. Feb
I read a blog post about Mozilla Weave a few days ago and I’m happy Mozilla developed such a tool. But a few years too late, I’m now hooked completely on XMarks (formerly Foxmarks) and completely satisfied. Does anyone perhaps know, why I should or shouldn’t use Weave instead?
04. Feb
For those who love their readline/emacs keybindings, you can have firefox and all gtk applications behave a little bit like that. This article describes how easy you can activate it and what keybindings there are. I recently created a new user profile for myself and missed the keybindings I got used to. To activate it under gnome, it’s enough to run the following command and have shortcuts like C-a, C-e or C-k work again.
gconftool-2 --set /desktop/gnome/interface/gtk_key_theme Emacs --type string
29. Jan
My Reaction Buttons plugin got accepted on the wordpress plugin site. Yeah! I guess thats not too hard, but I’m happy about it anyways.
Now you can install Reaction Buttons right out of your wordpress blog, without the hassle of downloading and uploading it to your blog.
Next hing to do is make some colors configurable through the admin menu. Or is CSS enough? Not sure yet.