Linux Today
Kdenlive Video Editor Introduces New Background Removal Feature
As we approach the new year, the Kdenlive team shared a preview of one of its most highly requested features: a modern background removal tool. Here’s more on that!
The post Kdenlive Video Editor Introduces New Background Removal Feature appeared first on Linux Today.
Ghostty – The Fast GPU-Accelerated Terminal Emulator for Linux
The terminal emulator landscape is undergoing a transformation, with developers reimagining the console to take advantage of modern hardware, GPU acceleration, containerized workflows, and even AI/LLMs in some cases.
One of the latest entrants to this space is Ghostty, an open-source and cross-platform terminal emulator created by Mitchell Hashimoto, the co-founder of HashiCorp.
Hashimoto’s goal with Ghostty was clear: to build a terminal emulator that is fast, feature-rich, and provides a platform-native GUI, all while remaining cross-platform.
The first public release, which arrived around Christmas, introduced us to a promising new tool that hints at the future of terminal emulation.
The post Ghostty – The Fast GPU-Accelerated Terminal Emulator for Linux appeared first on Linux Today.
Chimera Linux Hits Beta, It’s More than Exciting
Chimera Linux enters beta! It’s a non-GNU, rolling release, systemd-free distro that embraces FreeBSD’s essence and the KISS philosophy.
The post Chimera Linux Hits Beta, It’s More than Exciting appeared first on Linux Today.
9to5Linux Weekly Roundup: December 29th, 2024
As the holiday break continues, this week we only got a few distro releases including the alpha version of the up-and-coming Serpent OS independent distro, 4MLinux mini distro, Debian-based siduction Linux, and Alpine Linux-based postmarket OS for mobile devices.
In addition, we got a couple of major open-source software releases, namely Amarok 3.2 and Mixxx 2.5. Below, you can check out this week’s hottest news and access all the distro and package downloads released this past week in the 9to5Linux weekly roundup for December 29th, 2024.
The post 9to5Linux Weekly Roundup: December 29th, 2024 appeared first on Linux Today.
Amarok 3.2 “Punkadiddle” Music Player Officially Released, Now Ported to Qt 6
Coming almost five months after Amarok 3.1, the Amarok 3.2 release introduces initial porting to the latest Qt 6 and KDE Frameworks 6 technologies. This means that the application can now be compiled from sources against these technologies if integrators want to offer their users a more modern interface.
The post Amarok 3.2 “Punkadiddle” Music Player Officially Released, Now Ported to Qt 6 appeared first on Linux Today.
Best Linux Distro of 2024? There Is No Such Thing!
Looking for the best Linux distro of 2024? Well, I have news for you. There is no such thing! Here’s why.
The post Best Linux Distro of 2024? There Is No Such Thing! appeared first on Linux Today.
Slackware-Based Zenwalk Current 2024 “Santa Claus” Edition Released
The new Zenwalk Linux 2024 “Santa Claus” edition: a stable Slackware-based ISO with Xfce 4.20, system upgrades, and the latest kernel.
The post Slackware-Based Zenwalk Current 2024 “Santa Claus” Edition Released appeared first on Linux Today.
How to Append a Line After a String in a File Using sed Command
If you’re working with text files on a Linux system, you may need to modify the contents of those files. One useful tool for this task is sed, which stands for stream editor, which allows you to perform various text manipulations, such as replacing text, deleting lines, and adding new lines.
In this article, we’ll show you how to use sed to add a new line after a specific string in a file.
The post How to Append a Line After a String in a File Using sed Command appeared first on Linux Today.
How to Set Up an AI Development Environment on Ubuntu
Artificial Intelligence (AI) is one of the most exciting and rapidly evolving fields in technology today. With AI, machines are able to perform tasks that once required human intelligence, such as image recognition, natural language processing, and decision-making.
If you’re a beginner and want to dive into AI development, Linux is an excellent choice of operating system, as it is powerful, flexible, and widely used in the AI community.
In this guide, we’ll walk you through the process of setting up an AI development environment on your Ubuntu system.
The post How to Set Up an AI Development Environment on Ubuntu appeared first on Linux Today.
How to Use sed for Dynamic Number Replacement in Linux
The sed command, short for Stream Editor, is a powerful text processing tool in Linux, which is widely used for text manipulation tasks, including searching, finding and replacing text, and even performing advanced scripting.
This article will guide you through the basics of sed, explain how to use it for dynamic number replacement, and provide practical examples for beginners.
The post How to Use sed for Dynamic Number Replacement in Linux appeared first on Linux Today.
Ghostty 1.0 Released, A New GPU-Accelerated Terminal Emulator
Meet Ghostty 1.0: The GPU-accelerated terminal emulator exits beta after two years, challenging Kitty and Alacritty with its speed and features.
The post Ghostty 1.0 Released, A New GPU-Accelerated Terminal Emulator appeared first on Linux Today.
An Introduction To Wiki.js, a Modern, Lightweight and Powerful Wiki Software Built on NodeJS
Wiki.js is a powerful and extensible open source wiki software to create the perfect wiki and knowledge base documentation.
The post An Introduction To Wiki.js, a Modern, Lightweight and Powerful Wiki Software Built on NodeJS appeared first on Linux Today.
12 Best Free and Open Source TypeScript-Based Web Content Management Systems
Here are our favorite TypeScript-based web content management systems. They are all free and open source software.
The post 12 Best Free and Open Source TypeScript-Based Web Content Management Systems appeared first on Linux Today.
How to Install FreshRSS with Docker: A Step-by-Step Guide
Learn how to install FreshRSS, a self-hosted RSS feed aggregator, with Docker in just a few easy steps and centralize your news feed experience.
The post How to Install FreshRSS with Docker: A Step-by-Step Guide appeared first on Linux Today.
StackLok Is Making Security ‘Boring’ for Open-Source AI-Assisted Devs
Stacklok’s new CodeGate software removes many of the pain points and security traps for those developing using AI tools.
The post StackLok Is Making Security ‘Boring’ for Open-Source AI-Assisted Devs appeared first on Linux Today.
2024 Recap: Linux & FOSS Ecosystem’s Highlights
Discover the biggest Linux updates, top FOSS breakthroughs, and community-driven innovations shaping the open-source landscape in 2024.
The post 2024 Recap: Linux & FOSS Ecosystem’s Highlights appeared first on Linux Today.
How to Use awk to Perform Arithmetic Operations in Loops
awk is a scripting language designed for text processing and data extraction, which reads input line by line, splits each line into fields, and allows you to perform operations on those fields. It’s commonly used for tasks like pattern matching, arithmetic calculations, and generating formatted reports.
The post How to Use awk to Perform Arithmetic Operations in Loops appeared first on Linux Today.
Parabolic – Tool To Download Web Video And Audio
Parabolic is a Qt and GTK-based utility which is a frontend for yt-dlp, a feature-rich audio/video downloader. For this article we evaluated Parabolic using Manjaro, an Arch-based distro, as well as the wonderful Ubuntu 24.10 distro.
The post Parabolic – Tool To Download Web Video And Audio appeared first on Linux Today.
Wine vs. VMs: Which Is Better for Running Windows Apps on Linux?
Let’s find out which is better for running apps or games on Linux: wine and its wrappers or virtual machine’s compatibility?
The post Wine vs. VMs: Which Is Better for Running Windows Apps on Linux? appeared first on Linux Today.