Kategorie: Unix
-
ISP Config Server Backupscript
Hear you get an perfect ISP Config backup script #!/bin/bash version=“0.9.4 from 2010-09-13″ # Always download the latest version here: http://www.eurosistems.ro/back-res # Thanks or questions: http://www.howtoforge.com/forums/showthread.php?t=41609 # # CHANGELOG: # —————————————————————————– # version 0.9.4 – 2010-09-13 # ————————– # Small fix: – Corrected small bug replaced tar with $TAR in the recovery line # of…
-
Root Login E-Mail alert
Um bei einem Root Login ein E-Mail Alert zu bekommen muss man folgendes einstellen: 1. E-mail dienst auf dem Server aktivieren 2. /root/.bashrc anpassen (1) Email Server apt-get install postfix General type of mail configuration: <– Internet Site System mail name: <– server1.example.com Root and postmaster mail recipient: <– [blank] Other destinations to accept mail…
-
VMWarte Tools installation
anbei eine kleine Anleitung wie man VMWarte Tools installiert unter Linux / Debian apt-get install libx11-6 libx11-dev libxtst6 xinetd wget apt-get install autoconf automake binutils cpp gcc linux-headers-$(uname -r) make psmisc apt-get install linux-headers-`uname -r` build-essential apt-get install binutils-doc make manpages-dev autoconf automake1.9 libtool flex bison gdb libc6-dev-amd64 lib64gcc1 gcc-*-doc apt-get install gcc apt-get install…