Install Apache, MariaDB, PHP (LAMP) stack on Arch Linux
What is LAMP Stack? LAMP (Linux Apache MySQL PHP) consists of the Linux operating system as a development environment, the Apache HTTP Server as web …
Linux Tutorial and How's to
What is LAMP Stack? LAMP (Linux Apache MySQL PHP) consists of the Linux operating system as a development environment, the Apache HTTP Server as web …
What is a SHELL? The shell executes a program in response to its prompt. When you give a command, the shell searches for the program, …
Overall you have two ways to monitor processes at Linux host Static monitoring Interactive monitoring Static monitoring The most widely used command is ps (i.e., …
Basic ls command with all its parameters: ls -a list all files including hidden file starting with ‘.’ ls –color colored list [=always/never/auto] ls -d …
Investigate Directories For Disk Usage Sometimes it may be required to find out which directory consuming how much disk space especially when you are used …
In this tutorial, I would like to talk to you about your Linux distribution and how you can find that in which distribution you were …
Files and directories (another name for folders) are at the heart of Linux, so being able to create, view, move, and delete them from the …
A common and task of someone using the Linux Command Line (shell) are to search for files/directories with a certain name or containing certain text. …
In this tutorial, I have collected some of the useful utility commands which will include various network monitoring, system auditing or some other random command …
Linux uses some conventions for present and parent directories. This can be a little confusing for beginners. Whenever you are in a terminal in Linux, …