How to Install MariaDB on Debian/Ubuntu

In this tutorial, we will discuss how to install MariaDB on Debian/Ubuntu operating system. Talking about MariaDB, It is open-source software under the MariaDB foundation. It was developed by MySQL developers. MariaDB is an alternative to MySQL with a few limitations. Even in XAMPP, MySQL is replaced with MariaDB. MariaDB supports both structured and semi-structured …

How to Install MariaDB on Debian/Ubuntu Read More »

The wc Command in Linux

In this tutorial, we are going to discuss wc command in Linux. Basically, the wc command stands for Word-Count in Linux. ‘wc’ command is used to count the no. of lines, words, and characters in Linux. You just need to mention the file name on which you want to perform count command. The syntax for …

The wc Command in Linux Read More »

The curl command in Linux

In this tutorial, we are going to discuss curl command in Linux. Basically, the curl command is used to access and download files on a remote server. Since even HTML documents are files, the curl command can extract entire web pages and save them on your local disk. Let’s find out how to use the …

The curl command in Linux Read More »

Grep command in Linux

In this tutorial, we are going to learn how to use grep command in Linux. We use grep command to search within files or output of text. Grep command can also be combined with other commands with the use of the pipe “|” operator. The grep command in Linux can be used to search a …

Grep command in Linux Read More »