Blog

Apachectl

apachectl command is used to interact with Apache web server. To see Apache status apachectl status To list virtualhost info, run apachectl…

apropos

apropos is a linux command that search manual pages and descriptions. Example root@mil-146068:~# apropos vagrant vagrant (1) – Tool for building and…

bind

bind is a DNS server. To check bind configuration for errors, run named-checkconf -z /etc/named.conf if chroot named-checkconf -z -t /var/named/chroot /etc/named.conf…