| by Scott Kilroy

How to Fix “MySQL ERROR 1819 (HY000):” in Linux

When creating a MySQL user with a relatively weak password, you might encounter the error ‘MySQL ERROR 1819 (HY000): Your password does not satisfy the current policy requirements’. Technically, this is not an error,
The post How to Fix “MySQL ERROR 18…

Read More
| by Scott Kilroy

How to Install ELK on Ubuntu 20.04

The ELK stack is known as Elastic Stack is a collection of three open-source software i.e. Elasticsearch, Kibana, and Logstash. The ELK stack is used to search, analyze, and visualize a large volume of data. Beats is an important tool […]
The post Ho…

Read More
| by Scott Kilroy

PHP 8 Keeps Open-Source Programming Language Moving Forward

The first major update of the widely deployed PHP web programming language in years brings new features that could help expand its adoption and usage.
The first major update of the widely deployed PHP web programming language in years brings new featur…

Read More
| by Scott Kilroy

Linux Complex Bash One-Liner Examples

Bash one-liners can reduce workload, automate something quickly and put the power of ultimate system control in your hands.

Read More
| by Scott Kilroy

Basename Command in Linux

basename is a command-line utility that strips directory and trailing suffix from given file names.

Read More
| by Arround The Web

BPF For Observability: Getting Started Quickly

by Kevin Dankwardt

How and Why for BPF

BPF is a powerful component in the Linux kernel and the tools that make use of it are vastly varied and numerous. In this article we examine the…

Read More
| by Scott Kilroy

3 Ways to Delete All Files in a Directory Except One or Few Files with Extensions

delete all files in a directory or simply cleanup a directory by removing all files except files of a given type (ending with a particular extension).

Read More
| by Scott Kilroy

Linux Support for Apple Silicon? This Dev is Working on it

The developer who brought Linux to the PS4 has a new target in his sights: Linux on Apple Silicon.

Read More
| by Scott Kilroy

How to Install HTTP Git Server with Nginx on Ubuntu 20.04

Git is a free and open-source versioning system developed by Linus Torvalds. It is used by millions of developers around the world. In this tutorial, we will show you how to install and configure Git HTTP server with Nginx on Ubuntu 20.04.

Read More
| by Scott Kilroy

The Best RedHat-based Linux Distributions

The post The Best RedHat-based Linux Distributions first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Red Hat Enterprise Linux is a hugely popular enterprise-level operating system that supports a diverse range of open-source technologies suc…

Read More
| by Arround The Web

Distribution Release: NethServer 7.9

NethServer is a CentOS-based Linux distribution for servers. The project’s latest release is NethServer 7.9 which replaces its original user interface with Cockpit, introduces a new panel to sync e-mail over IMAP, and brings the distribution up to dat…

Read More
| by Scott Kilroy

How to Secure Network Services Using TCP Wrappers in Linux

Learn what TCP wrappers are and how to configure them to restrict access to network services running on a Linux server.

Read More
| by Scott Kilroy

What to do in case of a Linux kernel panic

Here’s how to avoid panicking when you see a Linux kernel panic.

Read More
| by Arround The Web

Distribution Release: Univention Corporate Server 4.4-7

Univention Corporate Server is an enterprise-class distribution based on Debian. It features an integrated management system for central administration of servers. The distribution’s latest release is Univention Corporate Server 4.4-7 which improves s…

Read More
| by Scott Kilroy

Cinnamon 4.8 Desktop Environment Released, This Is What’s New

The biggest new feature in Cinnamon 4.8 includes a new suspend-then-hibernate function

Read More
| by Scott Kilroy

Cinnamon 4.8 Desktop Environment Released, This Is What’s New

The biggest new feature in Cinnamon 4.8 includes a new suspend-then-hibernate function

Read More
| by Arround The Web

Distribution Release: BlackArch Linux 2020.12.01

BlackArch Linux is an Arch Linux-based distribution designed for penetration testers and security researchers. The project has published a new snapshot, version 2020.12.01, which includes many new tools and updated packages. The project’s blog post st…

Read More
| by Scott Kilroy

How to manage ownership of files in linux

In Linux operating system, there are three types of owners; User: A user is the one who created the file. By default, whosoever, creates the file becomes the owner of the file. A user can create, delete, or modify the file. Group: A group can contain multiple users. All the users belonging to a group have same […]

The post How to manage ownership of files in linux appeared first on The Linux Juggernaut.

Read More
| by Scott Kilroy

How To Enable Timestamp For History Command In Fish Shell In Linux

Learn how to enable timestamp for history command in Fish shell in Linux.

Read More
| by Scott Kilroy

A hands-on guide to using groups in Linux

In Linux, Users can be listed in groups. Groups allow you to set permissions on the group level instead of having to set permissions for every individual user. In this guide, we will see how to get the advantage of using groups in our Linux system. Groupadd Groups can be created with the groupadd command. […]

The post A hands-on guide to using groups in Linux appeared first on The Linux Juggernaut.

Read More