Google releases Android Gingerbread
Google's latest OS for the smartphones - Android v2.3 (also known as 'Gingerbread') was released last week and [...]
Plesk SPAM-Bounce Mails
http://savingneo.com/viewtopic.php?f=3&t=2
Creating a Xen Virtual Machine (DomU)
Creating a Xen Virtual Machine (DomU): -> 1. Introduction -> 2. Steps Involved 2a. Create Virtual Disk 2b. [...]
Install mod_pagespeed in Apache for Cpanel
From mod_pagespeed's docs, I quote: mod_pagespeed is an open-source Apache module that automatically optimizes web pages and resources [...]
CPanel FileManager shows “No records found”
If you see the below error in FileManager of CPanel: No records found. It can take a lot [...]
How to configure Subversion + Apache [mod_dav_svn.so] in CPanel
It is very easy to setup a subversion repository and access it via browser as I found out [...]
Timezone Setup – NTP
Create a symlink to file localtime: # ln -sf /usr/share/zoneinfo/EST /etc/localtime #date [bash]# chkconfig --level 2345 ntpd on [bash]# /etc/init.d/ntpd [...]
Munin Installation
cd /usr/local/src wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.i386.rpm rpm -ivh rpmforge-release-0.3.6-1.el5.rf.i386.rpm yum install munin yum install munin-node vi /etc/munin/munin.conf htmldir /var/www/html/munin mkdir [...]
Whitelist domains in exim
Login to the server SSH as root. Make a sender whitelist file. touch /etc/exim_whitelist_senders Take a backup of the [...]
Hotmail Support
https://support.msn.com/eform.aspx?productKey=edfsmsbl&ct=eformts&st=1&wfxredirect=1
FreeBSD Hardware Info
Hardware type/platform, processor architecture uname -mrs ----------------------------------------------------------------- RAM Information cd /usr/ports/sysutils/freecolor make install clean To see memory details, [...]
Iptables rule to allow access only from one IP
iptables -I INPUT -s (allowip) -p tcp --dport (port) -j ACCEPT iptables -A INPUT -s 0.0.0.0/24 -p tcp [...]
Disable modsec for a domain
In apache conf under that user add this: <IfModule mod_security2.c> SecRuleEngine Off </IfModule Restart httpd
Download youtube videos using Firefox for free!!
I know a lot of people who search for online and offline tools (applications) to download youtube videos. [...]
Scheduling Transmission via crontab
I am on a 1Mbps BSNL broadband connection that gives unlimited free downloading from midnight 2AM to morning [...]
Script to generate bind zone file
I have written up a small perl script which can be used to generate a zone file for [...]
High I/O Wait? Don’t always blame it on the hard drive
Recently my friend was complaining about his new OpenVZ main node server taking a lot of i/o resources [...]
Mails redirected /dev/null **bypassed**
Its an issue with spamassasign. Edit the file /etc/mail/spamassassin/local.cf and add the following lines: score FH_DATE_PAST_20XX 0.0 restart [...]
Upgrade phpmyadmin
Go to http://www.phpmyadmin.net/home_page/ and download the latest stable version. Backup the config.inc.php file currently on the server. Use [...]
Fix incorrect time on VPS
In Main Server: # vi /etc/ntp.conf select a server. eg: 0.centos.pool.ntp.org # ntpdate servername eg: ntpdate 0.centos.pool.ntp.org
CIDR Values
CLASS A 255.0.0.0 - /8 255.128.0.0 - /9 255.192.0.0 - /10 255.224.0.0 - /11 255.240.0.0 - /12 255.248.0.0 [...]
Issue : date: cannot set date: Operation not permitted
To fix the issue: # vzctl stop <veid> # vzctl set <veid> --save --capability sys_time:on # vzctl start [...]
Set Timezone on Linux Machine
ln -sf /usr/share/zoneinfo/Asia/Calcutta /etc/localtime Using TZ environment export TZ=Asia/Calcutta date
display cronjob of all users
for user in $(cut -f1 -d: /etc/passwd); do crontab -u $user -l; done
Resize /tmp in cpanel servers
service chkservd stop service httpd stop service mysql stop service postgresql stop lsof | grep /tmp kill the [...]