Uncategorized
How To Change SSH Port In Linux Paid Members Public
We wrote a detailed article on what SSH is and how to use SSH to connect to a remote server. In this article, you will learn why and how to change the default SSH port. Why change the default SSH port? If your Linux distro does not have SSH pre-installed,
grep Command - Linux Commands Guide Paid Members Public
grep stands for Global Regular Expression Print. grep command is available in Unix/Linux-based operating systems. The full form of the tool suggests that it is used to search any text or expression in the given file(s). It is useful when you are searching for a line in a
What's New In Thunderbird 78 Paid Members Public
Thunderbird is among the must-have applications on any operating system. It is developed by the same company that develops Firefox, Mozilla Foundation. Recently, Thunderbird released Thunderbird 78.0 with a couple of interesting features and improvements. The popular email client is installed on almost all Linux distributions. All you need
OBS Studio - Stream From Linux Distribution Paid Members Public
OBS Studio is the all-in-one tool for streaming your video in real-time. It is free to use, open-source, and supports all major platforms, including Linux. In this article, I will walk you through a tour of OBS Studio. You will learn how easy it is to stream your video from
Install Laravel In Ubuntu 20.04 "LTS" Paid Members Public
Laravel is one of the best PHP frameworks for developing web applications. It has a ton of features that otherwise are time-consuming to build a PHP app from scratch. Some of the best features of Laravel are, it is easily customizable, the great authentication system, and a huge collection of
What's New In Linux Mint 20 "Ulyana" Paid Members Public
Linux Mint 20 “Ulyana” was released last month with a list of new features and improvements. I upgraded my Linux Mint 19 to “Ulyana” and used it for more than a week. In this article, we’ll see the new features and improvements implemented in Linux Mint 20. What’s
Joomla Team Disclosed Data Breach Occurred Last Week Paid Members Public
Joomla! is one of the biggest CMS in the World, to be specific, it is the 3rd most popular after WordPress and Drupal. Being that big in the industry, even a small error can cause millions of users worldwide. Just a few days back, the Joomla! the team announced a
Include jQuery in web pages - Local or CDN Paid Members Public
In the last article of the learn jQuery series, we learned to create a jQuery development environment. Fortunately, it was pretty easy to create. In this article, we will learn to include jQuery on our web pages. In this article, we will fire our first jQuery code and see it