today's howtos
-
Create Live Linux Mint USB
Seamlessly create a live USB with Linux Mint on Windows and Linux by following this guide.
-
How To Install Power Tab Editor on Ubuntu 22.04 LTS
In this tutorial, we will show you how to install Power Tab Editor on Ubuntu 22.04 LTS. Power Tab Editor is a music notation software specialized in creating guitar and bass tablatures, as well as sheet music with detailed playback capabilities.
-
Developing a syslog-ng configuration
This year I started publishing a syslog-ng tutorial series both on my blog and on YouTube: https://peter.czanik.hu/posts/syslog-ng-tutorial-toc/ And while the series was praised as the best possible introduction to syslog-ng, viewers also mentioned that one interesting element is missing from it: namely, it does not tell users how to develop a syslog-ng configuration.
-
Peter Czanik: Developing a syslog-ng configuration
This year I started publishing a syslog-ng tutorial series both on my blog and on YouTube: https://peter.czanik.hu/posts/syslog-ng-tutorial-toc/ And while the series was praised as the best possible introduction to syslog-ng, viewers also mentioned that one interesting element is missing from it: namely, it does not tell users how to develop a syslog-ng configuration.
-
How to make Linux terminal transparent
Like everything else on Linux, terminal can also be customized to fit your preferences.
To change the design of terminal, you don't have to download an extension or theme to do it.
-
Oracle Linux 7 Minimal Server installieren
In this tutorial, we show you how to install the latest version of Oracle Linux 7 on a dedicated hardware server or on a private virtual machine by using the DVD ISO image or a bootable Oracle Linux USB.
-
Install Red Hat Enterprise Linux Desktop
In this tutorial, we will learn how to install the latest graphical version of Red Hat Enterprise Linux 7 on a dedicated hardware server or on a virtual machine in a private or public cloud using the DVD ISO image or a bootable RHEL USB.
-
How to Install Apache Guacamole via Docker on Ubuntu 22.04
Apache Guacamole is a free and open-source remote desktop gateway that allows you to connect to your computer/server remotely using different protocols such as SSH, RDP, and VNC. Apache Guacamole is maintained by Apache Software Foundation, and licensed with Apache License 2.0.
-
Fixing Mirror List Error in Arch and Manjaro
If you’re in a rush and want to fix this problem quickly, just run the below command: However, I recommend you read the entire article to understand the main reason for this issue and become an informed Linux user.
-
A Beginner’s Guide to Using the Shutdown Command in Linux
Don’t you want to see the screen of your Linux machine? Either you don’t work anymore?
-
How to Set or Modify the Path Variable in Linux
The Linux command line is a powerful tool that gives you complete control over your system. But to unleash its full potential, you must understand the environment in which it operates. One crucial component of this environment is the PATH variable. It's like a guide that directs the system to where it can find the programs you're asking it to run. In this article, we will delve into what the PATH variable is, why it's important, and how to modify it to suit your needs.
-
Reverse Engineering UndefinedBehaviorSanitizer (UBScan)
While working on the Oracle Ksplice team, we have to adapt our code base to handle new features either in the Linux Kernel or user space programs so that we can continue to provide live patching to our customers. One of those features was UBSan (UndefinedBehaviorSanitizer) and the idea of this blog post is to share the investigation work that has been done as part of adding support for it in Ksplice for the Linux kernel.