How to Add a Samba User in Linux

A new user needs to be added as a samba user in Linux to be able to access the samba share. The samba user can then connect to the Samba server using a samba password and access the shared resources. In this tutorial, we will walk you the procedure of adding a samba user

Source: How to Add a Samba User in Linux (LinOxide)

Improve Firefox Performance on Linux by Turning WebRender On (may also work in MacOS)

Learn how to enable WebRender in Firefox on Linux. This new tech can deliver a major performance boost by using your system’s GPU to render web content.

Source: Improve Firefox Performance on Linux by Turning WebRender On – OMG! Ubuntu!

Setting up a WireGuard VPN on the Raspberry Pi

In this project, we will show you how to set up a WireGuard VPN on the Raspberry Pi.

WireGuard is a new VPN protocol that has recently been going a lot of popularity.

There are a couple of advantages to using the WireGuard VPN on your Raspberry Pi over OpenVPN.

Source: Setting up a WireGuard VPN on the Raspberry Pi – Pi My Life Up

How to Share A Folder via SMB/CIFS Protocol in Ubuntu 20.04

This is a step by step beginner guide shows how to share a folder over local network via SMB/CIFS protocol in Ubuntu 20.04 Gnome desktop.

Source: How to Share A Folder via SMB/CIFS Protocol in Ubuntu 20.04 | UbuntuHandbook

Wake Word Detection on the Raspberry Pi with Porcupine

In this guide, you will learn how to set up Porcupine on your Raspberry Pi to enable wake word detection.

Source: Wake Word Detection on the Raspberry Pi with Porcupine – Pi My Life Up

Installation & Configuration of ClamAV Antivirus on Ubuntu 18.04 (with On-Access Scanning)

In this article, I’ll be sharing and documenting what I’ve learned during a recent situation where I had to install, setup, and configure ClamAV to run on Ubuntu 18.04 systems using real-time or as ClamAV calls it “on-access scanning”.

Source: Installation & Configuration of ClamAV Antivirus on Ubuntu 18.04 (Aaron Brighton)

How to Use IP Command in Linux with Examples

The ip command used to display, configure or manipulate routing, network interfaces, and tunnels in Linux operating systems. This comes with iproute2 collections of tools that have replaced net-tools utilities.

We have traditionally used ifconfig command which is now deprecated and now it is encouraged to use iproute2 tools.

In this tutorial, I will go through examples with explanations of how to use the ip command for administrating your Linux TCP/IP network.

Source: How to Use IP Command in Linux with Examples (LinOxide)

Rescuezilla 1.0.6 Released: Ubuntu-Based Linux Distro For System Backup

Rescuezilla is a Ubuntu-based Linux distro, and a fork of the old and abandoned ‘Redo Backup & Restore’ application. It is a complete system recovery solution that you can use for several purposes, such as full system backup, bare metal recovery, partition editing, undeleting files, and web browsing.

Source: Rescuezilla 1.0.6 Released: Ubuntu-Based Linux Distro For System Backup (Fossbytes)

Tr Command in Linux with Examples

Tr is a command used in Linux and Unix systems that translates, converts and deletes characters from standard input and writes to stdout.

Source: Tr Command in Linux with Examples (LinOxide)

3 Ways to Force Unmount Directory in Linux Showing “device is busy”

On linux when you try unmount say NFS service you might see umount device is busy message. Lets see how to fix this issue by force unmount in a graceful way.

Source: 3 Ways to Force Unmount Directory in Linux Showing “device is busy” (LinOxide)