Feed on
Posts
Comments

Archive for the 'utilities' Category

PHP Virtual Shell

Well its been a while since I’ve posted something with a technical nature. So, I decided to write about this small php script I’ve been using to get around hosting limitation regarding ssh access. As I’ve encountered some popular shared hosting providers (such as godaddy) do not provide ssh access. I am not sure why [...]

Read Full Post »

cool utility: rlwrap

I came across rlwrap, while searching on how to enable history for sqlplus on linux. It turns out that sqlplus does not support command line history on linux. This fact itself I found surprising. I was sure all this time that I had some configuration problem with sqlplus on linux, but it turns out that [...]

Read Full Post »