Menu
TAG

System Administration

grep Command - Linux Commands Guide
linux command guide 5 min read

grep Command - Linux Commands Guide

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 file that contains a specific keyword. grep command can also use options to advance the search query. The basic syntax of the grep command – grep expression filename Also Read Master the Linux command lin

linux command guideLinux toolsSystem Administration
Install Laravel In Ubuntu 20.04 "LTS"
Laravel 3 min read

Install Laravel In Ubuntu 20.04 "LTS"

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 packages created by the community. In this article, I will walk you through how to install the Laravel framework in Ubuntu 20.04 LTS or Linux Mint 20. This should also work for any other Ubuntu vers

LaravelSystem AdministrationUncategorized
Set up jQuery development environment - Learn jQuery
Learn jQuery 4 min read

Set up jQuery development environment - Learn jQuery

Welcome to the second article in the series, Learn jQuery. Using jQuery in web pages is extremely simple, but we should have proper tools for debugging our code. Fortunately, we only require a web browser that is good for development and a code editor. We will be using Firefox Developer Edition for the web browser, and for writing code, we will be using Visual Studio Code. Install Firefox Developer Edition The firefox comes pre-installed with almost all Linux distribution

Learn jQuerySystem AdministrationUncategorized
Portainer Docker: Simplifying Container Management
Docker 5 min read

Portainer Docker: Simplifying Container Management

Our previous article discussed Docker. If you are not familiar with Docker containers, you should learn about them. Docker containers can be useful for developers. Docker packages are widely available and simple to install in almost all distribution repositories. However, managing them can be difficult, especially for those who dislike the command line. Portainer Docker Portainer Docker lets you manage Docker containers across multiple platforms. Linux distributions can easily inst

DockerSystem AdministrationUncategorized
Things To Remember Before Buying Web Hosting
System Administration 5 min read

Things To Remember Before Buying Web Hosting

Almost all web hosting companies claim to be the #1 in the business. When buying web hosting, there are some essential points to consider. Often somebody decides to buy a web hosting; he looks to buy a plan with everything unlimited. All companies guarantee to provide unlimited storage, unlimited bandwidth, unlimited emails, and so on. But is that really the case? Or should you look for everything unlimited in a web hosting plan? Let’s talk about this one by one. Unlimited storage

System AdministrationWeb hostinghow-to
Virtualmin cPanel - Free & Open Source Web Hosting Panel
Linux cPanels 6 min read

Virtualmin cPanel - Free & Open Source Web Hosting Panel

Today we are starting a new series on Linux cPanels. Many of you would already have used cPanel on popular web hosting services like Hostgator, Bluehost, etc. In this series, I will cover web hosting panels for Linux servers. You can follow our social media pages to stay in touch for other articles in the series. What is a cPanel or Control Panel? As the name suggests, a server control panel lets you control your server graphically, and provides you important server statistics

Linux cPanelsSystem AdministrationUncategorized
Install Nextcloud - Free & Open Source Cloud Storage Solution
Nextcloud 8 min read

Install Nextcloud - Free & Open Source Cloud Storage Solution

It is said that the data is the new oil of the modern world. We all know how companies mine data and sell it to other companies. Not only that but recently, the use of cloud storage has also risen, which means people have now started using cloud storage to store their important data. Google, Microsoft, Apple, Yandex, and almost all other major companies provide cloud storage solutions. All of these services offer a free plan for personal use, but if you’re a business, then you’ll need to

NextcloudSystem AdministrationUncategorized
How To Install & Setup Nagios Core On Raspberry PI
Linux Tutorials 3 min read

How To Install & Setup Nagios Core On Raspberry PI

Have you ever thought about how some of the World’s biggest companies monitor hundreds of devices? If not, then do it now because, in this tutorial, I am going to introduce you to Nagios. Nagios is a monitoring solution that can monitor a few devices in your house or hundreds of devices, services, network protocols in a multi-billion company. First of all, why do we need Nagios or any monitoring tool at all? It should not be difficult to understand why we need a monitoring tool. A m

Linux TutorialsSystem AdministrationUncategorized