Tagged: productivity

0

TextWrangler Text Filter collection

Location  ~/Library/Application Support/TextWrangler/Text Filters Tidy HTML.sh #!/bin/sh # run “tidy” on the file given as 1st (and only) parameter. # /usr/bin/tidy -utf8 -asxhtml -indent -wrap 100 -quiet 2> /dev/null Tidy XML.sh #!/bin/sh XMLLINT_INDENT=$” ” xmllint –format –encode utf-8 – Tidy JSON.py...

0

MAC terminal shortcut keys

Following are some of the mac terminal shortcut keys Ctrl+a Move to the start of the line. Ctrl+e Move to the end of the line. Esc+f Move forward a word. Esc+b Move backward a word. Ctrl+l Clear the screen, reprinting...

0

Installing Office 2010 on wine

Installing Office 2010 on wine Steps Use PlayOnLinux for Office install (It downloads 1.5.x version of wine) Change wine version from 1.5.x to latest – results in improved antialising Install missing wingdng2.ttf and wingdng3.ttf Under tab ‘Install Components’, install the...

0

insync – Unofficial Google Drive client for Linux

Insync is Google Drive for power and business users. Steps Add repo Ubuntu # echo “deb http://apt.insynchq.com/ubuntu $(lsb_release -cs) non-free” | sudo tee /etc/apt/sources.list.d/insync.list Debian # echo “deb http://apt.insynchq.com/debian $(lsb_release -cs) non-free” | sudo tee -a /etc/apt/sources.list Linux Mint #...

0

Linux mint must have apps

Here is my list of must have applications on Linux Mint (right now on Mint 13) terminator jupiter insync Upgrade to cinnamon 1.6.x synapse launcher tomboy notes in startup Latest thunderbird (setup with MS Exchange with full calendar, addressbook, contacts photo support) wine pidgin (with sipe)...