In Terminal:
- Change the title of terminal tabs:
PROMPT_COMMAND='echo -ne "\033]0;$title\007"' - Tar with gzip: tar -czvf $archive.tgz $files
- Untar: tar -xzvf $filename
- Download a file from a url: wget $url
VI:
- Delete a line: dd
- Undo: u
- Redo: ctrl-r
- Move to [$] screen: [top]H, [middle]M, [bottom]L
- Move to line n: :n (for the last line of the file: G)
Google:
- Music Search: -inurl:(htm|html|php) intitle:”index of” +”last modified” +”parent directory” +description +size +(wma|mp3) “$songname“
HTML:
- Embed mp3:<br><embed type=“application/x-mplayer2″ src=“$url” height=45 width=280 autostart=false></embed><br>
- Embed real:<br><embed type=“audio/x-pn-realaudio-plugin” src=“$url” height=45 width=280 autostart=false></embed><br>
Windows File Sharing: http://handson.ca/tutorials/sharexpp.html

Recent Comments