Archive for December, 2010
If you have worked with Unix or Linux dedicated servers, you might have heard the term inode and not paid it much attention. Each object of a Unix or Linux file system is represented by an inode. The inode contains information about the file and its attributes and may include the following details:
File [...]
December 31st, 2010 | Posted in Operating Systems | No Comments
Apache HTTP Server is versatile and modular, and it is very easy to add global configurations. For individual website users, it is also easy to add site-specific settings using .htaccess files. Password protecting a directory is no exception. This is useful for multi-user web servers or even for a server that has [...]
December 30th, 2010 | Posted in Dedicated Servers, Server Configuration | No Comments
Apache HTTP Server comes with a useful feature for file viewing called “directory listing” or “directory browsing”. With this feature enabled, users who visit a directory without an index file will see a list of the files in that directory, as well as information about them. This is useful for HTTP download mirrors [...]
December 29th, 2010 | Posted in Server Configuration | No Comments
One of the features of Apache that can sometimes be a liability is the web server header. This is an identification string that is sent to user agents. By default, Apache will tell the world about your Apache version, modules that you have installed, and even your operating system and version. Attackers [...]
December 28th, 2010 | Posted in Server Security | No Comments
As you may have heard, there are a finite number of IP addresses available to Internet Service Providers (ISP). Once they are all used up, the only way to get more is to reassign them. In technical terms, the limited number of IP addresses refers to the IPv4 address space, while there is [...]
December 27th, 2010 | Posted in Dedicated Servers | No Comments
Ideally, your server should be an impenetrable fortress, but recent DDoS attacks highlight the security problems even companies that pay thousands or millions to protect their websites face. Nevertheless, nothing is worse than having your server crippled by someone who simply guessed your password. In no particular order, here are five tools to [...]
December 24th, 2010 | Posted in Server Security | No Comments
An application server is a dedicated server that runs a central application or numerous applications, allowing clients to connect through an intranet or over the Internet. In traditional application server models, the software of the server and client was usually the same or similar, and the client machine required a smaller client application to [...]
December 23rd, 2010 | Posted in Cloud Hosting, Dedicated Servers | No Comments
Cloud computing has not yet taken over the server industry, and there are plenty who are resisting all attempts. Nevertheless, the usage of cloud services and hybrid cloud deployments has increased gradually, and anyone who uses dedicated servers and has some type of web presence should at least take a look at it.
One of [...]
December 22nd, 2010 | Posted in Cloud Hosting | No Comments
There are plenty of horrible ways to get your server hacked, cracked, botnetted, malwared, spammed, virus infected, and any number of awful scenarios, but some are worse than others. I have more sympathy for a server administrator who is subjected to SQL injections and other stealthy, even sinister plots. They probably did not [...]
December 21st, 2010 | Posted in Server Security | No Comments
DNS, which stands for Domain Name System is one of the most important components of a dedicated server. In fact, DNS is so important that the Internet itself would not function without it. If your dedicated server lacks DNS, no one but you will be able to reach it. The question up [...]
December 20th, 2010 | Posted in Dedicated Servers | No Comments
This week and last, we have been discussing ways to monitor server processes, applications, and network activity. Presumably, these tools will tell you that your system is running fine or lead you to the software causing the problem. If it is software you are intentionally running that is causing the problem, you may [...]
December 17th, 2010 | Posted in Server Software | No Comments
If you happen to scan the web server log files of your dedicated server, as I have often recommend, you might come across a message saying something like, “[notice] Graceful restart requested, doing restart”. The first important thing to know about this message is the word “notice”. This means that it is not [...]
December 16th, 2010 | Posted in Server Software | No Comments
Over the past two weeks, we have covered a few ways to monitor your Linux dedicated server, from the CPU usage of processes to website bandwidth. In order to get a true understanding of how your server is using or misusing resources, however, you need to use multiple monitoring tools, namely: vmstat, iostat, netstat, [...]
December 15th, 2010 | Posted in Server Software | No Comments
Bandwidth is not free, and if you were to believe everything ISPs said, you might believe a war over bandwidth will be as violent as one fought over oil. With ISPs throttling bandwidth, and hosting companies fighting for every last cent of bandwidth, it is no surprise that the word bandwidth can strike fear [...]
December 14th, 2010 | Posted in Server Software | No Comments
Last week we looked at two Unix/Linux commands that you can use to find out more information about open ports and the processes running on them. Another useful tool for process analysis is “lsof”, which stands for “list open files”. The command itself can be used for many tasks on your dedicated [...]
December 13th, 2010 | Posted in Server Software | No Comments
SPF stands for Sender Policy Framework, and it is the standard established in RFC 4408. Essentially, SPF validates emails sent to a mail server to determine if a message is spam. One of the biggest problems faced by ISPs trying to fight spam is the spoofing of IP addresses and domains. In [...]
December 10th, 2010 | Posted in Server Security | No Comments
DNS lookup is a good tool for general domain inquiries, server testing, and for following security leads. It is easy to do, and most Linux and Unix dedicated servers come with the commands you need. All you have to do is log on via SSH and get started.
The first command you can use [...]
December 9th, 2010 | Posted in Server Software | No Comments
On a Linux or Unix dedicated server, applications that access the Internet must do so using ports. Think of a port, as the name implies, as a window to the outside world. Without a port, a program will not have outside access, and outside computers will not have access into your server.
When configuring [...]
December 8th, 2010 | Posted in Server Configuration | No Comments
One of the biggest decisions you’ll make when deciding to get a dedicated server is whether you will use a managed server or unmanaged server. On the surface, the differences are clear: a managed server, like those offered by 34SP.com, are systems in which your service provider, to some degree, takes care [...]
December 7th, 2010 | Posted in 34SP.com, Dedicated Servers | No Comments
When your dedicated server’s software starts acting up, it may get to the point where you want to trash the whole thing and give up. You should fight that urge, however, and try to find out why the software is giving your server trouble. There are a few routine things you can check [...]
December 6th, 2010 | Posted in Server Software | No Comments
One of the benefits of cloud computing is that you do not have to operate and maintain the applications you need on your own dedicated server. As web applications become more robust and complex, this feature of cloud computing is particularly useful to small websites and small businesses.
Hosting your own websites and applications, however, [...]
December 3rd, 2010 | Posted in Cloud Hosting, Dedicated Servers | No Comments
On Linux, FreeBSD, and other Unix-like operating systems, the graphical interface layer is an optional separate component from the kernel and lower-level OS. Because of this, it is not necessary to have a graphical interface at all. Nevertheless, many distributions do come with the X Window System installed by default. Some may [...]
December 3rd, 2010 | Posted in Server Security, Server Software | No Comments
As we have stressed in earlier posts at Dedicated Server School, regularly checking Linux server log files is a crucial part of server management. Knowing what is going on in your logs is a great way to detect attempts to thwart your security and come up with early prevention methods. The question you [...]
December 1st, 2010 | Posted in Server Configuration, Server Security | 1 Comment