Today my goal was to get an AVM Fritz!Card running to send SMS via yaps.
Since on the old system is running kernel 2.4.x at the time of setup the only option was to use the capi driver and some hacks with hylafax to get all running. I don’t wonna look deeper into the old setup, to prevent to get mad. Anyways … an other setup was a faxserver. This was implemented also with the capi driver and capisuite.
So I was going straight forward and installed the capi driver on the known way.
Continue reading ‘Got mad? or Why are modules autoloaded without hotplug or discover?’
Since I started playing around with vserver there is the problem left restricting the capacity of the disk usage of the guests.
One solution may be to use one partition per vserver guest. But what to do if there is more (or less) space needed on the systems? Shutting them down and copying to bigger or smaller partition may not acceptable in any cases.
An other path can be LVM and (online-)resizeable filesystems.
Continue reading ‘Thoughts about LVM’
If you want to use X11 forwarding through ssh you need to modify your /etc/ssh/ssh_config:
# echo “X11UseLocalhost no” > /etc/ssh/ssh_config
# /etc/init.d/ssh restart
Since I´m running a couple blogs on one wordpress installation I noticed today, that ELA doesn’t work well in this environment. Since it uses only one cache directory the archive is mixed up with all these articles.
I was digging around and noticed, that only 3 values in 3 files are related. So decided to make use of ‘$_SERVER["SERVER_NAME"]‘ to have unique cache directories.
Continue reading ‘Hacking Extended Live Archives plugin to support multisite installations’