Best Values in Windows VPS Hosting Oudel Inc. Offering inexpensive, reliable and instantly setup Pure SSD Windows Virtual Private Servers VPS RDP Hosting in multiple locations in the United States and Europe. The Best Remote Desktop for Web Surfing, VPN’s, VDI, Proxy’s, Web Hosting, Web Scraping, Game Servers, SEO Tools, Forex & Much More. Blazing… Continue reading Cheap Windows VPS Hosting in 2020
Cheap Linux VPS Hosting In 2020
Cheap Linux VPS Hosting In 2020 Oudel Inc. Provide cheap and best linux vps with full root access. You get 2020 best linux vps service from Oudel. The Oudel VPS hosting platform delivers dedicated server functionality, control, and security. VPS hosting at a cheap price with absolute reliability, free VPS management (over $100/mo value), guaranteed… Continue reading Cheap Linux VPS Hosting In 2020
How to unban the ip address using iptables on Linux server?
1) Login to the server as root user 2) Use the commands given below iptables -D INPUT -p all -s IP.ADDRESS.HERE -j DROP iptables -D OUTPUT -p all -s IP.ADDRESS.HERE -j DROP After executing the above commands, you should be able to remove the IP address you wish from the list of banned IP addresses.… Continue reading How to unban the ip address using iptables on Linux server?
How to update Direct Admin License Manually?
Update Direct Admin License Execute the following command : cd /usr/local/directadmin/scripts ./getLicense.sh ClientDI LicenseID service directadmin restart In case, you get errors while extracting update.tar.gz file, execute the following : head -n 1 /usr/local/directadmin/conf/license.key If there is an error inside the file, please check the IPs and license and make sure it’s licensed. If there… Continue reading How to update Direct Admin License Manually?
How to create or add swap file on Linux and FreeBSD?
Sometime you need to increase swap memory to run softwares that need more swap as the requirement or to improve the system performance. In this article I will show you on how to add swap file to get more swap memory on Linux and FreeBSD. We will create 1 GB or 1024 MB swap size. 1.… Continue reading How to create or add swap file on Linux and FreeBSD?