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…
Centos blog post about its technology and services for open source community.
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…
If you are looking to Encrypt your MySQL database dump for security reasons then you can use the crypt tool to encrypt your dump.sql file. Follow the below simple steps…
Install EPEL repo first Clamav is available on EPEL repo. Please install EPEL first then, run the following command: [code]yum install clamav-server clamav-data clamav-update clamav-filesystem clamav clamav-scanner-systemd clamav-devel clamav-lib clamav-server-systemd[/code] Remove “Example”…
OpenVPN is an open-source software application that implements virtual private network (VPN) techniques for creating secure point-to-point or site-to-site connections in routed or bridged configurations and remote access facilities. It…
Kloxo is a web hosting control panel that allows users to manage their web hosting account, email, and domain names through a user-friendly interface. It is open-source software that can…
What is CVE-2014-7169 / Shell Shock Vulnerability? GNU Bash through 4.3 bash43-025 processes trailing strings after certain malformed function definitions in the values of environment variables, which allows remote attackers…
How to install ImageMagick With PHP-imagick On Plesk Server. ImageMagick Installation [code][root@server ~]# yum install ImageMagick[/code] [code][root@server ~]# yum install ImageMagick-devel[/code] PHP-imagick Installation [code][root@server ~]# yum install gcc[/code] [code][root@server…