configuration

:: Install NicTool on Linux Debian

:: What is NicTool NicTool is a free DNS management suite that takes all the headaches out of managing DNS. It...
Sysadmin.ID
1 min read

:: Installing VegaDNS

:: What is VegaDNS VegaDNS is a tinydns administration tool written in PHP to allow easy administration of DNS records through...
Sysadmin.ID
46 sec read

:: djbdns on Linux Debian

:: What is djbdns The djbdns software package is a DNS implementation created by Daniel J. Bernstein due to his frustrations...
Sysadmin.ID
1 min read

:: deny login users and groups on openssh

:: how to deny user and groups login on ssh # vi /etc/ssh/sshd_config ### add this line to deny users and...
Sysadmin.ID
8 sec read

:: Block Spam using RBLs on cPanel

:: what is RBLs RBL is short for Realtime Blackhole List, a list of IP addresses whose owners refuse to stop...
Sysadmin.ID
19 sec read

:: nginx reverse proxy with apache

:: how to installing nginx on linux debian # aptitude install nginx :: configure nginx as reverse proxy + create reverse...
Sysadmin.ID
51 sec read

:: ssh [scp] login without password authentication

:: install dependency installing ssh-client (Debian) # aptitude install openssh-client :: configure ssh / scp login without password authentication + generate...
Sysadmin.ID
41 sec read