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...
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...
Mysql replication failed fatal error 1236 Mysql replication failed: Got fatal error 1236 from master when reading data from binary log: ‘Client requested master to start replication from impossible position’ Received this message? Go fix...
Free some diskspace after SP1 install under Win7 or Win2008 R2 If you want to Free some diskspace after SP1 install under Win7 or Win2008 R2 from your Windows installation then all you have to...
Openstack howto instance quota exceeded Openstack howto instance quota exceeded. Soon or later when working with Openstack you will realize that you reach the predefined resource limits. Error Message like: Openstack instance quota exceeded will show...