Thứ Năm, 6 tháng 8, 2015

Enable VPN on Kali Linux – fix VPN grayed out problem

Enable VPN on Kali Linux – fix VPN grayed out problem This is very simple actually. Just run the following command as root and you’re all set. aptitude -r install network-manager-openvpn-gnome network-manager-pptp network-manager-pptp-gnome network-manager-strongswan network-manager-vpnc network-manager-vpnc-gno...
Read More

Thứ Hai, 3 tháng 8, 2015

ESXi - Reset the forgotten root password

1, Boot up esxi host with the Linux live CD. Then ran the commands fdisk -l and ls -l /mnt/sda5/ / ls -l /mnt/sda6/ to determine the location of the most recent state.tgz file. Note that if you're using ESXi Embedded then you may only see local.tgz instead of state.tgz and you should then copy and recreate that file. 2) After determining...
Read More

How to list all cron entries on a WHM/cPanel based servers

How to list all cron entries on a WHM/cPanel based servers Here is the small piece of code that helps  for user in $(cut -f1 -d: /etc/passwd); do crontab -u $user -l; done  And Cpanel Crontab Location /var/spool/cro...
Read More

Kloxo important file location

Kloxo important file locationRound cube    /home/kloxo/httpd/webmail/roundcube/logs/errorsMail    /var/log/kloxo/mailog    /var/log/kloxo/courier    /tmp/horde.log    /var/log/kloxo/smtp.log    /usr/local/lxlabs/kloxo/mail_send    /var/qmail/control/me    /var/qmail/control/rcpthosts    /var/qmail/control/defaultdomain   ...
Read More