05-07-2010 |
Slowloris is designed so that a single machine (probably a Linux/UNIX machine since Windows appears to limit how many sockets you can have open at any given time) can easily tie up a typical web server or proxy server by locking up all of it’s threads as they patiently wait for more [...]
05-07-2010 |
Wordpress is one of my favourite blog engines because it’s easy and supports many plugins. Wordpress also available in multi-user mode which means a single Wordpress installation will cover many users with their own subdomain. This howto will show the steps taken to install Wordpress wpmu on a server running FreeBSD [...]
27-01-2010 |
MySQL is the most widely used multi-user, multi-threading SQL database management system. To optimize MySQL performance, a DBA should have reasonable knowledge of MySQL system variables. This article covers the basics of MySQL server optimization. We will first discuss MySQL optimization during installation. Then we will discuss the seven most important and common system variables. [...]
27-01-2010 |
Securing your Linux server is important to protect your data, intellectual property, and time, from the hands of crackers (hackers). The system administrator is responsible for security Linux box. In this first part of a Linux server security series, I will provide 20 hardening tips for default installation of Linux system.
#1: Encrypt Data Communication
All data [...]
27-01-2010 |
These are full-featured cross-platform softwares, free as in beer and speech. Vivek Gite picks his best open source software of 2009.
#1: Inkscape ( Vector Graphics Editor )
Fig.01: Inkscape is used by artist/illustrator/designer as vector graphics editor
Inkscape is a vector graphics editor. It is similar to Illustrator, CorelDraw, and Xara X. This is perfect for object [...]
27-01-2010 |
This article describes how to set up database replication in MySQL. MySQL replication allows you to have an exact copy of a database from a master server on another server (say we can call it as slave), and all updates to the database on the master server are immediately replicated to the database on the [...]
27-01-2010 |
Network-attached storage (NAS) is a dedicated data storage technology. The NAS server provides centralized data storage, which is easily accessible to users who belong to different networks over the Internet. There are different applications that can be implemented using NAS, such as data storage and file sharing. The purpose of the NAS server that I [...]
27-01-2010 |
The whole process of securing a Server or network is quite extensive. I’m discussing just one major aspect of Security here – Firewalls. Specifically my topic is about APF firewall.
I’m dividing this article into 2 sections :-
The first section is for amateurs. The second section is strictly for experts, at least for those who are [...]
27-01-2010 |
Smbind is a PHP-based software tool for managing DNS zones for BIND via the web interface. This supports the per-user administration of zones, error checking, and a PEAR DB database backend.
1. INSTALLATION
Please download the smbind tar file from the download section using wget.
# wget http://jaist.dl.sourceforge.net/sourceforge/smbind/smbind-0.4.7.tar.gz
# tar -zxvf smbind-0.4.7.tar.gz
# cd smbind-0.4.7/
You will need to create a [...]