| Mobile | RSS

Ping command in Ubuntu

Posted by ramanean on August 7th, 2010 | No Comments | Posted in Ubuntu


To ping a domain in Ubuntu

Steps
1.Click on Applications –>Terminals
2.In the Terminal type

ping google.com

When you type the command you would get a response like this.. if it’s ping successfully

64 bytes from 66.249.92.104: icmp_seq=1 ttl=53 time=289 ms
64 bytes from 66.249.92.104: icmp_seq=2 ttl=53…

Read More

Copying a directories in Ubuntu

Posted by ramanean on August 7th, 2010 | No Comments | Posted in Ubuntu


To Copy directories in Ubuntu use this command

Syntax:

sudo cp -R sourcepath destionationpath

E.g

sudo cp -R /home/shan/Desktop/mapmaker /opt/lampp/htdocs/mapmaker

Here the directory mapmaker is copied from /home/shan/Desktop to this folder
/opt/lampp/htdocs/mapmaker .

Read More

Creating a file in Unix

Posted by ramanean on July 16th, 2010 | No Comments | Posted in Coding, Ubuntu


To Create file in unix use this command

cat > a1.txt

Once this entered you can edit the contents of the file by typing anything and then pressing CTRL+D for saving it

Read More

TwitterFox 1.8 version download

Posted by ramanean on January 23rd, 2010 | No Comments | Posted in Internet, Ubuntu


Here is the link to download all the previous versions of twitter fox

http://releases.mozilla.org/pub/mozilla.org/addons/5081/ (From Mozilla)

You can download all pre Echofon and latest releases

Read More