System Administration How to Securely Set Laravel 5 Files Folders Permission and Ownership Setup Files Folders Permission and Ownership: Deploying a Laravel application to a production environment can be challenging at times. So, in this post, we will discuss how to deal with files folders permission and ownership problems. Every developer wants his/her application to be setup in a secure environment when deploying it to a production server. One […] Written by Clemence Ayekple September 3, 2018September 3, 2018
Database MySQL How to Setup MySQL 5.7 Replication on Ubuntu 16.04 Setting up MySQL 5.7 master-slave replication on Ubuntu 16.04. This article focus on how to setup database replication between two MySQL 5.7 servers on Ubuntu 16.04 LTS server. Database replication is mostly used for backups, improved availability and some also use it to run analytic queries and reports. If you don’t already have MySQL 5.7 […] Written by Clemence Ayekple September 3, 2018September 3, 2018
Technology Upgrading to Ubuntu 18.04 from Ubuntu 16.04 LTS Server Introduction: Upgrading to Ubuntu 18.04 LTS Ubuntu 16.04 LTS Server can be upgraded to the new Ubuntu release 18.04 Bionic Beaver with the steps provided in this post. Those who will like to try the new Ubuntu 18.04 LTS can also use this post to upgrade their Ubuntu version to Ubuntu 18.04 LTS development release. […] Written by Clemence Ayekple July 25, 2018July 25, 2018
Food & Drinks Health Lifestyle Interesting Facts About Bananas Banana an amazing fruit Bananas are one of the most amazing fruits. Due to its elegant look and flavor, many people use it as desserts. Many people are unaware of the benefits of eating bananas. This article will uncover some of the amazing facts about bananas. Energy: Bananas contain three natural sugars – sucrose, fructose, […] Written by Clemence Ayekple July 18, 2018November 21, 2020
Food & Drinks Health Lifestyle Health Benefits of Drinking Hot Water Drinking hot water has surprising health benefits like relieving constipation, better mood, lower cholesterol, preventing premature aging, weight loss, detoxification, easy digestion and so on. You should note that Hot Water shouldn’t be extremely hot meaning the water should be warm that is between 120°F and 140°F. Avoid exceeding temperatures of 160 degrees. You can […] Written by Clemence Ayekple June 30, 2018July 25, 2018
Database Troubleshooting How to Reset MySql Root password on MacOS 10.13 You might have had a situation where you forgot your MySQL root password. How will you solve such a problem in MacOS High Sierra. Here are some few steps to solving that issue that is resetting mysql root password. Step 1: Stop MySQL service You can do that by simply going to preference pane and click […] Written by Clemence Ayekple June 26, 2018July 10, 2018
System Administration Troubleshooting Mod_evasive Configuration with Apache on Ubuntu Server 16.04 Introduction: Mod_evasive Mod_evasive helps protect against attacks like DoS, DDoS (Distributed Denial of Service) and brute force attacks on Apache web server. As the name suggests mod_evasive provide evasive action in the event of attacks and reports malicious activities via email and syslog. Moreover, it also monitors the incoming traffic to the Apache web server […] Written by Clemence Ayekple June 11, 2018April 5, 2019
System Administration How to Set or Change System Hostname in Linux If you’ve worked as a system admin for any length of time, you’ve probably run into a situation where you have to change the hostnames on your server to match some corporate naming convention, but you can’t have downtime either. So the question is how do you change the hostname without rebooting the server? Luckily, for […] Written by Clemence Ayekple May 15, 2018September 24, 2018
System Administration How To Set Up mod_rewrite for Apache on Ubuntu Introduction In this tutorial, we learn how to use mod_rewrite module to manage URL rewrites using Apache2. The module allows us to rewrite URLs in a fashionable, that is converting URLs to human-readable paths. Just think of the last time you visited a blog site to read an article, looking for that particular article to […] Written by Clemence Ayekple May 14, 2018May 14, 2018
Troubleshooting How to fix Apache – “Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName” Error on Ubuntu “Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName“. I get this error upon restarting Apache Server on a server running Ubuntu 16.04. This occurs because the ServerName is not set. sudo systemctl restart apache2 AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the […] Written by Clemence Ayekple April 16, 2018September 23, 2018