
Today Fedora 14 has been released. You can download the latest Fedora 14 from FedoraProject.
Fedora 14 released
Download
Reboot ADSL Router via script
At home I am using MTNL adsl connection for net surfing. Most of the time I have to reboot the adsl router. To do the same I need to login to the router via telnet and have to run reboot command or have to manually unplug the power cable. To make the task simple, I wrote bash script which will reboot the router by just running the script.
(more…)
Restoring deleted files in linux
After permanently deleting a directory from my linux system, I have realised that, I have deleted the wrong directory. To recover the same I have used extundelete.
extundelete is a utility that can recover deleted files from an ext3 or ext4 partition. The ext3 file system is the most common file system when using Linux, and ext4 is its successor. extundelete uses the information stored in the partition’s journal to attempt to recover a file that has been deleted from the partition. There is no guarantee that any particular file will be able to be undeleted, so always try to have a good backup system in place, or at least put one in place after recovering your files!