Feed aggregator
6.11.4: stable
6.6.57: longterm
6.1.113: longterm
5.15.168: longterm
5.10.227: longterm
10/17 MIRACLE 8.10
next-20241017: linux-next
How to Install and Secure MongoDB on Ubuntu 24.04
MongoDB is an open-source, cross-platform, and distributed NoSQL (non-SQL or Non-Relational) database system. In this guide, we’ll show you how to install MongoDB on an Ubuntu 24.04 server.
The post How to Install and Secure MongoDB on Ubuntu 24.04 appeared first on Linux Today.
[$] LWN.net Weekly Edition for October 17, 2024
How to Install Fail2ban on Ubuntu 24.04 Server
Fail2ban is free and open-source IPS (Intrusion Prevention Software) that helps administrators secure Linux servers against malicious login and brute-force attacks. In this guide, you’ll learn how to install Fail2ba on Ubuntu 24.04 server.
The post How to Install Fail2ban on Ubuntu 24.04 Server appeared first on Linux Today.
13 Best Free and Open Source Command-Line Python Application Development Tools
Python comes with several different libraries that allow you to write a command line interface for your scripts. Here are 13 of the best application development tools.
The post 13 Best Free and Open Source Command-Line Python Application Development Tools appeared first on Linux Today.
Solus 4.6 “Convergence” Released, Here’s What’s New
Solus 4.6 debuts with Linux kernel 6.10, Usr-Merge, new multimedia defaults, and upgraded Mesa 24.2 for better hardware support.
The post Solus 4.6 “Convergence” Released, Here’s What’s New appeared first on Linux Today.
Forgejo 9.0 released
[$] Using LKMM atomics in Rust
Rust, like C, has its own memory model describing how concurrent access to the same data by multiple threads can behave. The Linux kernel, however, has its own ideas. The Linux kernel memory model (LKMM) is subtly different from both the standard C memory model and Rust's model. At Kangrejos, Boqun Feng gave a presentation about the need to reconcile the memory models used by Rust and the kernel, including a few potential avenues for doing so. While no consensus was reached, it is an area of active discussion.
36 Useful Apache ‘.htaccess’ Tricks for Security and Performance
The .htaccess file is a powerful configuration file used on Apache-based web servers to manage and modify settings at the directory level. By modifying .htaccess file, you can control many aspects of your website’s behavior without needing to alter server-wide settings.
Below are 25 essential .htaccess tricks and tips that can help improve your site’s security, performance, and SEO.
The post 36 Useful Apache ‘.htaccess’ Tricks for Security and Performance appeared first on Linux Today.
[$] Two pidfd tweaks: PIDFD_GET_INFO and PIDFD_SELF
Fwupd 2.0.1 Enhances GNOME Firmware Emulation with New API
Fwupd 2.0.1 adds API for gnome-firmware device emulation, shifts emulation-tag devices to the database, and fixes compilation issues.
The post Fwupd 2.0.1 Enhances GNOME Firmware Emulation with New API appeared first on Linux Today.
Security updates for Wednesday
Inkscape: A Powerful Free Alternative to Adobe Illustrator
Inkscape is a popular free and open-source vector graphics editor, used by artists, designers, and anyone who wants to create high-quality illustrations, icons, logos, and other types of graphics. Unlike raster images that use pixels (like in Photoshop), vector graphics are based on mathematical equations, allowing you to scale your artwork up or down without losing any quality.
Inkscape is often compared to other graphic design software such as Adobe Illustrator, but it’s completely free and available for Linux, macOS, and Windows, which makes it a go-to tool for both beginners and professionals who want to create stunning designs without breaking the bank.
The post Inkscape: A Powerful Free Alternative to Adobe Illustrator appeared first on Linux Today.
How to Add and Remove Passwords from PDF Files on Linux
Find out the CLI and GUI methods to add and remove passwords from PDF files on Linux, Windows, and macOS with a practical example.
The post How to Add and Remove Passwords from PDF Files on Linux appeared first on Linux Today.