how to configure, how to install. Linux, riyesh, apache, mysql, php, replication, apc, vpn, mem cache. fax, hylafax, DNS, network,


< Browse > Home

| Mobile | RSS

How Kerberos Works

As we know the kerberos authentication method is the most secure network authentication method ever build. In normal method the password is sent accross the network, which is vulnerable but in kerberos method no password is sent accross the network. The Steps included in kerberos authentication users enters his user name and password to login [...]

[ More ] 10th Sep, 2009 | No Comment | Posted in Core Linux

Add Internet Users

We usally configure the proxy server to share the internet over the internal network, users inside the network can access the internet through the proxy server. All the logs of the internet usage are stored in proxy server logs files, but there is a problem in this condition. we cannot track the usage of internet [...]

[ More ] 10th Sep, 2009 | No Comment | Posted in Core Linux, Proxy

Dhcp Server Provides Multiple Range of Ips

In some areas they are different networks in the same building, we need a DHCP server to provide Ip address for the computers in this different networks. It is possible to configure DHCP server with multiple range of ip address. Configuration  Example In the working example configuration shown below, the DHCP server host is only [...]

[ More ] 10th Sep, 2009 | No Comment | Posted in Core Linux

Types of Aliases Can Used on mail service

In mail service we can use alias function to forward the mails  coming to a mail id to a another mail address, In some cases the destination mail address may be one for more. Basically they are 5 different types of alias methods which can be used to forward the mails. The 5 types are [...]

[ More ] 10th Sep, 2009 | No Comment | Posted in Core Linux, Postfix

Block a Range of Ip Address Using IP Tables

In some cases we can seen that there is attack coming to our server from a particular range of ip, in that case we need to block only that range not the full range. In that situtation we can use iptables Example: If attack is coming from 202.10.100.20 to range of 202.10.100.50 Use the command [...]

[ More ] 10th Sep, 2009 | No Comment | Posted in Firewall, Security
Prevent image hotlinking

Prevent image hotlinking

Hotlinking is the use of a linked object, often an image, from one site into a web page belonging to a second site. The second site is said to have an inline link to the site where the object is located. It is always recommended to enable hotlinking of images, else others use just links [...]

[ More ] 20th Jan, 2009 | 1 Comment | Posted in Security, server tweak
kernel compilation

kernel compilation

Kernel   It makes sure that all processes in the system works fine Rebuilding It is done to optimize the kernel to suit our requirements as well as make it more secure from internet attacks  Steps 1. Determining the current hardware   This is required during configuration process to enable hardwares that our new kernel has to [...]

[ More ] 20th Jan, 2009 | No Comment | Posted in Security, server tweak
Processor type in Linux

Processor type in Linux

To find the processor type and details Get the Processor details: cat /proc/cpuinfo Find whether the processor is 32 or 64 bit:  getconf LONG_BIT Find the architecture: uname -i

[ More ] 20th Jan, 2009 | No Comment | Posted in server tweak
Enable/ disable ping requests in linux

Enable/ disable ping requests in linux

 Ping Requests use ICMP protocols. This is enabled/disabled using sysctl values. To Disable Ping:   echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all   To Enable Ping:   echo 0 > /proc/sys/net/ipv4/icmp_echo_ignore_all

[ More ] 20th Jan, 2009 | 2 Comments | Posted in Network, Security, server tweak
SSH login using Public/Private key authentication

SSH login using Public/Private key authentication

 Scenario To log into “Server A” from “Server B” without using passwords. Users for both the server will be “root” Process  Login to “Server B” as root user and generate key for the root user. No need to enter any passphrase while generating this key. ssh-keygen -t rsa   Once the key is generated, copy [...]

[ More ] 20th Jan, 2009 | No Comment | Posted in linux, Network, Security

Fatal error: Call to undefined function get_flickrrss() in /home/linuxbud/public_html/wp-content/themes/Digital_Statement/footer.php on line 13