Category: Snippets

9

WordPress ping list tested

WordPress ping list tested a nice feature of WordPress is to spread your new blog entries to all the important blog search engines of the world. therefor I have searched around and tested those links...

0

Copy zfs volume onto another server using ssh

Copy ZFS Volume onto another Server using SSH This snippet describes how to Copy ZFS Volume onto another Server using SSH. The steps to realize that are very easily and can be done by doing...

Replace string within text files using Perl 0

Replace string within text files using Perl

Replace string within text files using Perl To Replace string within text files using Perl all you have to do is: perl -pi -e ‘s/oldstring/newstring/g’ * The search string has to be written in regular...