Create VLan on centos 7
CONFIGURE 802.1Q VLAN TAGGING USING THE COMMAND LINE In Red Hat Enterprise Linux 7, the 8021q module is loaded by default. If necessary, you can make sure that the module is loaded by issuing the … Continue Reading →
A Pandit of Server Technologies
CONFIGURE 802.1Q VLAN TAGGING USING THE COMMAND LINE In Red Hat Enterprise Linux 7, the 8021q module is loaded by default. If necessary, you can make sure that the module is loaded by issuing the … Continue Reading →
Elasticsearch backup script with snapshot rotation Mar 23, 2015 · 2 minute read · 5 Comments DevopsDevelopment Edit 2015/10/16: Added the example restore script. Edit 2015/3/31: It seems there is also a python … Continue Reading →
How to give permission in selinux To check the permission getsebool -a | grep rsync (Replace rsync with your application name) postgresql_can_rsync –> off rsync_anon_write –> off rsync_client –> off … Continue Reading →
If your MySQL client/server version is a 5.6.x a way to avoid the WARNING message are using the mysql_config_editor tools: mysql_config_editor set –login-path=local –host=localhost –user=username –password Then you can use in … Continue Reading →
Start Using the SDK Edit on GitHub The Couchbase PHP SDK allows you to connect to a Couchbase cluster from PHP. The Couchbase PHP SDK is a native PHP extension … Continue Reading →