Eine weitere simple Backup Methode: Partclone, TinyCore und sshfs
Ein Backup zu machen ist das A und O. Ein Satz, den man regelmäßig liest und dem man auch zustimmen kann, nur um es dann doch auf die lange Bank zu schieben bis es schließlich zu spät ist. So … Continued
Spiegelung eines Linux-Systems
Im Laufe der Zeit wird der so schön eingerichtete Linux-PC immer unentbehrlicher, so dass früher oder später die Frage auftaucht, was man denn eigentlich macht, wenn das System z.B. durch einen Ausfall der Festplatte plötzlich nicht mehr verfügbar sein sollte. … Continued
Wie kann man eine blockierte virtuelle Maschine beenden?
Symptome Die virtuelle Maschine hängt und sie kann nicht von der Benutzeroberfläche gestartet oder beendet werden, da alle Tasten ausgegraut sind. Lösung Öffnen Sie Terminal in Mac OS X (Finder > Programme > Dienstprogramme) und geben Sie den folgenden Befehl … Continued
Centos Asterisk
/etc/sysconfig/networking/devices/ Centos Netzwerkkarte conf Centos Netzwerkkarte reboot /sbin/ifup eth0 Download the pre-requisite of asterisk: gcc gcc-c++ kernel-devel bison openssl-devel libtermcap-devel yum install festival We’ll be using yum for now(there’s no support for apt-get in CentOS 5) yum -y update yum … Continued
Asterisk Centos ein weiterer Weg
Teil 1 – Einsetzen der Abhängigkeiten und Grundinstallation Teil 2 – Konfiguration von Nagios Teil 3 – Überwachen von Endgeräten a) rudimentäre Drucker b) VoIP Geräte c) Windows-PCs (mit Nagios Plugin) d) Linux-Server (auch mit dem Nagios-Plugin) Teil 3 1/2 – Fehlerbehandlung in der Konfiguration a) Hilfe! Wie finde ich den … Continued
asterisk webGUI
1. Requirements In order to install “Asterisk GUI” you’ll need: Concurrent Versions System (CVS) asterisk 1.4 – and all modules needed to compile and install asterisk 1.4 2. Preparation Go to your installation directory (for example ‘/usr/src’) and … Continued
CentOS 5 and Asterisk 1.4.x installation
Before you begin, you’ll probably want to bring all your packages up to date. To do so, run ‘yum -y update’. If any kernel files were updated as part of this process, you will need to reboot the machine (shutdown … Continued
Asterisk GUI V2
Install Asterisk GUI yum install mod_dav_svn subversion cd /usr/src svn co http://svn.digium.com/svn/asterisk-gui/branches/2.0 asterisk-gui cd asterisk-gui sh configure && make && make install nano /etc/asterisk/http.conf Add the following information [general] enabled=yes bindaddr=0.0.0.0 bindport=8088 prefix=gui enablestatic=yes (ctl-x,y,ENTER) nano /etc/asterisk/manager.conf Add the following … Continued
Logfile Abfrage
tail -f /var/log/nagios/nagios.log