Posts Tagged “download”

Hey, Ubuntu 9.10 (Karmic Koala) is out of beta and is now available for download here.

To see what’s new just check the release notes. From my feeling after testing the beta, It’s pretty similar to 9.04 (Jaunty Jackalope) but with some package updates and improvements.

Don’t wait, go and take it.

Related posts:

  • Install Oracle 10g XE on Ubuntu Server 9.04 Jaunty Jackalope
  • Install Webmin on Ubuntu Server or Desktop 9.10 Karmic Koala
  • Install Webmin on Ubuntu Server 9.04 Jaunty Jackalope
  • Ubuntu server upgrade to 9.04
  • Oracle Database 11gR2 is now GA
  • Tags: , , , ,

    Comments No Comments »

    oracle_11g_database
    Yes, it finally arrived! Check this out!

    Related posts:

  • Install Oracle 10g XE on Ubuntu Server 9.04 Jaunty Jackalope
  • Windows authentication connection to SQL Server from SQL Developer
  • SQL Server 2005 named instance in Oracle SQL Developer
  • Install Oracle Database Vault on patched 11g database (11.1.0.7) on Windows
  • Oracle 10g/11g installation on Windows 2008 Server
  • Tags: , , ,

    Comments No Comments »

    xe_logoBest way to have a easy to access XE database and APEX on top of it is to put them on a Ubuntu Server virtual machine that I start just when I need.

    Installation of 10g Express Edition should not take more than 10 minutes and the steps are below:

    1. Prepare the swap space
    If you have less than 1GB memory run the following commands to create swap space:

    $ sudo dd if=/dev/zero of=/swpfs1 bs=1M count=1000
    $ sudo mkswap /swpfs1
    $ sudo swapon /swpfs1

    Read the rest of this entry »

    Tags: , , , , ,

    Comments 17 Comments »

    Total Commander - File Manager – I am using it since version 3, ~10 year ago. Simply not replaceable.
    wcmdbig

    Pidgin - Instant Messaging – Single client for all protocols, including Oracle internal one.

    Launchy - Application Launcher – just press ALT+Space and write a few letters from app name to start it

    MPlayer – Movie Player – no GUI, just console, very quick, no need to install codecs. Some issues with external monitor.

    Firefox - of course, user since version 0.9 Beta

    Dropbox - File Sync – simple sync of some folders between laptops or laptop and desktop. As a bonus files are stored online and you get revisions history

    Google Mail – Personal Email – lot of space, even bought extra. Can also use it to read other POP3 accounts, all in a single interface.

    Google Reader – RSS reader – the best RSS reader

    Google Calendar – Calendar – simple to use, simple to share, to sync. Can also use it to read other calendars.

    TripIt – Booking Manager – just forward all the travel plans to Tripit and you’ll have your itinerary ready, published as a web calendar, links to online check-in and other usefull stuff.

    Related posts:

  • Oracle SQL Developer 1.5.1 is out
  • Drop-off in Google storage pricing
  • Ubuntu 9.10 Karmic Koala released
  • Few words on Google Chart API
  • Oracle Database 11gR2 is now GA
  • Tags: , , ,

    Comments No Comments »

    Trying to connect to SQL Server 2000 or 2005 from Oracle SQL Developer having Windows Authentication enabled on SQL Server will fail with:
    “I/O Error: SSO Failed: Native SSPI Library not loaded. Check the java.library.path system property.”
    sqldev_winauth

    The solution is simple: place a dll called NTLMAUTH.DLL (NT authentication) in your system path and restart SQL Developer. Windows/System32 is always a wise choice.

    Where to get this DLL? It is shipped with JTDS here.

    Is there another option? Yes, enable SQL Server authentication.

    Related posts:

  • Oracle SQL Developer Data Modeling 1.5.1 Early Adopter release launched
  • Oracle SQL Developer 1.5.1 is out
  • Book review: SQL Developer 2.1 by Sue Harper (Packt Publishing)
  • I’m going to review one/some Packt book(s)
  • SQL Developer 2.1 EA1 available
  • Tags: , , ,

    Comments No Comments »

    No, it’s not yet another PHP thumbnail generation tutorial! I recently needed a function to:

    • create square thumbnails
    • don’t crop the initial image, but scale it and fill with white background
    • center the thumbnail in the square
    • call the function in a loop to process an entire folder

    I found no suitable example and I decided that instead of digging too much it’s better to create my own function and a class for it.

    Let’s start with a photo that we need to create a thumbnail for:

    Nice kid, huh?

    Nice kid, huh?


    … and what we want to achieve:
    danut_thumb


    First step would be the thumbnail generation snippet:
    Read the rest of this entry »

    Tags: , , , , ,

    Comments 20 Comments »

    Most software companies are not offering anymore the old versions on their websites in order to promote their last release and get rid of support issues with old versions. But what if I don’t like the last version or it has something that is not working for me?

    Well… seems that somebody thought about this and managed to collect all old versions of 182 programs (so far) and made them public. All licensing terms remain the same.

    The link is www.OldVersion.com.

    Enjoy!

    Tags: , ,

    Comments 1 Comment »

    I expected this release for some months, but didn’t have the time to test it yet. What you can do? Here’s the official description:
    SQL Developer Data Modeling offers a full spectrum of data and database modeling tools and utilities, including Entity Relationship modeling, Relational (Database Design), Data Type and Multidimensional modeling, full forward and reverse engineering and code generation. It includes importing from and exporting to a variety of sources and targets, provides a variety of formatting options and validates the models through a predefined set of Design Rules.“.
    Read the rest of this entry »

    Tags: , , , ,

    Comments 3 Comments »

    Oracle apex 3.1

    I’ve been asked many times if there is possible to install Oracle Application Express on Express Edition of 10g database, both of them being free products. The answer is YES, and the procedure is quite simple, as very well indicated on Oracle website

    The steps would be: Read the rest of this entry »

    Tags: , , , , , , , ,

    Comments 3 Comments »

    SQL Developer 1.5.1

    Starting with 9th of June, a new version of SQL Developer was launched. This is more a patchset to previous version, solving a significant number of bugs.
    I am very happy that the “Bug 6994152: ORACLE_HOME environment variable sometimes has an adverse affect on migrations” was solved, this being a very frequent topic on the migration forum. Now there is no need to create the .CMD file to overwrite ORACLE_HOME.
    Another useful and very demanded feature is auto-expand of the connections list when open the tool.
    Read the rest of this entry »

    Tags: , , ,

    Comments No Comments »