Languages

Thumbnail

Bash Script Beautifier

2010/12/23

<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;"> Image via <a …

cURL – Tutorial

2010/09/15

Here are linkw to two nice tutorials on curl and how to use curl to login before we try to fetch a page. Hope you find them useful. http://curl.haxx.se/docs/httpscripting.html …

OpenID for non-SuperUsers

2010/09/07

Based on the results of my Unobtrusive <a class="zem_slink" title="OpenID Foundation" rel="homepage" href="http://openid.net">OpenID post, it is quite …

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&#8217;s pastetoggle: when you press f9 …

Adding a sub-menu in the wordpress admin menu :)

2010/07/29

For the impatient ones, first the code: (in wp-admin folder, open the file menu.php) and locate the code: […] $submenu[&#8217;edit.php&#8217;][10] = array( _x(&#8217;Add …

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 &#8221;Doing some things…&#8221;; sleep 2; tput rmcup Very useful for interactive scripts where you would like to …

Determine what process is listening on a port on Solaris, without lsof

2010/06/08

$ for x in `ptree | <a class="zem_slink freebase/en/awk" title="AWK" rel="homepage" href="http://cm.bell-labs.com/cm/cs/awkbook/index.html">awk '{print …

SQuirrel SQL for Graphical interface to Oracle/MySQL and loads of other database – OSS and free.

2010/06/04

<a href="http://blog.amit-agarwal.co.in/category/linux/">Bookmark this category SQuirrel <a class="zem_slink freebase/en/sql" title="SQL" …

Google\’s RE2 regular expression library

2010/05/30

? <a class="zem_slink freebase/en/google" title="Google" rel="homepage" href="http://google.com">Google has announced the release of its RE2 library under …

Inotify Example - Introduction to Inotify with a C Program Example

2010/05/24

<a href="http://www.thegeekstuff.com/2010/04/inotify-c-program-example/">Inotify Example: Introduction to Inotify with a C Program Example: <a class="zem_slink …

Awk Introduction Tutorial – 7 Awk Print Examples

2010/05/19

awk examples Awk Introduction Tutorial – 7 Awk Print Examples This is the first article on the new awk tutorial series. We’ll be posting several articles on awk in the upcoming weeks that will cover …

vim – get names of the scripts and the details from the command line

2010/05/19

For the below commands either you can set the two variables in bold and then run the scripts or change the following in the commands and run the scripts. If you have html2text installed then you can …


This website uses cookies to ensure you get the best experience on our website. Learn more Got it