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 [...]
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’ [...]
FILEACL – great tool 4 working with ntfs permissions
http://www.gbordier.com/gbtools/fileacl.asp set ownership: fileacl.exe d:\nfs\share\backup\* /O administratoren /files /sub grant rights: fileacl.exe d:\nfs\share\backup\* /G administratoren:F /files /sub fileacl_3016
If you don’t like blat, use sendEmail
http://caspian.dotconf.net/menu/Software/SendEmail/
Reset WSUS (Client + Server)
This one resets your local WSUS Settings, just copy in a batch file and run as Admin. rem Fixes problem with client machines not showing up on the server due to imaging method reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v AccountDomainSid /f reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v PingID /f reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientId /f cls @echo Triggering detection [...]