Home / Web Hosting (page 23)

Web Hosting

Adding Users in Linux

Question: How do I manually add a user on my Linux server? Answer: There are many reasons why you might want to add a user manually. Some scripts require their own special users with generic permissions to run them. Creating a user is actually very easy. Just follow these steps: …

Read More »

Grep: A Powerful Search Tool

Grep is a powerful Linux tool that can make finding things much easier. If you have SSH access to your server and need to find something lost in your big mess of files, grep can help. A simple way to use grep is: grep "modern" /home/user/public_html/podcasts.opml This command will search …

Read More »

Benefits of Using CSS

There are many design benefits to using Cascading Style Sheets (CSS), but there are also technical ones that any website owner or server administrator should consider. Originally, websites were mostly just text and images with no fancy boxes, menus, or other slick layout schemes. Over time people started getting more …

Read More »

Flash-based Websites

Question: I just purchased a small hosting account for my art studio, and I am considering having a Flash designer make the site. Is this a good idea? Answer: Flash-based sites have many benefits: virtually unlimited possibilities for animations, video streaming, and dynamic applications. All of that, however, comes with …

Read More »

What is clustered hosting?

With all the talk about cloud computing lately, it’s easy to forget that a similar type of shared web hosting has been around for some time: clustered hosting. Just like with cloud computing, sites on clustered hosts have their load spread out among multiple servers. This greatly reduces the risk …

Read More »