Category: Guides

How many megabytes in a gigabyte?

Hard drive

Question: How many megabytes in a gigabyte? Answer: There are 1000 megabyte in 1 gigabyte. 1000 megabyte (1 MB) = 1 gigabyte 1000 gigabyte (1 GB) = 1 terabyte 1000 terabyte (1 TB) = 1 petabyte 1000 petabyte (1 PB) = 1 exabyte When it comes to data transfer or disk space. Most web hosts […]

What is null route an IP address?

Stop sign

Question: What is null route an IP address? Answer: If your web host told you that they would null route your IP address. This means that your IP address is no longer accessible from the internet. This also means that anyone trying to visit your website would not be able to reach it. If you […]

Cloud hosting providers and variable pricing

Secure cloud

Question: Do cloud providers offer different pricing based on where the datacenter location is located? Answer: Yes, take for example the Microsoft Azure cloud platform. If a customer were to order up a virtual machine from Microsoft Azure the pricing can vary depending on which region the customer selects. Take for example if the region […]

How to extract a .tar.gz archive file

Use the following command to extract a .tar.gz archive file. The following command will extract the .tar.gz archive file in the directory that you are working in. tar -zxf whatever.tar.gz If you want the .tar.gz archive to extract the contents to a specific location then replace /home/saveme with the exact location. tar -zxf whatever.tar.gz /home/saveme