Category shell

Hide OSX Desktop Icons

Hi All, Another little Applescript app I wrote up to hide Desktop Icons. Useful prior to doing screenshots or before demos or presentations Just copy & paste into Applescript Editor and Save As an Application or whatever Enjoy

Applescript for SSH-ing

Hi All, I thought I’d share a little Applescript app I wrote up to help me in my day to day SSHing… I like to have my various connections to different severs color coded to help me know which system…

Setup DBFS and mount DBFS

For those who don’t know what DBFS (DataBase FileSystem) is, here’s a little snippet: The Oracle Database File System (DBFS) enables the database to be used as a POSIX-compatible file system on Linux. This feature includes a PL/SQL package on…