ISPIRE.ME IT Howto, secrets and helpful hints

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...

0

Mysql replication failed fatal error 1236

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...

Openstack howto instance quota exceeded 0

Openstack howto instance quota exceeded

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...