today's howtos
-
Fabio Alessandro Locati: Nebula VPN split configuration
We have had Nebula VPN within the Fedora repositories for a couple of years. A couple of months ago, I changed the default systemd service unit. More specifically, this is the change:
-ExecStart=/usr/bin/nebula -config /etc/nebula/config.yml +ExecStart=/usr/bin/nebula -config /etc/nebula Although the change is only a few characters, this change allows for a much more flexible use of Nebula. Before this change, the configuration could only be placed in the config.yaml file. After this change, all YAML files in the folders will be read, merged, and used as configuration.
-
Adam Young: FreeIPA: whoami via curl
Assuming PRINCIPAL is your Kerberos principal and $IPASERVER is the FQDN of your server, you can query your identity on the IPA server via curl: [...]
-
idroot
-
ID Root ☛ How To Clear Logs of Docker Container
Docker has transformed the way developers deploy applications by providing a flexible and efficient containerization platform. However, one challenge that accompanies this innovation is the management of logs generated by Docker containers. Over time, these logs can accumulate and consume significant disk space, affecting system performance.
-
ID Root ☛ How To Disable SELinux on Fedora 41
Security-Enhanced GNU/Linux (SELinux) is a powerful security mechanism that provides an additional layer of protection to GNU/Linux systems. It was developed by the National Security Agency (NSA) and is designed to enforce Mandatory Access Control (MAC) policies.
-
ID Root ☛ How To Install Fail2Ban on Fedora 41
In today’s digital landscape, safeguarding your server from unauthorized access is crucial. Fail2Ban is an effective intrusion prevention software that helps protect your Fedora 41 system from brute-force attacks. By monitoring log files and banning IP addresses that exhibit malicious behavior, Fail2Ban enhances your server’s security posture.
-
ID Root ☛ How To Install GStreamer on AlmaLinux 9
GStreamer is a powerful multimedia framework that allows developers to create applications for handling audio and video streams. With its extensive range of plugins and capabilities, GStreamer is widely used in media players, streaming services, and multimedia processing applications.
-
ID Root ☛ How To Install LAMP Stack on Fedora 41
The LAMP stack is a powerful and popular combination of open-source software used for web development and hosting. LAMP stands for Linux, Apache, MySQL (or MariaDB), and PHP. This robust setup provides a solid foundation for creating dynamic websites and web applications.
-
ID Root ☛ How To Install Audacity on Linux Mint 22
Audacity is a powerful, free, and open-source audio editing software that has gained immense popularity among musicians, podcasters, and sound engineers alike. With its user-friendly interface and extensive features, it allows users to record, edit, and mix audio tracks effortlessly. For those using Linux Mint 22, installing Audacity can enhance your audio editing experience significantly
-
ID Root ☛ How To Install Java on Fedora 41
Java is a versatile and widely-used programming language, essential for developing applications across various platforms. Whether you’re building web applications, mobile apps, or enterprise software, having Java installed on your system is crucial.
-
ID Root ☛ How To Install Brave on Fedora 41
In the ever-evolving landscape of web browsers, Brave stands out as a unique option that prioritizes user privacy and security.
-
ID Root ☛ How To Install ProjectSend on AlmaLinux 9
In today’s digital landscape, efficient file sharing and management are crucial for businesses of all sizes. ProjectSend is a powerful open-source application designed to facilitate secure file sharing with clients, making it an invaluable tool for professionals.
-
ID Root ☛ How To Install FreeRADIUS on AlmaLinux 9
FreeRADIUS is one of the most widely used open-source RADIUS servers, providing essential services for authentication, authorization, and accounting (AAA) in network management. It is particularly valuable for organizations that require secure access control for users and devices.
-