Website of Marko Merl
Tomato: Firmware for Linksys and Buffalo WLAN routers 
Monday, July 21, 2008, 03:54 PM - Linux
Tomato is a great firmware for wlan routers. I am using it on any Linksys WRT54GL 1.1 and it's working great!

There are a lot of features like bandwith monitoring, VLANs, QoS, DDNS and so on. The bandwih monitor is a great tool, because you have a overview about the traffic in live mode and also in daily, weekly and monthly graphs.

But for more information have a look at the vendor page.
view entry ( 150 views )   |  permalink
Time Keeping - VMware installed on Linux :-b 
Saturday, July 5, 2008, 10:08 AM - VMware
If you have the problem that the system clock in the virtual machines are running faster then the host based system clock, you have to do the following steps for solving it.

-open the file with root privileges
/etc/vmware/config

-if these lines are not there add this lines above otherwise change it (where 2200000 means your host CPU frequency in kHz)
host.cpukHz = 2200000
host.noTSC = TRUE
ptsc.noTSC = TRUE

-save the changes and restart the vmware services
/etc/init.d/vmware restart

-now the clocks should run perfectly
view entry ( 130 views )   |  permalink
Ubuntu: Use 4GB of RAM 
Wednesday, June 25, 2008, 08:37 AM - Linux
For using the whole 4GB of RAM on a Ubuntu system you just have to install the two following packages:
-linux-server
-linux-header-server
that's all :-)
view entry ( 146 views )   |  permalink
VMware Server: grayed USB devices under VM... 
Monday, June 16, 2008, 01:52 PM - VMware
...when you want to mount a USB device (e.g. USB HDD) over the VMware server console installed on a Linux machine and the menu is empty, that should be the same problem as mine.

The solution is to open the following file...
vi /etc/init.d/mountdevsubfs.sh

...and comment out the 4 lines...
#mkdir -p /dev/bus/usb/.usbfs
#domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
#ln -s .usbfs/devices /dev/bus/usb/devices
#mount --rbind /dev/bus/usb /proc/bus/usb


Now you have to restart the mountdevusbds.sh and that's it!

EDIT:
If the problem exists again after a reboot, then add the following line in your /etc/fstab
usbfs 		/proc/bus/usb 	usbfs auto 0 0

view entry ( 128 views )   |  permalink
GVPN Client: gvpndialer: error while loading shared libraries: libpcre.so.0: cannot open... 
Monday, June 16, 2008, 08:19 AM - Linux
If you have the above error message, I am almost sure that you installed the converted RPM package on a Debian system (e.g. Ubuntu).
The problem is that the gvpndialer is looking for this library and can't find it, because the name of the library is not the same on Debian as on Suse, RedHat, CentOS or something like this.

Therefore you just have to make a symlink as superuser
ln -s /usr/lib/libpcre.so /usr/lib/libpcre.so.0


That's it!
view entry ( 109 views )   |  permalink

<<First <Back | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | Next> Last>>