System Administration Website Enabling HTTP/2 in Apache on Ubuntu The experimental SPDY protocol originally developed by Google gave birth to HTTP/2. Enabling HTTP/2 will greatly improve website performance. However, there are some prerequisites to enabling HTTP/2 for your website. In this article, I will show how to get HTTP/2 working on your site running on Apache webserver. Prerequisites to Enabling HTTP/2 HTTPS First, enable […] Written by Clemence Ayekple July 31, 2019July 31, 2019
Security System Administration Quick Tips to Harden SSH on Ubuntu Harden SSH If you work with Secure Shell, you will definitely want to check out the following tips to harden SSH on your ubuntu server. Working as a Ubuntu server administrator, you are more likely to use Secure Shell (SSH) for remote access to the server. As the name suggest SSH is relatively a secure […] Written by Clemence Ayekple May 27, 2019January 5, 2020
System Administration Ubuntu 18.04 Initial Server Setup Ubuntu 18.04 Initial Server Setup for both Beginners and Advanced Users Introduction After installing Ubuntu 18.04 server, there are some steps you should take as part of the initial setup. These steps will increase the server security and give better user experience of your server. The aim of this article is to help you get […] Written by Clemence Ayekple April 4, 2019April 4, 2019
Lifestyle Recommended Studying Staying Focused When Studying Concentrating When Studying Studying for an examination or a test can be difficult, especially when there are distractions such as TVs, mobile phone and even magazines. But most at times you are a distraction to yourself. However, staying focused on the study makes it easier. The trick is to remove the distraction and find a […] Written by Clemence Ayekple March 5, 2019November 21, 2020
Security System Administration How to install and configure denyhosts on Ubuntu 18.04 LTS Intrusion prevention security tool According to the developers of denyhosts script, the script is intended to help thwart SSH server attacks on Linux systems. These attacks are sometimes referred to as dictionary based attacks or brute force attacks. This article will focus on how to install and configure denyhosts on Ubuntu 18.04 LTS. A short […] Written by Clemence Ayekple December 27, 2018May 27, 2019
Laravel Troubleshooting SYMLINK(): No Such File or Directory Laravel Symlink Problem: No Such File I pulled a laravel project from GitHub that already have the storage symbolic link. Upon running it the browser, the images associated with the post came with errors. And after trying to create the symbolic again I had symlink(): no such file or directory. After searching extensively, I found a […] Written by Clemence Ayekple November 12, 2018August 3, 2020
IDE Troubleshooting [Pycharm IDE]File size exceeds configured limit(2.5M). Code insight features are not available File size exceeds the configured limit(2.5M) Working a crawler that involves capturing big sizes of data for your research. Using Pycharm IDE, I realize that it has file size configuration limit that is 2.5Mb. And I get the message file size exceeds the configured limit. True, the file size limit is mainly to protect your […] Written by Clemence Ayekple October 24, 2018October 24, 2018
Education Lifestyle Recommended Using Communication Boards to Help Kids Tools to Help Children With Limited Communication Ability A communication board may make it possible for children with limited communication impairment since this board may have symbols or pictures. Kids communicate using the board by pointing and gesturing or gazing at the varied symbols and picture. If you have a child that has limit communication […] Written by Clemence Ayekple October 8, 2018November 21, 2020
Health Lifestyle 7 Common Mistakes You Most Likely Make In The Restroom The toilet is one among the foremost used place but least taken care of. Restroom rule is important for a healthy room. There are a number of things you thought you were doing right, however, trust me once you finish reading this list, you will be shocked. 1. Flushing the Water Closet Toilet whereas the […] Written by Clemence Ayekple September 8, 2018November 21, 2020
System Administration How to harden Ubuntu 16.04 Server security Ubuntu 16.04 Server Security In this article, we will discuss some server security configurations that are best to protect Ubuntu 16.04 server environment. Secure shared memory First, open the configuration file for editing using the command below: sudo nano /etc/fstab Next, add the following line of code to the bottom of the configuration file: tmpfs […] Written by Clemence Ayekple September 3, 2018September 3, 2018