The oracle start/stop script I’ve found on the net (written for REHL, I believe), didn’t work for me. Thus, I wrote a wee script that works for my 11g install (on Debian).
#! /usr/bin/env bash [...]
Posted in BASH on August 24, 2009 | 1 Comment »
The oracle start/stop script I’ve found on the net (written for REHL, I believe), didn’t work for me. Thus, I wrote a wee script that works for my 11g install (on Debian).
#! /usr/bin/env bash [...]
Posted in BASH, GNU/Linux, Web services on March 28, 2007 | Leave a Comment »
It’s impossible to get that title right.
What I thought of this, whenever listing program code on your web page, it’s normally done either in code or pre elements. That’s fine, but they get monotyped and display their indentation and so on just nicely. Now, what if they were colourised just like in the programming editor? [...]