Restoring lost partitions using Ubuntu live CD

FAQ: How do I restore my lost partition table? I accidentally deleted my partition table, how do I recover my data? How to recover deleted partitions and data in them? Recover data from deleted drives. WARNING: If you’ve formatted and/or added new data to the drive, or carried on with an OS installation, chances of [...]

Some linux commands

Starting & Stopping shutdown -h now Shutdown the system now and do not reboot halt Stop all processes – same as above shutdown -r 5 Shutdown the system in 5 minutes and reboot shutdown -r now Shutdown the system now and reboot reboot Stop all processes and then reboot – same as above startx Start [...]

Resetting Root Authorization in Linux and Prevention

The root authentications can be reset to NULL value from the following method. Do not use this information for committing cyber crimes. AT Grub Loader. highlight the desired kernel which you want to boot ‘fedora core fc9′ press ‘e’ to edit the run levels and other options then the second menu arrives as .. (hd0,1) [...]

Creating An Anonymous FTP Server With Publicfile

This post explains about creating a server that needs to support anonymous FTP (ftp without a password) and doesn’t need to have the ability for anyone to have ‘real’ logins. The whole thing should be read-only, no write permissions. And as with everything I support, security is a must. There are a boatload of FTP [...]

Recovering Linux after Windows Install

It has always been a very common problem among the users when they install Windows after LINUX, The master boot records from the memory are Lost and they are writed for windows only systems, So here is the way to write Master boot records or rather installing grub again so that LINUX gets back to [...]

Open Source Softwares

Open source software (OSS) began as a marketing campaign for free software.OSS can be defined as computer software for which the human-readable source code is made available under a copyright license (or arrangement such as the public domain) that meets the Open Source Definition. This permits users to use, change, and improve the software, and [...]