UNIX/Linux

How to Install/Uninstall NodeJS on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How to Install/Uninstall NodeJS on Ubuntu 18.04

URL: https://www.progressiverobot.com/install-uninstall-nodejs-ubuntu/ NodeJS is a JavaScript framework that allows you to build fast network applications with ease. In this guide, we delve in and see how you can How to install NodeJS on Ubuntu 18.04. Step 1: Adding the NodeJS PPA to Ubuntu 18.04 To start off, add the NodeJS PPA to your system using […]

Read more
How to restore default repositories in Ubuntu? — step-by-step Linux tutorial on Progressive Robot

How to restore default repositories in Ubuntu?

URL: https://www.progressiverobot.com/restore-default-repositories-in-ubuntu/ Getting errors while updating system repositories or installing new software? You may get errors because your /etc/apt/source.list file is corrupted which contains the repositories details. In this article, We will see how to restore the default repositories in Ubuntu. There are four standard repositories in Ubuntu: Main Universe Restricted Multiverse Restore default repositories […]

Read more
/dev/null in Linux — step-by-step Linux tutorial on Progressive Robot

/dev/null in Linux

/dev/null in Linux is a null device file. This will discard anything written to it, and will return EOF on reading. This is a command-line hack that acts as a vacuum, that sucks anything thrown to it. Let's take a look at understanding what it means, and what we can do with this file. /dev/null […]

Read more
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
CHAT