Uniform Resource Locator
Use the last command\’s output as input to a command without piping and bind to it to a key sequence in bash.
2010/09/01
Use the last command’s output as input to a command without piping and bind to it to a key sequence in <a class="zem_slink" title="Bash (Unix shell)" …
tee to a file descriptor
2010/08/13
tee to a file descriptor […] 1 $ tee >(cat – >&2) the tee command does fine with file names, but not so much with file descriptors, such as &2. This uses process …
when you press f9 ‘paste’ is on , press f9 again and ‘paste’ is off, and so forth (works in insert-mode and command-mode)
2010/08/02
<a class="zem_slink" title="Vim (text editor)" rel="homepage" href="http://www.vim.org/">vim’s pastetoggle: when you press f9 …
Over 50 Free, Must-Have Open Source Resources
2010/07/27
OStatic: ”n this post, you’ll find an updated set of more than 45 collections and resources. Hopefully, you’ll find something to learn from here, and the good news is …
Upload a video to youtube
2010/07/16
$ google youtube post –title "My Video" –category Education ~/myvideo.avi <a class="zem_slink freebase/guid/9202a8c04000641f800000000042acea" …
concatenate compressed and uncompressed logs
2010/07/15
$ find /var/log/apache2 -name 'access.loggz' -exec <a class="zem_slink freebase/guid/9202a8c04000641f800000000001abd9" title="Gzip" rel="homepage" …
Using tput to save, clear and restore the terminal contents
2010/06/17
Using tput to save, clear and restore the terminal contents $ tput smcup; echo ”Doing some things…”; sleep 2; tput rmcup Very useful for interactive scripts where you would like to …
Google Profiles Turn Into OpenIDs
2010/06/14
As part of its push to go more social, <a class="zem_slink freebase/guid/9202a8c04000641f800000000042acea" title="Google" rel="homepage" …
10 Wordpress Traffic Builder Plugins That Work
2010/05/26
This article covers several useful <a class="zem_slink freebase/en/wordpress" title="WordPress" rel="homepage" href="http://wordpress.org">WordPress …
Script to download all the related videos from youtube with youtube-dl
2010/05/17
Lets cut the long discussion <a class="zem_slink freebase/en/short_subject" title="Short film" rel="wikipedia" …
They own your CPU (and so so in Windows and Mac, too)
2010/05/16
Click: ”I laugh — LAUGH! — when a tech journalist writes something to the effect of, ”for lightweight tasks such as Web browsing,” when you know, and I know, that there …
Downloading all related videos from youtube with youtube-dl
2010/05/16
How many time did you want to see all the videos (related) to the one you were watching on youtube but decided otherwise as the downloaded was not fast enough. Or has it happened to you that you …