Firebird Free on the Cloud : Amazon ec2 Debian/Ubuntu

From Amazon AWS console you can launch a ec2 free instance , in my case microinstance (if you don’t want to pay)

Push the button Launch instance AWS Marketplace : type Debian
and select the first one from the list (64 bits version)

Currently selected: t1.micro (up to 2 ECUs, 1 vCPUs, 0.613 GiB memory, EBS only)

Review configuration and push the launch button
with your keyfile generated for example firebird.pem you can now connect to it (initial ssh user is admin for Debian and ubuntu for Ubuntu instance)

ssh -i firebird.pem admin@ec2-xx-xx-xx-xx.eu-west-1.compute.amazonaws.com

after that you can continue to setup firebird on it with the new sudo powers
https://help.ubuntu.com/community/Firebird2.5

and then you can connect securely to it using a ssh tunnel (putty can be used on windows to create the tunnel)
http://mapopa.blogspot.ro/2010/11/securing-firebird-using-ssh-tunnel.html

firebird port is secure by default and is closed to outside world on debian/ubuntu it listens to localhost (127.0.0.1) only

DBD-Firebird version 1.18 is released

Firebird Perl driver version 1.18 is released with the following changes

  • a bit more verbose ok() calls in 90-event-ithreads.t
  • disable threaded event tests under AUTOMATED_TESTING
  • Makefile.PL: check for ‘ibase.h’ presense in potential include dir
  • allow empty (but still defined) DBI_PASS/ISC_PASSWORD for tests
  • add support for FIREBIRD_DATABASE in tests’ environment
  • adjust double tests to not fail with -Duselongdouble perl builds
  • fix statement attr returns and rework 40-alltypes.t
  • update installation notes wrt threaded perl and OpenSUSE
  • add missing pointer initialization (RT#92821, Vadim Belov)
  • dbd_st_finish: ignore “cursor already closed” error when closing the cursor
  • dbd_st_execute: finish the statement if still active (RT#92810, HMBRAND)

Spanish blog about Firebird after one year exceeded 116,000 visits

Author tells his story  on the blog first birthday:

When I launched, one year ago I did not knew if it would be read, if anyone is interested in what I had planned to write, but I thought it needed a blog in Castilian language to help us learn more about Firebird, because it is an engine very good data bases and documentation was missing in our language.

My expectations were not so high , I thought hopefully in a year could reach 10,000 visits and would consider myself very lucky and if reached 20,000 visits. Well, at this time and exceeded 116,000 visits so I am more than happy with the good reception that we have It’s really a very pleasant surprise.

Free Pascal 2.6.4 has been released

Free Pascal 2.6.4 is a point release from the 2.6.0 fixes branch.

Some highlights are:

  • Packages:
    • Lots and lots fixes and improvements for fcl-db
    • web and json packages synchronized.
    • improvements to the chmcmd compiler.
    • Several fixes for winunits (and winceunits)
  • Documentation:
    • Many additions
    • fpjson documented

See the changelog for the list of reported bugs which have been fixed in this release.

1 99 100 101 102 103 201