FIVE LINUX TRICKS
1.Download a website
Here is a simple way to download a whole website without actually visiting all the pages.First up all go into the directory you wish to download the whole website using the command line and type in the following
wget-r-p-k-E http://www.example.com/dir/
Note -E is to create .html extensions to XHTML or text files.Omit if not needed.It is however not possible for all type of sites :-)
2.Five ways to logout from bash
1.logout
2.exit
3.CTRL+d
4.export TMOUT=1
5 kill -9 $$
Dont use the fifth one when you are the root since it will kill some essential processes.
3. To change the root password
The first step is to reboot the system.When grub loads up, move the arrow key up/down to highlight and select the Linux kernel and press e to edit the GRUB commands before booting.Next, move the arrow key up/down and select the Linux kernel and press e again
Give a single space and then type the word ’single’ at the end of
of the line.Hit ENTER key.Then press b to boot up with the single keyword, which will boot Linux into single user maintenance mode.Now you will get a command prompt ready to accept your commands.Voila!!!! you are done.Now just enter the ‘passwd’ comand to reset your password(without prompting for the older one
).Reboot and you are now the ROOT.However this is not working in all linux distros.
4.Play videos in RAR file without extracting
Just type in command line
unrar p -inul /path/to/movie_folder/movie.name.r00 | vlc -
Video will start playing from your vlc player in just a few seconds.
You can use other players instead of VLC if you wish.
5.Text based browsing
You may use elinks or links in text mode to browse websites from a console.Here’s how to get started
elinks http://www.reviewglitz.com
This will open up our site in your browser.
Hope you enjoyed our tips.Enjoy browsing our site!!!.




October 19th, 2009 at 3:56 pm
gud job
October 26th, 2009 at 11:05 pm
hii nice sharing
i have to tell you something that you root passwd trick make people think that its easy to break into linux pcs but its not actually that ec tell me what will you do if you have passworded grub?
Then about text based browsing there is a web browser within terminal for most distributions like ubuntu cent os etc..
more details can be found by typing “man -k web-browser” or something similar
you can browse by w3m your web site address in terminal eg. w3m http://www.google.co.in
Keep sharing dude …
Nice work
December 18th, 2009 at 8:10 pm
[...] Five Linux Tricks [...]
December 19th, 2009 at 2:52 am
Hi. First time here and impressed with your efforts. I’d however be careful about changing the root password or messing up with GRUB especially for beginners. All the same you are doing a great job and keep it up
December 20th, 2009 at 6:00 pm
[...] Five Linux Tricks [...]