Linux Performance Co-Pilot with WebUI

Categories: Linux, tech

Performance Co-Pilot allow sysadmins to collect and measure data from various systems, it comes in RPM packages for Red Hat 6 to 7 website http://pcp.io/ installing Performance CO-Pilot yum -y install pcp pcp  packages comes with different services pmcd,pmlogger  pmcd  : performance metrics collector daemon [root@localhost ~]# systemctl enable pmcd ; systemctl start pmcd ; systemctl … Read More

Facebook Mass Invite to Like script

Categories: tech, Web

today I wrote  a script to help in sending an invitation to like your page this happens when you promote a post for your audience and they interact with your post but they forget to like your page so this script will help you to mass invite them in once 1 – click on the … Read More

Docker Persistent Storage for MySQL Server and SELinux

Categories: Databases, tech

hello everyone today we will make MySQL Docker Container with Shared Storage first let’s pull latest MySQL  version of docker docker pull mysql after we did download the latest image this image come in handy with some awesome parameters MYSQL_ROOT_PASSWORD MYSQL_DATABASE with this  parameters, we can create a database and set root password for mysql now let’s … Read More