Resizable linux partions –LVM-logical volume management
In linux we can can create resizable partition which can be resized if free space is available. That [...]
Gcc for windows-Install the MinGW (GCC) Compiler Suite and Cygwin prompt
This Gcc compiler doesn't exactly replaces the normal Linux gcc compiler .First download the file from following link [...]
Connecting to ur computer through ssh and No-IP form mobile or computer
Normally we use ssh for connecting to ur system over internet form other computer or mobile.When using ssh [...]
removing Recycler virus
the recycler virus particularly come from pendrives,ipods,mp3 players etc.....which effects our folder's hidden and read only options....so to [...]
Tweak Windows Explorer to make the command window always available
The default behavior for Windows Explorer in Windows 7 and Vista is to display a context menu when [...]
Change mysql root Password
#mysqld_safe --skip-grant-tables& root#mysql mysql>use mysql mysql>update user set password=PASSWORD('abcd') where User='root' mysql>flush privileges mysql>quit Now restart mysqld
WordPress error while uploading file. “The uploaded file has reached the preset parameter value upload_max_filesize (php.ini)”
Create php.ini under your home directory and past the following value. upload_max_filesize = 10M post_max_size = 20M OR [...]
To check dnsless preview
http://000.000.000.000:7778/sitepreview/mydomain.com/ or you can access that domain via http://ip/~clientname/ or kloxo >> domains(side bar) >> select the domain [...]
To remove asking FTP details while install plugins from admin
To remove asking FTP details while install plugins from admin 3 ways : 1.Here’s how you can do [...]
PYTHON APPLICATION ..PART 2
part 2 deals with the server part ie the system..we need a system installed with python and sendkey [...]
Kloxo Installation
A dedicated or virtual server running CentOS or Red Hat EL 5.x. CentOS 6.x is not currently supported. [...]
Transfering files using scp
Copy the file "file" from a remote host to the local host $scp username@remotehost.com:file /some/local/directory Copy the file [...]
Rsync from one server to another
Rsync in case of custom SSH port. rsync -v file2transfer -e "ssh -p 220" root@destinationIP:/ -v : Verbose (try -vv for [...]
Update button in awstats
To enable the update button in awstats(for cpanel servers), go to /home/username/tmp/awstats/, then edit the config file and [...]
Script to change permission
You can run the following command as root under a particular directory inorder to change the permissions [...]
How to install Fantastico on cPanel/WHM
How to install Fantastico on cPanel/WHM SSH to the server and enter following commands. cd /usr/local/cpanel/whostmgr/docroot/cgi wget -N [...]
Monitoring Processes and Load
Checking running Process on the server. [ ps, pstree ] ps This command is used to check the [...]
Manually Remove Viruses from Your Windows
Most viruses launch when you log into Windows — they typically call an executable from the registry. In [...]
Access Ext2 file system in windows
The software provides Windows NT4.0/2000/XP/2003/Vista/2008 with full access to Linux Ext2 volumes (read access and write access). This [...]
Installing Pakages rpm ang tar
RPM rpm -iUhv <pkgname>.rpm rpm -F <pkgname>.rpm rpm -e <pkgname>.rpm rpm -l <pkgname>.rpm i...install U...update h...Print 50 hash [...]
CHANGING FILE PERMISSIONS
Changing the permissions can be done with names and numbers, I like the numbers chmod 754 test.txt Here [...]
See through Terminal
Guake is an application which will give us a see through terminal.with tis terminal u can work on [...]
BYPASS WINDOWS PASSWORD
Here we will see two type of password bypassing for windows 1.using ubuntu live cd and chntpw command [...]
How to activate Root login
Open your Te rminal from Applications -> System Tools -> Terminal -----------Now Login as a root from your [...]
custom php.ini
Custom php.ini can be added for making custom changes in memory limits and all for a particular domain [...]