How to find the External IP if it is Natted
How to find the External IP if it is Natted If you are behind a NAT and want to find the real / external IP from the server then execute…
Linux OS is the very popular Operating Systems for servers and personal computers. The basic flavors are Ubuntu, Debian and Kali linux.
How to find the External IP if it is Natted If you are behind a NAT and want to find the real / external IP from the server then execute…
NOTE: Upgrade can be performed by using the instructions below at your own risk: For Ubuntu 12.0.8 and 14.04, Debian 7: Ubuntu 14.04 is shipped with MySQL 5.5 by default.…
Ref. Link: https://kb.plesk.com/en/125589 Applies to: Plesk 12.5 for Linux Plesk 12.0 for Linux Plesk 11.0 for Linux Plesk 11.5 for Linux Plesk autoinstaller gets packages from base repositories of an…
Base class package Cpanel::Easy::Utils::CloudLinux is empty While executing EasyApache on my server, I was getting the error “Base class package “Cpanel::Easy::Utils::CloudLinux” is empty” and I tried executing upcp and /scripts/checkperlmodules…
How to show the VirtualBox VM information. [code]root@server[#] VBoxManage showvminfo <vmname>[/code] How to show the VM Harddrive info. [code] root@server[#] VBoxManage showhdinfo <filename>[/code] How to…
This will cover securing /tmp /var/tmp and /dev/shm Secure /tmp: Step 1: Backup your /etc/fstab file Code: cp /etc/fstab /etc/fstab.bak Step 2: Make a 3GB file for /tmp parition and…