Category Archives: Linux
Export blacklist and whitelist from ESVA and import to EFA
If you are migrating from ESVA to EFA you can export and import the black/whitelist with a simple script i wrote. note: This script doesn’t check for double entry’s. ssh to your ESVA server wget http://dl.efa-project.org/exportlists.sh chmod +x exportlists.sh ./exportlists.sh … Continue reading
LAN to LAN OpenVPN
For a while a wanted to have a LAN to LAN vpn between my own server and the server somewhere else. This would be usefull for backups and other stuff. I wanted to create a situation that clientA on network … Continue reading
Install VMware Server 2.0.2 on Ubuntu 10.04 or higher
Today i’ve decided to upgrade my server from Ubuntu 9.10 Server (64bit) to 10.04 LTS. After the upgrade Vmware server (2.0.1) wasn’t working anymore. This is usually fixed by running vmware-install.pl (it rebuilds the modules). Unfortunately the script generated build … Continue reading