Most recursive scp related news are at:

smaftoul.wordpress.com – A random weblog but it's mine | (might eventually be interesting :) )

A little one-liner: rename to lowercase recursively 9 Jun 2009 | 09:33 pm

Here is my little one-liner, because I used it today and I find it fun:

netcat as a logging tcp proxy 13 May 2009 | 09:18 pm

I felt I needed to write an article about netcat, so here is it ! Netcat is an incredibly usefull tool, that allows you to play with tcp connection easily from the shell. Basically, as it name impli...

More recursive scp related news:

Recursive Polygon Subdivision blog.soulwire.co.uk 28 May 2010 | 12:51 am

This is a little algorithm I sketched in my moleskin on the train and for once had the free time to build. The idea is to split a convex polygon between two line segments, creating two new polygons. E...

Recursive Grep bookmarks.honewatson.com 9 Apr 2010 | 04:49 pm

Want to Grep through the files of a directory and sub directories recursively? Explained: find /your/path/here (the beginning path) -name \*php (All files that end in php) -exec grep “text your ...

Svn add all new files bookmarks.honewatson.com 17 Feb 2010 | 05:11 pm

Want to add all new SVN files recursively? Use command line with svn and grep. Original SVN brief. Plus check out this handy SVN cheatsheet.

Delete recursively lines from files that match a given string asaliev.com 1 Dec 2009 | 02:22 am

This is just a small snipplet to remind me of how to delete lines recursively that match a string needle #!/bin/sh grep -rl "needle" . | while read filename do ( echo $filename sed '/needle/d' $filena...

How to Monetize Your Blog: A Really Dumb Recursive Formula robozen.com 10 Oct 2009 | 07:35 am

Sometimes I’m stupid enough to subscribe to some online marketing newsletter. I got two this week from different “marketers” whose content was almost identical. They went something like this: Want to...

cURL: Using PHP and cURL with APIs brandonbeasley.com 7 Apr 2011 | 12:17 am

cURL is a tool to transfer data from or to a server, using one of the supported protocols (DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMT...

Recursive custom to_json in Ruby for arrays of objects or nested objects tonyamoyal.com 26 Mar 2011 | 02:42 am

Let’s say we want to customize the json template for an object: Apparently this is fixed in Ruby 1.9 but for now only converting an object directly to custom json works: Cool but we want that to wor...

Recursive function to retrieve the Category and Sub Category list marketingadsandseo.com 30 May 2011 | 05:22 am

At first I am trying to give a little bit overview about the Recursive Function. Recursive Function:  A recursive function is a function that calls itself during its execution. This enables the funct...

Script to add index.html to all directories recursively to avoid directory listing techna2.com 5 Mar 2011 | 05:14 am

Hi guys, Have you caught in situation where you can’t use php.ini or .htaccess file to restrict directory listing, and only solution is to add index.html file to all directory ( In my case it was 379...

Export & Import whole collections in database MongoDB (dump and restore) hachiari.com 23 Apr 2012 | 12:20 am

1. mongodump -v -h mongodb_host -d mongo_database_to_export use -c to export collection only 2. you will see “dump” directory ls dump 3. transfer dump directory to other server. scp dump user@se...

Recently parsed news:

Recent keywords:

Recent searches: