Microsoft’s Windows dominance in the Desktop PC space has been a thing for decades now and the 35 years old OS — although has made some significant strides in the industry — is undoubted a monopoly. Thank God for options like OSX and Linux Desktop, of course, we would all have been choking on –
Make Linux Great Again
[Solved] Unknown collation: utf8mb4_0900_ai_ci
A collation means a predefined rules to compare and sort character strings in a database server. Generally, this error occurs during the database restoration on another server. In this guide, we will show you how to fix Unknown collation: utf8mb4_0900_ai_ci error. Let us discuss the cause and solution about the issue: Problem – Unknown collation:
LFCA: Learn Software Deployment Environments – Part 23
Implementing DevOps is a key element for any team that is working and maintaining a large project(s). As discussed in previous subtopics, DevOps provides teams with tools and processes required to streamline workflows and provide the agility required to work efficiently, resulting in increased productivity. Thus, If your business is to remain relevant in a
How to Migrate from CentOS 8 to Rocky Linux 8
Rocky Linux 8.4, codenamed Green Obsidian, is finally here! It was released on June 21, 2021, barely two months after the release of Rocky Linux 8.3 RC1 (Release Candidate 1) which is a beta version of the latest release. This is the first stable and production-ready release of Rocky Linux after months of intense research
Linux Mint 20.1 Installation, Review, and Customization
Linux Mint is arguably one of the easiest and most user-friendly Linux-based operating systems to come by in the Linux world, and while it might be second to Ubuntu in popularity, it remains the favorite of a large majority of Linux users around the globe. Why? It’s easy; Linux Mint is essential “Ubuntu done right”.
10 Best Udemy Web Development Courses in 2021
DISCLOSURE: This post includes affiliate links, which means we receive a commission when you make a purchase. Every now and then, we check Udemy out for the most rated courses in different niches to compile a collection for our readers who want to learn one thing or the other, and of course, you can trust
3 Best Udemy Python Courses – Go From Zero to Hero
Python is often considered to be one of the most powerful, adaptable, and easy-to-learn high-level programming languages for developing websites, operating system components, applications to games and so much more. Today, companies like Amazon, Intel, and Dell count on Python developers to make their business run and the Python job market is booming! [ You
14 Best RSS Feed Readers for Linux in 2021
There is a wealth of information on the web that you probably want to keep up to date with; from news to how-tos, guides, tutorials, and more. Imagine having to visit, on a daily basis, all your favorite blogs or websites – it’s a bit of a challenge, especially if you have a tight schedule.
How to Use Port Knocking To Secure SSH Service in Linux
Port Knocking is a nifty technique of controlling access to a port by only allowing legitimate users access to the service running on a server. It works in such a way that when the right sequence of connection attempts is made, the firewall gladly opens the port that was closed. The logic behind port knocking
How to Install Gulp.js on Ubuntu 20.04
Gulp.js is an open-source toolkit that helps developers automate the tasks in development workflow. Gulp is useful to make automate processes and run repetitive tasks easily. It also includes the feature of piping output to the another command. This tutorial shows you how to install Gulp.js on Ubuntu 20.04 LTS Linux systems. Prerequisites# You must