Redirect in Zend Framework

April 27th, 2011 by usage | 0 | Full Post

an example how to make a redirect in Zend Framework

convert

April 24th, 2011 by usage | 0 | Full Post

convert – convert between image formats as well as resize an image, blur, crop, despeckle, dither, draw on, flip, join, re-sample, and much more.

xcopy

April 24th, 2011 by usage | 0 | Full Post

How to copy all doc files xcopy /s /c /y “c:Documents and SettingsMYUSER*.doc” d:BackupsMyLaptopAll_Docs Copies files and directory trees. XCOPY source [destination] [/A | /M] [/D[:date]] [/P] [/S [/E]] [/V] [/W] [/C] [/I] [/Q] [/F] [/L] [/G] [/H] [/R] [/T] [/U] [/K] [/N] [/O] [/X] [/Y] [/-Y] [/Z] [/B] [/EXCLUDE:file1[+file2][+file3]…] source Specifies the file(s) to […]

addthis

April 3rd, 2011 by usage | 0 | Full Post

Addthis is a bookmarking and sharing site. It allows you to put buttons so your site’s visitors can share the article easily. site: http://www.addthis.com When you get the widget you will see links with “addthis_button_preferred_1” … “addthis_button_preferred_NNN” links. This is a little bit confusing if you want to have specific share buttons . Fortunately there […]

ps

August 19th, 2010 by usage | 0 | Full Post

ps – reports a snapshot of the current processes. ps displays information about a selection of the active processes. If you want a repetitive update of the selection and the displayed information, use top(1) instead. This version of ps accepts several kinds of options: 1   UNIX options, which may be grouped and must be preceded […]

7z

August 11th, 2010 by usage | 0 | Full Post

How to compress a folder recursively with 7zip. Exclude all .log, .gz and .tar files Example if it takes a lot of resources you may want to do this (as root of course) (thanks George Valkov) 7zip Help Related http://dotnetperls.com/7-zip-examples http://www.howtoadvice.com/7zipHelper

vnc

January 22nd, 2010 by usage | 0 | Full Post

How to Start Vine Server (OSXvnc) on 5901 port with no authentication on a different port This is usually considered insecure however I am using this configuration in conjunction with ssh to connect to the LAN network first! I also start the vnc server when I really needed. It’s normally not running. Related http://sourceforge.net/projects/osxvnc/

split – split a file into pieces

November 30th, 2009 by usage | 0 | Full Post

split – split a file into pieces

lsof

November 26th, 2009 by usage | 0 | Full Post

lsof – list open files

How to use tracd from the command line

October 21st, 2009 by usage | 1 comment | Full Post

trac can be found at http://trac.edgewall.org/