Use apt-cache

>apt-cache search stringtosearch

Ubuntu automatically mount hard and usb drives.

Their mount points are under

/media/

I accidentally deleted my picture files (in Window Vista).

But used the below restoration and recovered.

http://www.snapfiles.com/get/restoration.html

SSHFS is a tool that uses SSH to enable mounting of a remote filesystem on a local machine

In Korean

http://truefeel.tistory.com/57

Check this out:

http://johnpaulett.com/2009/06/26/install-eclipse-galileo-3-5-on-ubuntu-jaunty/

uname -m

if answer is

i386 or i686 then it is 32 bit
if answer is

x86_64 then it is 64bit

The mkdir command in conjunction with the -p option creates the directories specified in a path. This is very useful when you want to make a directory structure that is several directories deep, and none of the subdirectories exist yet. For example, the following command will create the work, work/programs, work/programs/reports, and work/programs/reports/completed subdirectories:

mkdir -p work/programs/reports/completed

Without the -p option, this command would have returned an error.

From Wikipedia

GNU Wget is a computer program that retrieves content from web servers, and is part of the GNU Project. Its name is derived from World Wide Web and get, connotative of its primary function. It currently supports downloading via HTTP, HTTPS, and FTP protocols, the most popular TCP/IP-based protocols used for web browsing.

For example, to download eclipse 3.5:

wget http://d2u376ub0heus3.cloudfront.net/galileo/eclipse-java-galileo-linux-gtk-x86_64.tar.gz

You will get this error when there is no list element to access.

For example,

L=[1, 2, 3]

L[4] doesn’t exist.

If you try to call L[4], you will get the above error.

Check this site:

http://www.venukb.com/2006/08/20/install-eclipse-plugins-the-easy-way/

© 2011 Web Oom Suffusion theme by Sayontan Sinha
Switch to our mobile site
Page 4 of 21« First...«23456»1020...Last »Top Footer