RSS
 

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 »

Share and Enjoy:
  • Print
  • email
  • Twitter
  • Digg
  • StumbleUpon
  • del.icio.us
  • Technorati
  • Facebook
  • Mixx
  • Yahoo! Bookmarks
  • Google Bookmarks
  • Live
  • Ping.fm
  • Reddit
 
 

Teeworlds – Jumping the gun

17 Feb

A retro multiplayer shooter

Teeworlds is a free online multiplayer game, available for all major operating systems. Battle with up to 16 players in a variety of game modes, including Team Deathmatch and Capture The Flag. You can even design your own maps!

Basically, it’s a 2D sidescrolling shooter. The game is very easy to host and only 5MB in size. The great thing is that it is open-source and cross-platform. :)

It isn’t as easy as you might be thinking. But the game is real fun. A must try for everyone!

Ubuntu users can simply install by sudo apt-get install teeworlds teeworlds-server

For other platforms, you can go to this link – http://teeworlds.com/?page=downloads

A couple of tutorials have been provided below which you might really need. :)

[Tutorial] Movements

[Tutorial] Host a server[SERVER] Complete guide

Share and Enjoy:
  • Print
  • email
  • Twitter
  • Digg
  • StumbleUpon
  • del.icio.us
  • Technorati
  • Facebook
  • Mixx
  • Yahoo! Bookmarks
  • Google Bookmarks
  • Live
  • Ping.fm
  • Reddit
 
1 Comment

Posted in Games

 

Install OpenOffice.org 3.2

13 Feb

OpenOffice.org (OO.o or OOo), commonly known as OpenOffice, is an open source software application suite available for a number of different computer operating systems. OpenOffice.org 3 is the result of over twenty years’ software engineering. Started as a single piece of software, it has a constantly evolved. A completely open development process means that anyone can report bugs, request new features, or enhance the software. As a result, OpenOffice does everything you want, the way you want it to. And all this for Free. :)

Download OpenOffice.org 3.2:

.deb (32 bit ) - here

.deb (64 bit) - here

For more information, go here.

Share and Enjoy:
  • Print
  • email
  • Twitter
  • Digg
  • StumbleUpon
  • del.icio.us
  • Technorati
  • Facebook
  • Mixx
  • Yahoo! Bookmarks
  • Google Bookmarks
  • Live
  • Ping.fm
  • Reddit
 

APTonCD: Update Ubuntu Offline

08 Feb

As we all know that Ubuntu Karmic/Jaunty and other versions come in a limited 700 mb CD, that means to have a computer running properly with Ubuntu requires an Internet connection. Sometimes, we come across hard-drive failures etc., so this creates a problem of downloading all the updates and applications again. Moreover, internet is not available everywhere. So, to solve this, we have an application that will do just fine. APTonCD is a tool with a graphical interface which allows us to create one or more CDs or DVDs with all of the packages we’ve downloaded via ‘apt-get’ , ’synaptic package manager’, ‘ubuntu software center’ and ‘add/remove’, creating a removable repository that we can use on other computers also. :) APTonCD also allows you to automatically create media with all of the .deb packages located in one specific repository, so that we can install them into other computers without the need for an Internet connection’. It also serves as a backup to our installed applications, programs and updates.

Download:

all.deb : click here

tar.gz : click here

Installation:

Option 1) If you have downloaded the .deb file (recommended), you just need a double click to go . Easy, isn’t it :P

Option 2) For the second one, you can easily compile the downloaded source code (tar.gz file) using the following commands in terminal:-

$ tar -xvzf aptoncd-*.tar.gz
$ cd aptoncd/
$ sudo make install

Read the rest of this entry »

Share and Enjoy:
  • Print
  • email
  • Twitter
  • Digg
  • StumbleUpon
  • del.icio.us
  • Technorati
  • Facebook
  • Mixx
  • Yahoo! Bookmarks
  • Google Bookmarks
  • Live
  • Ping.fm
  • Reddit
 
Page 1 of 812345...Last »