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...
IT Howto, secrets and helpful hints
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 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 / Openstack / Solutions
by Jules · Published September 7, 2012 · Last modified October 28, 2016
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...
More