Sysadmin.ID

  https://sysadmin.id

   



231 Stories by Sysadmin.ID

:: djbdns on Linux Debian

:: What is djbdns The djbdns software package is a DNS implementation created by Daniel J. Bernstein due to his frustrations with repeated BIND...
0 1 min read

:: easyapache error on cPanel

:: easyapache error # /scripts/easyapache error: Not a HASH reference at /var/cpanel/perl/easy/Cpanel/Easy.pm line 340 :: How to fix Not a HASH # /scripts/checkperlmodules --full...
0 6 sec read

:: How to fsck xen images

:: Error If you get corrupted xen images so need to fsck it. :: How to fsck xvda xen images # xm shutdown domainname...
0 9 sec read

:: Installing Git SCM on Debian

:: What is Git Git is distributed version control system focused on speed, effectivity and real-world usability on large projects. – git-scm – ::...
0 33 sec 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 groups DenyUsers username...
0 8 sec read

:: random password using bash

:: how to create random password using bash $ < /dev/urandom tr -dc A-Za-z0-9_ | head -c8 :: make simple random password script $...
3 10 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 the proliferation of...
0 19 sec read