Single user mode – How to reset(bypass) root password without bootable CD

Single user mode – How to reset(bypass) root password without bootable CD

Introduction – In many systems, User has to enter root password to enter in to “single user mode“. On Ubuntu/Debian system, you have to enter root password while entering into single user mode. What to do if you loss or forgot root password ? method(1) Use bootable CD – This is the last options to …

Read More Read More

PHP – Web 2.0 and the AJAX

PHP – Web 2.0 and the AJAX

Introduction – Web 2.0 is a strange thing in that it doesn’t really exist. You can’t buy Web 2.0; you can’t buy a Web 2.0 programming language, and you can’t buy Web 2.0 hardware. In many ways, the phrase “Web 2.0” is a marketing phrase like “paradigm shift” or “the big picture“. The reason for …

Read More Read More

Script to check – Mail server IP addr is blacklisted or not?

Script to check – Mail server IP addr is blacklisted or not?

Introduction – This shell script can be used to known whether the IP address of your mail server is black list or not… Who can use this script ? – System Admin, Mail Server admin or any one who want to find the IP address is black listed or not? root@arunbagul:/home/arun/bash-prog# cat black_white_listing.sh #!/bin/bash echo …

Read More Read More

Introduction to cPanel (part-1)

Introduction to cPanel (part-1)

Introduction – In this article we will cover cPanel directory structure and configuration files – When you install cPanel on your web Server, cPanel configuration files, setting, script, admin templates and 3rd party modules are stored in following three directories – ● /usr/local/cpanel ● /var/cpanel ● /scripts 1) /usr/local/cpanel – This is the main directory …

Read More Read More

PHP4 and PHP5

PHP4 and PHP5

Introductions – First starts with PHP4 features. PHP4 started up with object-oriented concepts like as c++. PHP4 got almost all the OOPs features. With little difference in functionality…   Below are PHP4 added features –   class extends Constructors Scope Resolution Operator (::) parent Serializing objects – objects in sessions The magic functions __sleep and …

Read More Read More