This is my documentation for how to in my POC project for Kubernetes deployment using rancher in one of my customer private cloud based on Cloudstack. I assume you have understood the usage, if not please go and check the…
Replace Definer Mysqldump for ERROR 1227 (42000)
If you encounter an error like the following while doing a mysql import mysqldump, there are DEFINER statements in the database dump file. The easy way to get past this problem is to remove the DEFINER statements from the Mysql…
ZFS tuning cheat sheet
Quick and dirty cheat sheet for anyone getting ready to set up a new ZFS pool. Here are all the settings you’ll want to think about, and the values I think you’ll probably want to use. I am not generally…
Bonding Multiple Network Interface
Network bonding is a method of combining (joining) two or more network interfaces together into a single interface in the linux/Unix systems. It will increase the network throughput, bandwidth and will give redundancy. If one interface is down or unplugged, the…
MegaCLI Cheatsheet
This is my cheatsheet for megacli command in linux , i am using this to peek most of the time.originated from post in this link. MegaCli is used to manage the megaraid Raid card in linux and windows. Or you…