Virtual Private Servers


Understanding the Registry :
Registry is the complete repository information of the system.
The Windows 9x/ME/NT/2000/XP Registry is a complex, unified, system wide, continually referenced during operation database, used for centrally storing, locating, editing and administering system, hardware, software and user configuration information, following a hierarchical structure.
It was introduced to replace the text/ASCII based MS-DOS configuration (.BAT, .SYS) and MS Windows initialization (.INI) files.Registry Structure :Registry is divided into five separate structures that represent the Registry database completely. These five groups are known as Keys and they are as below given ;1) HKEY_CURRENT_USER
This registry key contains the configuration information for the user that is currently logged in. The users folders, screen colors, and control panel settings are stored here. This information is known as a User Profile.

2) HKEY_USERS
In windowsNT 3.5x, user profiles were stored locally (by default) in the systemroot\system32\config directory. In NT4.0, they are stored in the systemroot\profiles directory. User-Specific information is kept there, as well as common, system wide user information.

3) HKEY_LOCAL_MACHINE
This key contains configuration information particular to the computer. This information is stored in the systemroot\system32\config directory as persistent operating system files, with the exception of the volatile hardware key.

4) HKEY_CLASSES_ROOT
The information stored here is used to open the correct application when a file is opened by using Explorer and for Object Linking and Embedding. It is actually a window that reflects information from the HKEY_LOCAL_MACHINE\Software subkey.

5) HKEY_CURRENT_CONFIG
The information contained in this key is to configure settings such as the software and device drivers to load or the display resolution to use. This key has a software and system subkeys, which keep track of configuration information.

Each of these keys is divided into subkeys, which may contain further subkeys, and so on. Any key may contain entries with various types of values. The values of these entries can be ;

- String Value
- Binary Value (0 or 1)
- DWORD Value, a 32 bit unsigned integer
- Multi-String Value
- Expandable String Value

Editing Registry :

Always make sure that you know what you are doing when changing the registry or else just one little mistake can crash the whole system. That’s why it’s always good to back it up !
To view the registry (or to back it up), you need to use the Registry Editor tool. There are two versions of Registry Editor ;

To modify the Registry, you need to use a Registry Editor as :

- Start
- Run
- Regedit.exe (Windows 95/98/ME/NT/2000/XP) = located in %WinBootDir% (%SystemRoot%) has the most menu items and more choices for the menu items. You can search for keys and subkeys in the registry.
- Regedt32.exe (Windows NT/2000/XP) = located in %SystemRoot%\System32,enables you to search for strings, values, keys, and subkeys. This feature is useful if you want to find specific data.


What is REG Files
?

.reg file, which can be in the for of ;
- Plain text/ASCII format in Windows 95/98/ME and NT/2000/XP or
- Binary format in Windows 2000/XP

Text .REG files can be easily viewed/created/edited by hand using any text/ASCII editor, like Notepad.

Their purpose is to add, modify or delete Registry (Sub) Keys and/or Values.

unable to load iptables module (ip_tables), aborting

If you are getting the above mentioned error while installing apf on your server then your kernel is compiled with iptables statically instead of as a module, and you will need to change this in the conf.apf

MONOKERN=”0″ Set it to “1″

So open your conf.apf file in writable mode and modify it then restart the apf service and you wont see that error.

Web Hosting UK offers cheap cpanel vps hosting:

Hello,

As per the customer needs and demands and the growing vps market Webhosting UK has also decided to step in VPS hosting Market. We have recently uploaded three vps plans on our website. Webhosting UK has decided to engage with Linux VPS only and not Windows VPS. Like cPanel hosting, reseller hosting, semi-dedicated hosting and dedicated hosting we are ready to provide VPS hosting with same level of quality and uninterrupted support and service.

To check out our vps hosting plans click here.

Install shoutcast to your server or vps:

wget http://www.shoutcast.com/downloads/s…-glibc6.tar.gz
tar -zxvf shoutcast-1-9-5-linux-glibc6.tar.gz
mv shoutcast-1-9-5-linux-glibc6 shoutcast
cd shoutcast

Use an editor to edit sc_serv.conf

Once you’re done, you can use a command like this to keep it up even when you exit ssh:
screen -AmdS shoutcast ./sc_serv sc_serv.conf

It appears many people find it hard to understand what VPS is and how it works, so I just thought I’d make a small effort to explain a littlebit.

Vps stands for Virtual Private Server

What is such a Virtual Server?
VPS is all about running multiple Virtual Servers within one physical server.

What does Private refer to?
Each VPS gets its own portion of resources, which are usually guaranteed to be available to that particular VPS. For instance, the host server may have 8GB of ram, and 256mb (for instance) could be guaranteed to be available to a VPS. That would mean that regardless of what other VPS’s on the same server use, that amount of RAM will be available to the VPS.

Also very important: each VPS runs completely independent of eachother. Each VPS has its own filesystem so a VPS can’t see any of the data of another VPS server. Also each VPS has it’s own server load, can run its own Operating System, can be rebooted individually, and so on. Basically by the end user it can be treated as a dedicated server.

Do a VPS also have its own kernel?
Usually not, but it depends on the technology that the host uses.

Are VPS’s truly seperated from eachother, so no matter what happens they can not cause trouble to eachother?
Under normal circumstances, yes. However in extreme scenarios, VPS’s can trouble eachother. For instance if the host server has a 50mbit uplink, and one VPS gets a 50mbit DDoS attack, then it makes sense that all other VPS’s on the same server are also affected by it. It’s up to the host to ensure maximum reliability by monitoring everything closely.

I mentioned VPS’s on the same host server can each run a different Operating System. So could one VPS on the server run Windows, and another one Linux?
No, that’s not possible. It is however possible to run different Linux distributions on a Linux VPS server. For instance one VPS could be running Red Hat Enterprise, and another one could be running Debian.

Is it possible to run anything on a VPS that would run on a dedicated server?
As long as it doesn’t require kernel modifications, yes.

For everyone who still has trouble understanding what VPS is, I thought of a nice example:

You could compare VPS technology to a block of apartments. The block has one roof, but under that roof there are multiple apartments. Each apartment has its own kitchen, living room, etc, so it can operate individually. Everyone goes in and out through the same door of the building though (VPS: traffic all goes through one network port). And I’m sure you can think of every other similarity