Computer And Technologies

Computer And Technologies: Linux Packages
Showing posts with label Linux Packages. Show all posts
Showing posts with label Linux Packages. Show all posts

Tuesday, 27 October 2009

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


Wednesday, 8 July 2009

How to Change your Ubuntu Festiy to Hardy or Jaunty Ubuntu Repository?

Hi,

I faced the same as i was unable to update any software and faced like bellow error,

root@eOdissa-desktop:/home/amaresh# apt-get install update
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package update
Solution for this:--

  1. Anyway, here it is, for you to download the source.list. You might want to open it in a text editor, so it doesn’t open Synaptic for you. This list uses the Norwegian mirrors. Just add from “3rd party repos” and down.
  2. then do "gedit /etc/apt/source.list"
  3. replace the content of source.list with downloaded file
  4. reboot the system
  5. goto System --> Administration --> Software source ; then click all check post and change the repository to "main server"
  6. wait for upgrading ...
  7. It will like bellow...
Command Line Interface

Just add the following lines to your /etc/apt/sources.list :

For Ubuntu 9.04 (Jaunty Jackalope):
deb http://archive.ubuntu.com/ubuntu jaunty-backports main universe multiverse restricted

For Ubuntu 8.10 (Intrepid Ibex):
deb http://archive.ubuntu.com/ubuntu intrepid-backports main universe multiverse restricted

For Ubuntu 8.04 (Hardy Heron):
deb http://archive.ubuntu.com/ubuntu hardy-backports main universe multiverse restricted

For Ubuntu 6.06 (Dapper Drake):
deb http://archive.ubuntu.com/ubuntu dapper-backports main universe multiverse restricted

After refreshing the package manager's cache, packages from the backport repositories will now be available for installation.


Go to System > Administration > Software Sources


Then, make sure the main, universe, restricted, and multiverse sources are all checked (or ticked). In most cases, you will not need the source code or CD-ROM/DVD sources.

I believe in Ubuntu 9.04 these should be all checked by default.

You should also choose to download from your country's server in the Download from section. This puts a little less strain on the main Canonical servers.

Next, click on the Third-Party Software tab and click Add


In the APT line paste in

deb http://packages.medibuntu.org/ jaunty free non-free
if you're using Ubuntu 9.04.

For Ubuntu 8.10, you should substitute intrepid for jaunty
For Ubuntu 8.04, you should substitute hardy for jaunty

Then click Add Source


Click the Close button (next to Revert at the lower-right-hand corner). You'll be prompted to Reload. Go ahead and do so.


Some information will then be downloaded letting your Ubuntu installation know what new software is available for installation.

You will get an error message saying that the public key isn't available for the Medibuntu repositories. That's okay. We're about to fix that.


Go to System > Administration > Synaptic Package Manager


When Synaptic Package Manager opens, click on Search at the top-right corner and when the Find dialogue box appears, search for the word medibuntu and then click Search.


When you find the medibuntu-keyring package in the results, right-click it and select Mark for Installation. Then click Mark again to confirm.


Then click Apply and Apply again to confirm.


Once the keyring is installed,

More about repositories

So what are all of these different repositories anyway? Ubuntu Linux has a commitment to open source software, and so for mainly philosophical (and secondarily sometimes legal) reasons, it doesn't include a lot of proprietary software by default. The Ubuntu development team also can offer full support for only the official Ubuntu repositories (Main and Restricted).

You can read on the Ubuntu website more in-depth descriptions of the different types of repositories. Here's a quick low-down, though:

  • Main: Freely licensed software that's officially supported.
  • Restricted: Not exactly freely licensed software that is pretty essential to getting a lot of popular configurations working.
  • Universe: A lot of freely licensed software that's packaged by the community and not officially supported.
  • Multiverse: Not freely licensed software, also put together by the Ubuntu community and not officially supported.
  • Medibuntu: Software not included in the other repositories for various reasons.
There is also a volunteer group that puts together a lot of .deb packages for software not in the repositories or of newer versions than are currently in the repositories. Their software can be found at GetDeb.

Source:--

Thursday, 23 April 2009

Debian Packages (Ubuntu Linux)


#!/bin/bash
clear
# it will install all important packages.
sudo apt-get install xawtv-tools
sudo apt-get install recordmydesktop
sudo apt-get install manpages-dev
sudo apt-get install cvs
sudo apt-get install ssh
sudo apt-get install openvpn
#sudo apt-get install sox
sudo apt-get install vim
sudo apt-get install vim-common
sudo apt-get install vim-gnome
sudo apt-get install vim-gui-common
sudo apt-get install vim-runtime
sudo apt-get install vim-scripts
sudo apt-get install vim-tiny
sudo apt-get install wmctrl
sudo apt-get install cscope
sudo apt-get update
sudo apt-get install vlc vlc-plugin-esd mozilla-plugin-vlc
sudo apt-get install vim-runtime
sudo apt-get install vim-scripts
sudo apt-get install vim-tiny
sudo apt-get install build-essential
sudo apt-get install mplayer-nogui
sudo apt-get install mplayer
sudo apt-get install manpages-dev
sudo apt-get install stl-manual
sudo apt-get install autoconf
sudo apt-get install mtd-tool
sudo apt-get install lynx-cur-wrapper
sudo apt-get install lynx
sudo apt-get install lynx-cur
sudo apt-get install doxygen
sudo apt-get install bison
sudo apt-get install flex
sudo apt-get install xxgdb

For More information Use this link:-
"http://www.debian-multimedia.org/dists/testing/main/binary-i386/"