Home / Web servers (page 5)

Web servers

MySQL Server Optimization

If you are running a dedicated server, optimization is very important to maximize speed, efficiency, and save time and energy. We have already looked at ways to optimize Apache web server, but many dynamic websites also use databases that hold the data for their dynamic web applications. You can accomplish …

Read More »

What is ASP.Net?

Question: I have heard of ASP, but what is ASP.Net? Answer: ASP.Net is the official successor to the ASP (Active Server Pages) scripting language. Rather than being a simple scripting language, ASP.Net is a web application framework that combines the Microsoft .Net Framework technology with scripting languages and other non-scripting …

Read More »

Apache HTTP Server Optimization: Part 2

MinSpareServers and MaxSpareServers – Each virtual server on Apache uses its own set of child processes. With these settings, you can control how many spare processes Apache will run while waiting for more requests. When a child process reaches its maximum requests, the spare processes will be used. On a …

Read More »

Apache HTTP Server Optimization: Part 1

When running your own dedicated server or even a VPS (virtual private server), it is important make sure your server is running at optimal performance. Apache, the web server of choice for many Linux system administrators, will not automatically make itself stable, secure, and fast. You must do that, and …

Read More »

Intel May Release a 10-core Xeon

Rumors are circulating that Intel will soon announce their newest Xeon processor with a whopping 10 cores. Intel release notes from the upcoming Hot Chips conference, and on the list of announcements is “Westmere-EX: A 20-Thread Server CPU”. With hyperthreading, the operating system treats each core like two processors (i.e. …

Read More »

How To Create Multiple New Users

In Linux, the most common method used to create new users is to use the “adduser” command. This is fine when you need to add one or even a few users, but if you need to add numerous (i.e. 50, 100, or even 500), typing in the adduser command repeatedly …

Read More »

Quick and easy sudo trick for servers

Question: I just typed a really long complicated command line string on my server, but I forgot to type “sudo” at the beginning. Is there a quick way to enter it again? Answer: The history feature in Linux and Unix-like operating systems is truly a beautiful thing. With it, you …

Read More »

Using netstat to monitor a server

It is important to always keep a watchful eye on your dedicated server. Monitoring tools may be external, available through service providers, or internal, already included in your Linux distribution. One important internal monitoring tool is netstat. Netstat can provide you with useful information about the ports that system services …

Read More »

How to Make an Entire Directory Path

Question: How do I create an entire path of directories? Answer: On a desktop computer, anytime you want to create a folder, you have to go through a series of clicks, type in the name, and press Enter. If you want to create a series of nested folders, you have …

Read More »

Transcoding Audio/Video Files

If you ever decide to run an audio or video streaming server, it might be a good idea to learn about transcode. Essentially, transcode refers to the process of converting one multimedia file format to another. For example, you might convert a .wav audio file to an Mp3 file, or …

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