Home / Software (page 21)

Software

Linux File Compression

Question: I downloaded a script that I want to install on my website, but the file extension is tar.gz. What is it, and what do I do with it? Answer: That file extension, .tar.gz means that the file has been doubly compressed with both TAR and GZIP. These are both …

Read More »

What is a cgi-bin directory?

Question: What is the purpose of a cgi-bin directory? Answer: CGI programs running on a server must be executable. While this allows the user to run server-side scripts, including convenient free ones found on the web, it also presents a security risk. Most virtual hosting situations restrict execution of Perl …

Read More »

PHP Memory Limit

Question: My PHP content management program “X” needs more RAM. How do I fix this? Answer: Depending on your server setup and whether you have shared hosting or a dedicated server, you may or may not be able to change the allowed PHP memory usage. What happens is that PHP …

Read More »

What are Xen, Vmware, and Hyper-V?

Question: What are Xen, Vmware, and Hyper-V? Answer: All three are popular virtualization software. Xen is a free and open source virtualization solution and is therefore included in some Linux distributions. Vmware is a commercial company with many virtualization products. Hyper-V, formerly known as Windows Server Virtualization, is a commercial …

Read More »

What is MRTG?

Question: What is MRTG? Answer: MRTG stands for Multi Rounter Traffic Grapher. It is free and open source software that monitors and measures traffic on a network. It provides a graph that shows traffic load over a set period of time. Although it was originally developed to monitor routers, many …

Read More »

What is BSD?

Question: I have heard of Unix and Linux, but what is BSD? Answer: BSD commonly refers to the the UNIX-like operating system developed at the University of California, Berkley in 1977. It predates Linux and has been used in Unix server environments for decades, in response to the licensing issues …

Read More »

HTML, XHTML, and CSS

When stepping into the world of web hosting, you will be inundated with abbreviations, acronyms, and recursive acronyms. Three that you should definitely know are: HTML, XHTML, and CSS. HTML is as old as the Web itself. It stands for Hyper Text Markup Language. It is the primary language of …

Read More »
Powered by Namesco
© Copyright InternetBlog.Org.Uk 2024, All Rights Reserved