.COM Domain Price Drop Just KES 999
India English
Kenya English
United Kingdom English
South Africa English
Nigeria English
United States English
United States Español
Indonesia English
Bangladesh English
Egypt العربية
Tanzania English
Ethiopia English
Uganda English
Congo - Kinshasa English
Ghana English
Côte d’Ivoire English
Zambia English
Cameroon English
Rwanda English
Germany Deutsch
France Français
Spain Català
Spain Español
Italy Italiano
Russia Русский
Japan English
Brazil Português
Brazil Português
Mexico Español
Philippines English
Pakistan English
Turkey Türkçe
Vietnam English
Thailand English
South Korea English
Australia English
China 中文
Somalia English
Canada English
Canada Français
Netherlands Nederlands

How to Know if Your Website has an SSL Certificate

SSL certificates are an integral part of online security, and as a website owner or user, you need to ensure that your website has an SSL Certificate. If you want to confirm that your website has an SSL Certificate, follow these instructions: Open the website in a browser On the left side of the address …

How to disable firewall or IP tables on Ubuntu Linux server

Login on the console with a sudo user (root) Approach 1: Simple To List UFW (default firewall on Ubuntu) run the following command $ sudo ufw status verbose Sample output Status: active Logging: on (low) Default: deny (incoming), allow (outgoing), deny (routed) New profiles: skip To Action From — —— —- 66.61.246.79 80/tcp ALLOW IN …

How to disable firewall or IP tables on Ubuntu Linux server

How to disable firewall or IP tables on Ubuntu Linux server Login on the console with a sudo user   Approach 1: Simple To List UFW (default firewall on Ubuntu) run the following command $ sudo ufw status verbose   Sample output Status: active Logging: on (low) Default: deny (incoming), allow (outgoing), deny (routed) New …

How to install lets encrypt free ssl tls manually Cpanel

How to install lets encrypt free ssl tls manually Cpanel Lets Encrypt is a free and Opensource SSl that provides free Wildcard SSL certificate for multiple subdomains. This tutorial goes through the process of installing Lets Encrypt SSL certificate to a website on a Cpanel Server manually without using the Lets Encrypt plugin as available …

Standard RAID Levels, RAID0, RAID2, RAID3, RAID4, RAID5, RAID6

Standard RAID Levels, RAID0, RAID2, RAID3, RAID4, RAID5, RAID6 RAID0 – stripped volume Splits data in two or more disk Has zero parity information, no redundancy or fault tolerance It contributes to improved performance sometimes. – not guaranteed can be lower performance at times Increases logical volume when you have two or more physical volumes …