Use apt-cache
>apt-cache search stringtosearch
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