Define

Just a quick script for looking up the definition of a word via the commandline... touch define vim define add the following code then :wq to save #! /bin/bash #…

Continue ReadingDefine

Mikogo

  • Post author:
  • Post category:Apps

Looking to host an online meeting without paying through the teeth? Look no further. Mikogo is a free desktop sharing tool full of features to assist you in conducting the…

Continue ReadingMikogo

Install YUI Compressor

  • Post author:
  • Post category:Apps

Install YUI Compressor - A code minification tool wget http://yuilibrary.com/downloads/yuicompressor/yuicompressor-2.4.2.zip unzip yuicompressor-2.4.2.zip mv yuicompressor-2.4.2/build/yuicompressor-2.4.2.jar /opt/fileconveyor/code/processors/yuicompressor.jar or Install YUI Compressor via apt: sudo apt-get install yui-compressor Compress the script: java -jar…

Continue ReadingInstall YUI Compressor