Mein Firefox 3.6.? möchte gerne im laufenden Betrieb (bei 4-5 offenen Tabs) 400-500 MB Hauptspeicher haben (je neuer die Version desto größer das Problem) Um das zu unterbinden sind zwei Einträge in der about:config einzutragen: 1. Erstellen eines Wertes namens config.trim_on_minimize als Boolean und weist ihr den Wert true zu. 2. Dem Wert browser.sessionhistory.max_total_viewers den [...]
Nice crontab generator
Here you find a very nice crontab generator. http://www.htmlbasix.com/crontab.shtml
Moving a Windows Server 2003 to a different hardware
Hey my first Windows Server Blog entry Below you’ll find the original text from Microsoft with my comments –> Link to Microsoft Article With the following procedure i successfully moved a backup server with Symantec Backup and a _lot_ of software to another hardware. Everything is was okay except the Windows NFS Server (had to [...]
Install VirtualBox on Opensolaris 2009.06
was easy on my opensolaris box as root: cd /tmpwget http://download.virtualbox.org/virtualbox/3.1.4/VirtualBox-3.1.4-57640-SunOS.tar.gzls -lamv VirtualBox-3.1.4-57640-SunOS.tar.gz\?e\=1268915446\&h\=4e6118b03f8a07d5f693ae91f6705ce4 VirtualBox-3.1.4-57640-SunOS.tar.gztar -zxvf VirtualBox-3.1.4-57640-SunOS.tar.gzpkgadd -d VirtualBox-3.1.4-SunOS-r57640.pkg Everything is fine, exept the USB Support Loading VirtualBox kernel modules… – Loaded: Host module – Loaded: NetAdapter module – Loaded: NetFilter module * Warning!! Solaris 5.11 snv_124 or higher required for USB support. Skipped installing USB [...]
Install VMware Tools on Debian Lenny VM
..was easy, no messing around with export CC=/usr/bin/gcc4.1. or something ESXi Server 4.0.0 Build 219382 VM Linux lenny2 2.6.26-2-686 #1 SMP Wed Feb 10 08:59:21 UTC 2010 i686 GNU/Linux apt-get install build-essential autoconf automake linux-headers-`uname -r` Click ‘Install VMWare Tools’ on your VMconsole. mount /dev/cdrom /mnt/ cd /tmp/ cp /mnt/VMwareTools-4.0.0-219382.tar.gz /tmp tar -zxvf VMwareTools-4.0.0-219382.tar.gz cd [...]
good article to SSH without Password
HowTo SSH/SCP without a password. http://www.hostingrails.com/HowTo-SSH-SCP-without-a-password
Whitelist Clients in postfix / postgrey / amavis environment even thoug you are using zen.spamhaus.org
Say you have a virtual server somewhere, which has multiple domains on it. You’re a spam fighter using some blacklists. Everything is working fine. You realize that you want to send mails from your home opensolaris server (Dynamic IP) to your virtual server. Hmmm, what to do? Do the following: nano /etc/postfix/rbl_override 1.2.3.4 OK Ip.ad.re.ss [...]
Willkommen – Welcome
Herzlich willkommen auf meinem WordPress Blog. Dieses Blog soll keinen Schönheitspreis gewinnen und auch nicht ‘top-ranked’ sein. Es dient einzig allein als Gedankenstütze für mich. Falls andere (du) mit meinen Geschreibsel was anfangen können. Gut Welcome to my WordPress Blog. This Blog is not focused to win a beauty competion or 2be ‘top-ranked’. It is [...]
Linux Console bg – Background
If you want to put a job in the Background, say a cp job 350GB, and you are tired of waiting – try the following: – start the process from the konsole – put it the background with Ctrl-Z and ‘bg 1′. – tell the shell to detach the process with the command ‘disown -a’ [...]
Good Link –> Command Line Guide to VMware ESX Server
http://b2v.co.uk/b2vguide2vmware3.htm