the other side of the firewall

August 25, 2005

installing postgres on Solaris 10

I had some minor trouble installing postgres on Solaris 10.
For instance, I had the following error message:

ld.so.1: initdb: fatal: libreadline.so.5: open failed:
No such file or directory
Killed

So, here is a summary of what I had to do.

  • install the libreadline package (can be found on the Sun web site)
    pkgadd -d SFWrline
  • install the postgres package (postgresql-8.0.1-sol10-sparc-local) from sunfreeware
    pkgadd -d postgresql-8.0.1-sol10-sparc-local
  • add a symbolic link for libreadline.so.5
    ln -s libreadline.so libreadline.so.5
  • make sure your LD_LIBRARY_PATH is properly set-up
    export LD_LIBRARY_PATH=/usr/local/pgsql/lib:/opt/sfw/lib

  • run the init command
    /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
  • et voilà

    Success. You can now start the database server using:
    /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data
    or
    /usr/local/pgsql/bin/pg_ctl -D /usr/local/pgsql/data -l logfile start

MySQL and Postgres front-ends

Filed under: Development, Databases

When doing some development and administration with MySQL or Postgres, the command line is not always the most convenient way to do.
Here are some tools that can be front-ends to the database.

For MySQL:

For PostgresQL:

  • pgAdmin III (this is part of the Postgtres distribution on Windows) (free)

CoverFlow: a nice way to browse your CD collection

Filed under: Hacks, OS X

CoverFlow

Dribbles

Filed under: Soccer

Who said soccer players were not artists?
Dribbles

August 23, 2005

HOW TO make a Powerbook in to a Wi-Fi access point!

Filed under: Hacks, OS X

MAKE: Blog: HOW TO make a Powerbook in to a Wi-Fi access point!

IAM market expected to almost double by 2009 says IDC | Sxip Identity

Filed under: Identity Management

IAM market expected to almost double by 2009 says IDC | Sxip Identity

A new report by analyst research firm, International Data Corp., predicts the market for identity and access management (IAM) products will grow to approximately $4 billion by 2009. This is nearly double the $2.3 billion IAM market in 2004.

Screen capture on OS X

Filed under: Hacks, OS X

Here is a detailed article about the various ways to do it.

Subscription to sell t-shirts

Filed under: Business

Here is an interesting way to sell t-shirts: ask people to susbscribe to receive one new t-shirt every month. $215 for a year.
Check CherryTee.com.

X11 issue

Filed under: Hacks, OS X

if you get a
BadAccess (attempt to access private resource denied) on protocol request 102
when trying to do remote X via ssh -X, try ssh -Y instead.

August 22, 2005

OS X tips

Filed under: Hacks, OS X

I have compiled some of my tips in a local page at http://sahuguet.blogsome.com/os-x-cookbook/.

More to come, of course.






















Get free blog up and running in minutes with Blogsome | Theme designs available here