Computer And Technologies

Computer And Technologies: 10/09

Tuesday 27 October 2009

Debian dailuse commands

mkdir:-
----------------------
amaresh@eOdissa:~/Documents/Test$ mkdir --help
Usage: mkdir [OPTION] DIRECTORY...
Create the DIRECTORY(ies), if they do not already exist.

Mandatory arguments to long options are mandatory for short options too.
-m, --mode=MODE set file mode (as in chmod), not a=rwx - umask
-p, --parents no error if existing, make parent directories as needed
-v, --verbose print a message for each created directory
-Z, --context=CTX set the SELinux security context of each created
directory to CTX
--help display this help and exit
--version output version information and exit

cd - Change working directory:-
---------------------------------------------------------
cd - Change working directory,
cd :- will got respective dir
cd .. :- will go to one position dirctory to current dirctory
cd - :- will go to Old pwd from new pwd










http://www.oreillynet.com/linux/cmd/
http://ss64.com/bash/
http://www.pixelbeat.org/cmdline.html
http://www.debianhelp.co.uk/commands.htm
http://linux.about.com/od/commands/l/blcmdl8_ifconfi.htm
http://linux.about.com/od/lts_guide/a/gdelts47.htm


Resize your Images Using ImageMagick @ deian linux

If you are using Linux and you need to resize a hundred images or so, you can certainly use Gimp, but that would be too much work. Consider ImageMagick set of graphic tools. You can install ImageMagick on Ubuntu by going to the Terminal and typing: “sudo apt-get install imagemagick.” Once the application is installed, all you need to do is go to your image directory and execute the following command:

mogrify -resize 900×600 *.jpg

This command will resize any image with a .jpg extension to a size of 900×600 pixels.

PS:- do backup before doing it.

Thursday 8 October 2009

How files will share over internet via DROPBOX in Ubuntu ?

Dear all,

http://www.getdropbox.com/static/1254958024/images/logo.png is really a good tool to share any document with anyone over internet.

Steps to work :-
----------------------------------
  1. Follow the Link
  2. download as per your OS, it's working in window, Mac and linux
  3. I have install in Linux (Ubuntu 9.04)
  4. Link for Ubuntu Help
  5. after finish up installation, open terminal and user this command "root@eOdissa:/home/amaresh# dropbox start -i
    Starting Dropbox...Done! "
  6. Look manual page "man dropbox" for more
  7. Open /etc/apt/source.list and add these bellow lines.
Yes! We have an unauthenticated repository for Ubuntu 9.04, 8.10, 8.04, and 7.10.

For Ubuntu 9.04, add the following lines to your /etc/apt/sources.list or equivalent:
deb http://linux.getdropbox.com/ubuntu jaunty main
deb-src http://linux.getdropbox.com/ubuntu jaunty main

For Ubuntu 8.10 add these lines:

deb http://linux.getdropbox.com/ubuntu intrepid main
deb-src http://linux.getdropbox.com/ubuntu intrepid main

For Ubuntu 8.04 you might want to add these lines instead:

deb http://linux.getdropbox.com/ubuntu hardy main
deb-src http://linux.getdropbox.com/ubuntu hardy main

And for Ubuntu 7.10, add these lines:

deb http://linux.getdropbox.com/ubuntu gutsy main
deb-src http://linux.getdropbox.com/ubuntu gutsy main

Then it work fine , you can share data upto 2GB in free