Category Archives: ISPConfig 3

Change debian keyboard layot

How to change debian keyboard configuration, just use following command: dpkg-reconfigure keyboard-configuration

Posted in Debian, ISPConfig 3, Linux tips, Mint, Ubuntu | Tagged , , | Leave a comment

Apache self-signet certificate

Step 1: Generate a Private Key openssl genrsa -des3 -out server.key 1024 Step 2: Generate a CSR (Certificate Signing Request) openssl req -new -key server.key -out server.csr Step 3: Remove Passphrase from Key cp server.key server.key.org openssl rsa -in server.key.org … Continue reading

Posted in ISPConfig 3, Linux tips | Tagged , , | Leave a comment

mydns – slave DNS server from master ISPConfig3 database

I wrote a litle bash script for mydns DNS server to act as slave DNS server. All records are transfered from master ISPConfig 3 Server. On second server install mydns server, and configure it for ISPConfig use. then edit file … Continue reading

Posted in ISPConfig 3, Linux tips | Tagged , , | 3 Comments

Backup remote linux mysql and data

Whit little bash script you can backup remote linux server. I wrote this script for backup my web server powered by ISPconfig 3. Backup is started from local linux machine. For this script ssh key authentication must be set. This … Continue reading

Posted in ISPConfig 3, Linux tips | 21 Comments