today's howtos
-
How to Run ChromeOS Flex From a USB Drive
Google launched ChromeOS along with Chromebooks in 2011. The idea was to deliver an economical laptop that could handle basic productivity tasks with ease. It was a fairly lightweight operating system that didn’t need many underlying hardware resources to work.
After a few years, Google decided to not confine it to Chromebooks and released a lightweight OS that everyone could run on average systems.
-
How To Install ModSecurity with Nginx on Ubuntu 22.04 LTS - idroot
In this tutorial, we will show you how to install ModSecurity with Nginx on Ubuntu 22.04 LTS. For those of you who didn’t know, ModSecurity is a free and open-source Web Application Firewall (WAF) that protects your website from several types of attacks, including cross-site scripting (XSS), SQL injection, session hijacking, and many more. It also allows for HTTP traffic monitoring, logging, and real-time analysis. ModSecurity was created as a module for the Apache HTTP Server. However, since its early days, the WAF has grown and now covers an array of HyperText Transfer Protocol request and response filtering capabilities for various platforms such as Microsoft IIS, Nginx, and Apache.
This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of ModSecurity 3 with Nginx on Ubuntu 22.04 (Jammy Jellyfish). You can follow the same instructions for Ubuntu 22.04 and any other Debian-based distribution like Linux Mint, Elementary OS, Pop!_OS, and more as well.
-
Install TheHive on Ubuntu 22.04/Ubuntu 20.04 - kifarunix.com
Follow through this tutorial to learn how to install TheHive on Ubuntu 22.04/Ubuntu 20.04 server.
-
The success continues – 6th edition of ‘Getting started with Linux’ available
In the editorial, Hans-Georg Eßer, Editor in Chief, highlights that “installing and using Linux has become so easy that there’s no good reason to stick with Windows”. We who live in a Linux world for many years know for quite a while that Linux is ‘the better Windows’. But still – there are people out there who somehow do not dare to touch Linux in their private environment, on their laptops and desktops. Fortunately, the Linux Magazine remains defiant in fighting ignorance with education. The 2022 edition of “Getting Started with Linux” features the latest version of openSUSE Leap, 15.4, and it comes with a DVD containing the software so you can simply check it out yourself.
-
Get fresh SLE Micro 5.3 docs – all you need to be productive | SUSE Communities
SUSE Linux Enterprise Micro (SLE Micro) is a lightweight and secure OS platform purpose built for containerized and virtualized workloads. It leverages the enterprise-hardened technology components of SUSE Linux Enterprise and merges that with what developers want from a modern, immutable OS platform. As a result, you get an ultra-reliable infrastructure platform that is also simple to use and comes out-of-the-box with best-in-class compliance. SLE Micro is well suited for any decentralized computing environment such as edge, embedded or IoT deployment without vendor lock-in. Using SUSE Linux Enterprise Micro, you can build and scale differentiating edge systems across a wide range of industries including aerospace, telecom, automotive, defense, healthcare, hospitality, and manufacturing.
With the recent release of SLE Micro 5.3, we have also published fresh and shiny new documentation – once again, my colleagues Jana Halackova (for the docs) and Lukáš Kucharczyk (for the release notes) did a fantastic job here!
-
How to install Wire Desktop on Linux Mint 21
Today we are going to look at how to install Wire Desktop on Linux Mint 21.
Firstly, we download the application, and then open and install it with the built-in installer.
-
How to install MultiMC on a Chromebook
Today we are looking at how to install MultiMC on a Chromebook.
If you have any questions, please contact us via a YouTube comment and we would be happy to assist you!
This tutorial will only work on Chromebooks with an Intel or AMD CPU (with Linux Apps Support) and not those with an ARM64 architecture CPU.
-
Why K8s deployments need `matchLabels` keyword
To create a Kubernetes deployment, we must specify the matchLabels field, even though its value must match the one we specify in the template. But why? Cannot Kubernetes be smart enough to figure it out without us being explicit?