SysAdmin

How to Deploy and Run Redis in Docker

July 23, 2020

The tutorial shows you how to deploy Redis using the Docker run command. Also, learn how to deploy Redis on multiple servers in your cluster, efficiently link the containers, and access Redis from remote servers.

Read more

Vim Commands Cheat Sheet

July 22, 2020

Vim is an open-source text editor found in most Linux distributions. This article lists all the commonly used Vim commands and includes a downloadable one-page cheat sheet for future reference.

Read more

How to Install LAMP Stack on CentOS 8

July 19, 2020

The LAMP stack consists of open-source software required for web development. Install and configure the LAMP stack on your CentOS 8 server by following this step-by-step tutorial.

Read more

What is Kubernetes DaemonSet and How to Use It?

July 16, 2020

The article contains an in-depth analysis of DaemonSets and practical examples of how best to implement DaemonSets in a running Kubernetes environment.

Read more

How to Install MongoDB on CentOS 8

July 15, 2020

MongoDB allows storing different fields in different documents, without a permanently fixed data structure. To set up MongoDB on CentOS 8, follow this step-by-step guide and install and configure the popular NoSQL database.

Read more

How to Create Keyspace in Cassandra

July 14, 2020

Find out how to quickly create different kinds of keyspaces by following the examples in this tutorial. Once you create a keyspace, you can follow the instructions to learn how to alter or delete Cassandra keyspaces.

Read more

How to Use Linux Cat Command (With Examples)

July 13, 2020

The cat command, short for concatenate, is used to display the contents of one or more files, without having to open the file for editing. Learn how to use the cat command by following this article.

Read more

How to use Linux Shutdown Command with Examples

July 5, 2020

The shutdown command is used to shut down the system immediately, schedule a shutdown, inform users of such processes, or even cancel it. LEarning how to use the shutdown command is important for any Linux user.

Read more

How to Drop a Table in MySQL

June 30, 2020

The DROP statement is a simple method to remove entire tables from your databases. It provides several versatile options that allow you to automate specific tasks. This tutorial also shows how to create a custom piece of code to remove tables based on character strings.

Read more

How to Import a CSV file into a MySQL database?

June 28, 2020

The article explains how to import a CSV file into a MySQL database using the command line or phpMyAdmin. Also, find out how to exclude the header row from the CSV and speed up the importation process.

Read more
1 59 60 61 62 63 75