How to install an SSL certificate on IIS8

After the certificate is activated, validated and issued, it needs to be installed by completing the request generated previously with the file received from the Certificate Authority. The process is...

Read More

A Beginner’s Guide To Bitcoin Crypto Currency

Bitcoin is the world’s first internet-based currency. It’s worth knowing about, but is it worth accepting as a method of payment? What exactly is Bitcoin? Imagine a currency that has...

Read More

How To Block A Domain From Sending Email From My cPanel Server

We face this problem many times, even we mostly get this kind of issue when a user who is getting hacked a lot and the account is sending out spam emails. In...

Read More

How To Setup Virtualisation With KVM On A CentOS (SolusVM Slave)

Steps To Setup: Part 1 – Disk Setup Fdisk is the most commonly used command to check the partitions on a disk. The fdisk command can display the partitions and...

Read More

Set Up DNS for Office 365 in cPanel

To set up Microsoft Office 365, login to cPanel, then add/update the following DNS records for the domain(s) in question: example.com.au. 300 MX 0 example-com-au.mail.eo.outlook.com. example.com.au. 3600 TXT MS=ms000000 autodiscover...

Read More

Adding Secondary IP Addresses (CentOS/RHEL)

There are plenty of reasons you would need to add secondary IP addresss (and everyone agrees that SEO is not one of them). Getting a secondary IP address is a...

Read More

Linux KVM: Disable virbr0 NAT Interface

The virtual network (virbr0) used for Network address translation (NAT) which allows guests to access to network services. However, NAT slows down things and only recommended for desktop installations. To...

Read More

How to Clone/Backup Linux Systems Using Mondo

Mondo Rescue is an open source, free disaster recovery and backup utility that allows you to easily create complete system (Linux or Windows) Clone/Backup ISO Images to CD, DVD, Tape, USB devices, Hard Disk, and NFS. And can be used to quickly...

Read More

Add GNOME to a CentOS Minimal Install

Introduction In most instances, the Linux servers I setup are used to host the Oracle database software and only require using the Command-Line Interface (CLI) for the OS. This is...

Read More

Compile and Install a LAMP(Linux/Apache/MySQL/PHP) Server from Source

Most out-of-the-box Red Hat Linux installations will have one or more of the LAMP components installed via RPM files. I personally believe in installing things like this from source, so...

Read More