RSS
 

Posts Tagged ‘install’

Installing Transmission 2 In Ubuntu

20 Jun

Transmission is a leading BitTorrent client in for Unix-Like Operating system(including Ubuntu and MacOSX) powered by GTK+ and Qt GUI that supports features like

  • Magnet Links
  • DHT
  • Encrypted Sessions
  • Remote UI
  • PeerCaching
  • BlockLists and much more

Recent v2  supports Local Peer Discovery which was a much awaited feature making your downloads much faster with improved GUI.

INSTALLATION

sudo  add-apt-repository ppa:transmissionbt/ppa
sudo apt-get update
sudo apt-get install transmission
or for rest of Linux or Max OSX visit this link
Here are few Screenshots

For newbies who don’t know about torrents please refer these
A Beginner Guide to BitTorrent

 
 

How to remotely install Ubuntu through TeamViewer

06 May
So, this guy called me up and asked for installing Ubuntu cause he was a Linoob (not that worse). He said that  he can do everything except partitioning cause he still isn’t expert at that till now.
He wanted me to do his partitioning, but he was just 3000 kilometers (seems like “3000/- only” price tag) away from my place.
So, this idea came to my mind. Eureka! :p
Sharing with you the remote installation of Ubuntu Lucid Lynx
Requirements:
Procedure:
  • Just pop your CD into your CD/DVD Drive and boot through it to the Live environment.
  • Now go to the Network Manager Applet (top right) and configure your internet connection from there so that you may be able to connect to the “The Support Guy”
  • Done with connecting to internet, now is the time to Download TeamViewer
  • Run the deb package you downloaded and click “Install Package”
  • Go To Applications -> Internet – >TeamViewer
    An ID and Password will be generated on the left automatically.
  • Just provide the ID and the Password to “The Support Guy” and leave the rest on him. :D (Refer This For Installing Ubuntu)

Note: This procedure has been tested for Ubuntu 10.04 Lucid Lynx and may or maynot work with older versions of Ubuntu

 
 

Setting up Oracle XE 10g in Ubuntu

18 Feb

The Oracle Database, also known as Oracle RDBMS is a relational database management system, which is produced and marketed by Oracle Corporation. The Oracle Database Systems is one of the most popular database systems, competing with likes of MySQL, PostgreSQL, IBM DB2, Sybase, Microsoft SQL Server among others. Oracle is a very robust database solution.

Of course Oracle is a non-free software, and might not be well really liked by free software purists, and its corporate versions and support cost a bomb, but to be fair Oracle does offer a free Express Edition for its somewhat older 10g release, more popularly known as Oracle XE 10g. It’s a free download and is available for variety of platforms including various distros of Linux and Microsoft Windows.

In this tutorial, we will discuss on setting up and configuring Oracle XE 10g in Ubuntu. Here I’ve used a 32 bit version of Ubuntu 9.10 for this purpose, but these instructions will easily work for previous or future iterations of Ubuntu.

First of all we download Oracle 10g XE from Oracle website. I suggest to download from the Oracle’s Debian Repos directly, here. Select the Universal or the standard package for Oracle. Note the client is bundled with the Oracle Software itself, so no need to install it separately. Of course if you wish client alone for connecting to an Oracle software, you may proceed to install it as any Debian package.

Note you need enough RAM for Oracle in your system. If you have less than 1GB RAM, then you need to create more a gig of swap in the system by:
sudo dd if=/dev/zero of=/swpfs bs=1M count=1000
sudo mkswap /swpfs
sudo swapon /swpfs

Also you have to download the libaio package, which is necessary for installation of Oracle. Note DEB packages may open directory in Firefox, so use “Save Link As…” in that case.
Note all these packages are 32bit packages, and there’s no 64 bit packages for any Oracle XE. However you can conveniently install the 32 bits packages in a 64 bit system as we will highlight further.
Download and save the packages in some convenient directory, say $HOME/Downloads, and then fire up the terminal and change to the directory containing the packages.

Read the rest of this entry »

 
 

Ubuntu Studio 9.10: The Multimedia ToolKit

05 Jan

Ubuntu Studio:  is a multimedia editing/creation derivative of Ubuntu. It is built for audio, video and graphic enthusiasts or professionals. But as it is free and open-source, everyone is free to use. It is an officially recognized derivative of the Ubuntu Linux distribution, which is explicitly modified for general multimedia production. The original version, based on Ubuntu 7.04, was released on May 10, 2007. The main aim was to assemble suites of applications aimed at creative people. Suites including the best open-source applications like Graphic design and modeling applications i.e. GIMP and Inkscape . Blender, Kino, and Stopmotion etc are included for video creation; and Audacity, BEAST, Fluidsynth etc. for audio.

studio

Features

The Real-time kernel was introduced first in Ubuntu Studio 8.04 which was modified for intensive audio, video or graphics work later on. The scheduler allows applications to request immediate CPU time, which can reduce audio latency to a great extent improving PC performance while performing tough jobs. The 8.10(Intrepid Ibex) release lacks this real-time kernel, but it has been re-implemented in the 9.04(Jaunty Jackalope) release, and stabilized with the release of Ubuntu studio 9.10(Karmic Koala).Ubuntu studio offers a lot of programs that can be used for Graphics editing , audio and Video editing at par. These include GIMP, Audacity, Inkscape , Hydrogen, Kino and many more. Ubuntu Studio also includes custom artwork and a blue-on-black theme, as compared to Ubuntu’s default brown and orange. It gives a fresh new look to your desktop. It is available in both 32 and 64 bit versions.

Those who don’t wanna go into history books what it simply does is to provide you with most impressive Open source tools for your Multimedia  requirements like sound video and graphics.

Download:-

Ubuntu Studio 9.10

HTTP Torrent (x86 Intel)

HTTP Torrent (x64 AMD)

Ubuntu Studio 9.04

HTTP Torrent (x86 Intel)

HTTP Torrent (x64 AMD)

For more ,visit here.

Read the rest of this entry »