Home / Web Hosting (page 26)

Web Hosting

Changing file ownership in Linux

There are many situations when you may need to change the ownership of files, especially if you are operating a virtual private server or dedicated server. For example, you may install something for a website as root but then need to set ownership of the file to the local user. …

Read More »

Monitoring Disk Usage in Linux

When managing a dedicated server, few things are more important than monitoring the disk usage. Disk space can fill up very quickly, and you need to regularly make sure you have adequate space for your site or client sites. Linux and other Unix-like operating systems have a handy tool called …

Read More »

The Delete Command in Linux

The second important command to know when using a Linux or Unix server is the rm command. This is the primary way to delete files from a server. Please use it with caution, as it is meant to be permanent. To delete a file, simply navigate to the directory with …

Read More »

The Copy Command in Linux

This week, I will be featuring several Linux/Unix commands that are very useful and important to know if you have a virtual private server or dedicated server. All of the commands can be executed from an SSH connection. If you have Mac OS X or Linux, you can use the …

Read More »

What is named?

Question: I keep seeing the program called “named” running on my server. What is it? Answer: Named is one of the DNS programs, also known as Bind, which is a free and open source DNS management system. Bind handles all of the DNS for your Linux server and is usually …

Read More »

What are symbolic links in Linux?

Question: What are symbolic links in Linux? Answer: Linux has a convenient feature that allows you to link a virtual file to a real one. For example, if you have a directory called “images” and you also want one called “photos” to point to the same place, you need to …

Read More »

Email aliases file in Linux

Question: How do I manually setup email aliases in Linux? Answer: Generally speaking, there is probably no reason for you to modify your aliases file manually. In some cases, however, a script will require you to edit the file, and it is important to know where it is and how …

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