POWER OF TERMINAL !!


If you want to be a programmer ,you have to start working on console mode i.e. Command Prompt :D
If you are using Linux ,then just press ctrl +alt+t and terminal will appear. :)
Through this black white screen through,you can do anything . :)
In my last post, I posted about how to access facebook through terminal,now I am posting about how to access Internet through Terminal. :) First of all check your Internet Speed through terminal command :- :D
wget -O /dev/null http://speedtest.wdc01.softlayer.com/downloads/test10.zip
Then start browsing Internet, but for that you have to download a text-based web browser by command :-
sudo apt-get install w3m w3m-img
To open any website use command :-
w3m facebook.com
w3m can’t let you see images for that you have to install xterm and command for same is :-
sudo apt-get install xterm
Now search for xterm on your linux system,Then click on it and open it.A terminal will appear :-
then open any website through command :-
w3m google.com
or
w3m facebook.com
or
w3m gmail.com
Now with the help of arrows,move to the desired location,and to type in the text box just move your cursor there and press enter,start typing. :) Rest I will post tomorrow . :D till then stay tuned and get to know about power of TERMINAL. :D

No comments:

Post a Comment

SAY HELLO!!