RSS
 

Posts Tagged ‘install’

Ubuntu Netbook Edition 10.04

24 Jul

Ubuntu Netbook Edition (UNE) is a ‘remix’ of the standard Ubuntu Desktop release, enabling you to work better on devices with small screens, such as netbooks and sub-notebooks. You have access to all the same applications any Ubuntu user has, plus some enhancements to the user interface. It has been optimized to perform its best on netbooks and computer with Intel Atom processor. It has been around since Ubuntu 8.04 Hardy Heron and comes preinstalled in Dell, Toshiba, Asus and Acer Netbooks.

System Requirements :-

  • Processor – 1.6GHz Intel Atom.
  • RAM- 512 MB recommended.
  • Space – 4 GiB (minimum)

Download:-

  1. Ubuntu Netbook Edition[UNE] :-
  2. Kubuntu Netbook Edition[KNE] :-

Installation :- The installation is same as that of Ubuntu Desktop Edition.

Read the rest of this entry »

Digg It! Tweet It Share On facebook Share On facebook Add to Del.cio.us RSS Feed Add to Technorati Favorites Stumble It! Mixx It! Buzz It Up! Post To MySpace

 

Ubuntu Studio 10.04 Lucid Lynx

14 Jul

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 latest version is Ubuntu Studio 10.04 – Lucid Lynx. We have already discussed in detail about Ubuntu Studio 9.10 in our previous post.

Download Ubuntu Studio 10.04 [ 1.7GB DVD image] :-

Torrent:- i386 or amd64

Direct :- i386 or amd64

For details see the Official Download Page.

Read the rest of this entry »

Digg It! Tweet It Share On facebook Share On facebook Add to Del.cio.us RSS Feed Add to Technorati Favorites Stumble It! Mixx It! Buzz It Up! Post To MySpace

 

PPA Fundas

27 Jun

For Software Developers/Providers

Personal Package Archive (PPA) service is provided for Ubuntu by Launchpad via which you can distribute software and updates directly to Ubuntu users. Create your source package, upload it and Launchpad will build binaries and then host them in your own apt repository.
Refer this link for more on how to create your own PPA to distribute software.

For Users (Like Us)

PPA (https://launchpad.net/ubuntu/+ppas) can be easily used to add new sources for software not available in Software Centre.PPAs work like normal Ubuntu archives. You can install software in the usual way — for example, through apt-get or synaptic — and whenever there’s an update Ubuntu will prompt you to install it. Both the x86 & x64 architectures are supported by PPA.

Here is an example, to add the repository:

sudo add-apt-repository ppa: user/ppa-name

So pop up your Terminal and try adding few of them from below

Open Office : sudo add-apt-repository  ppa:openoffice-pkgs/ppa

Google Chrome Browser Beta : sudo add-apt-repository ppa:chromium-daily/beta

ClamAv Antivirus : sudo add-apt-repository ppa:ubuntu-clamav/ppa

Remember to run sudo apt-get update after you are done with above

Here is a look at a successfull addition via PPA


If you still feel you are bit of a Linoob just try using Ubuntu Tweak

Digg It! Tweet It Share On facebook Share On facebook Add to Del.cio.us RSS Feed Add to Technorati Favorites Stumble It! Mixx It! Buzz It Up! Post To MySpace

 

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

Digg It! Tweet It Share On facebook Share On facebook Add to Del.cio.us RSS Feed Add to Technorati Favorites Stumble It! Mixx It! Buzz It Up! Post To MySpace

 
 

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

Digg It! Tweet It Share On facebook Share On facebook Add to Del.cio.us RSS Feed Add to Technorati Favorites Stumble It! Mixx It! Buzz It Up! Post To MySpace

 
 

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 »

Digg It! Tweet It Share On facebook Share On facebook Add to Del.cio.us RSS Feed Add to Technorati Favorites Stumble It! Mixx It! Buzz It Up! Post To MySpace