Skip to content
Linux Nightly
  • System Administration
  • Linux Commands
  • Programming/Scripting
  • Applications
Linux Nightly
  • System Administration
  • Linux Commands
  • Programming/Scripting
  • Applications

Add User to sudoers File on Debian

June 3, 2021 / Linux Commands

This article shows how to add a user to the sudoers file on Debian Linux. This will allow a normal user to run commands with elevated privileges by prefacing a command with sudo. Without going through these steps, it’s common to receive the error message below. linuxnightly is not in the sudoers file. This incident …

Add User to sudoers File on Debian Read More »

How to Host a Node.js Website With Apache on Ubuntu

June 2, 2021 / System Administration

Node.js is a JavaScript runtime environment that can be used to create websites or web-based applications. The process for hosting a website that has been built with Node.js differs quite a bit from a “normal” HTML website, or even those that use PHP or other languages. In this guide, we’ll go over the instructions to …

How to Host a Node.js Website With Apache on Ubuntu Read More »

How to Uninstall NGINX From Ubuntu

June 2, 2021 / System Administration

NGINX is a popular choice for web servers, but if you’d like to remove the software, we’ve got you covered here. In this guide, we’ll show how to properly uninstall and remove NGINX from Ubuntu Linux. The best way to remove NGINX from Ubuntu is by using the built-in APT package manager. APT gives us …

How to Uninstall NGINX From Ubuntu Read More »

How to Install Google Chrome on Ubuntu Linux

May 28, 2021 / Applications

In this guide, we’ll see how to install the Google Chrome browser on Ubuntu Linux in a few short steps. Chrome must be downloaded from Google’s website, since it’s not included in Ubuntu’s package repos, as a result of being proprietary software. Download & Install Chrome on Ubuntu 1. Start by opening a terminal and …

How to Install Google Chrome on Ubuntu Linux Read More »

How to Log rsync Transfers on Linux

May 28, 2021 / Linux Commands

When executing the rsync command, especially with the -v (verbose) option, you’ll see related output in your terminal. But what if you need to save this output, either because you want to refer to it later, or you need to check on unattended rsync transfers? In this guide, we’ll see how to log rsync transfers …

How to Log rsync Transfers on Linux Read More »

Backup and Restore MySQL Databases via Linux Command Line

May 27, 2021 / Linux Commands

If you are running MySQL on Linux and need to back up your databases, you can use Bash commands from the terminal to accomplish the task. A simple script could even make daily backups. In this guide, we’ll show you how to backup your MySQL databases and restore data from those backups. Make a Backup …

Backup and Restore MySQL Databases via Linux Command Line Read More »

How to Install Google Chrome on Debian Linux

May 27, 2021 / Applications

In this guide, we’ll see how to install the Google Chrome browser on Debian Linux in a few short steps. Chrome must be downloaded from Google’s website, since it’s not included in Debian’s package repos, as a result of being proprietary software. Download & Install Chrome on Debian 1. Start by opening a terminal and …

How to Install Google Chrome on Debian Linux Read More »

How to Host a Killing Floor 2 Server on Ubuntu

May 23, 2021 / System Administration

This guide will explain the step by step instructions to host a Killing Floor 2 server on Ubuntu Linux. Follow along below to get your server configured and be up and running quickly. To keep things simple, we will be using /kf2 as our installation directory, and we’re assuming that you are doing everything with …

How to Host a Killing Floor 2 Server on Ubuntu Read More »

How to Reset Forgotten Root Password on Fedora

May 9, 2021 / System Administration

Help! I’ve forgotten the root password! Even if you’ve forgotten the root password to your Fedora Linux system, it’s pretty easy to recover access to the root account by setting a new password. In this guide, we’ll show you how to set a new password for your root account in a few short steps. Reset …

How to Reset Forgotten Root Password on Fedora Read More »

How to Reset Forgotten Root Password on Ubuntu

May 8, 2021 / System Administration

Help! I’ve forgotten the root password! Even if you’ve forgotten the root password to your Ubuntu Linux system, it’s pretty easy to recover access to the root account by setting a new password. In this guide, we’ll show you how to set a new password for your root account in a few short steps. Reset …

How to Reset Forgotten Root Password on Ubuntu Read More »

Posts navigation
← Previous Page 1 … 13 14 15 … 17 Next Page →
Home About Contact Privacy Policy

Copyright © 2023 Linux Nightly