UNIX/Linux

Install WordPress with Nginx on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Install WordPress with Nginx on Ubuntu 18.04

URL: https://www.progressiverobot.com/install-wordpress-nginx-ubuntu/ WordPress is one of the most popular and open source content management system (CMS) with a whopping 60% of market share as compared with other CMS like Drupal or Joomla. WordPress can be used to develop any kind of website, be it for a blog, a small business or for a large enterprise. […]

Read more
What are the Different Types of Shells in Linux? — step-by-step Linux tutorial on Progressive Robot

What are the Different Types of Shells in Linux?

Discover the essentials of Linux shells in our comprehensive tutorial. Learn what a shell is, is importance, and explore various types of Linux shells including Bourne, Bash, C, Korn and Z shell.Understand their unique properties and functions to determine the best shell for your specific task.

Read more
How to install WordPress on Ubuntu — step-by-step Linux tutorial on Progressive Robot

How to install WordPress on Ubuntu

URL: https://www.progressiverobot.com/install-wordpress-on-ubuntu/ In this article, we will focus on how to install WordPress on Ubuntu 18.04. WordPress is a free and open-source content management platform based on PHP and MySQL. It’s the world’s leading blogging and content management system with a market share of over 60%, dwarfing its rivals such as Joomla and Drupal. WordPress […]

Read more
What to do after installing Arch Linux? — step-by-step Linux tutorial on Progressive Robot

What to do after installing Arch Linux?

URL: https://www.progressiverobot.com/steps-after-installing-arch-linux/ A vanilla Arch Linux installation gives you your base operating system with no utilities, allowing you to choose what you want your Operating System to behave like. This allows the user to have complete access over their operating system. A vanilla installation leaves you with nothing more than just a black screen which […]

Read more
The dpkg Command in Linux - A Beginners Reference — step-by-step Linux tutorial on Progressive Robot

The dpkg Command in Linux – A Beginners Reference

Let's discuss the dpkg command in Linux in this article. Packages help in delivering or installing any application on a Linux system. Essentially, packages are compressed archive of the files and dependencies required to install a program or service. These packages are used when you want to install a new program or service on their […]

Read more
How To Execute a Command with a Shell Script in Linux — step-by-step Linux tutorial on Progressive Robot

How To Execute a Command with a Shell Script in Linux

Introduction Shell is a command-line interpreter that allows the user to interact with the system. It is responsible for taking inputs from the user and displaying the output. Shell scripts are a series of commands written in order of execution. These scripts can contain functions, loops, commands, and variables. Scripts are useful for simplifying a […]

Read more
Linux ps command - 20 Real Life Examples — step-by-step Linux tutorial on Progressive Robot

Linux ps command – 20 Real Life Examples

URL: https://www.progressiverobot.com/linux-ps-command/ The ps command, short for Process Status, is a command line utility that is used to display or view information related to the processes running in a Linux system. As we all know, Linux is a multitasking and multiprocessing system. Therefore, multiple processes can run concurrently without affecting each other. The ps command […]

Read more
CHAT