| by Scott Kilroy

Linux Magazine Full Feed 2023-04-04 12:39:25

This month in Linux Voice.

Read More
| by Scott Kilroy

Repositories for energy-saving software

A number of open source projects offer tools for analyzing energy usage in software.

Read More
| by Scott Kilroy

TUXEDO OS 2 Preview in test

The popular Linux PC forge TUXEDO extends Ubuntu to include the latest KDE packages and says goodbye to Snap for its in-house TUXEDO OS distribution. The latest version is suitable for any PC.

Read More
| by Scott Kilroy

The disaster of MIPI cameras on Linux

Linux users have long gotten used to the standard hardware in their systems working perfectly. Recently, however, things have gotten dicey for webcams supporting the MIPI specification. We’ll tell you why and what to do about it.

Read More
| by Scott Kilroy

Viewing wildlife with a Pi Zero photo trap

Armed with no more than a Raspberry Pi photo trap, you can discover who pays a visit to your garden at night.

Read More
| by Scott Kilroy

A command-line dictionary tool

With the dict client, you can quickly search dozens of natural language dictionary databases for the perfect word.

Read More
| by Scott Kilroy

Energy-efficient programming with Go and beyond

Go has a reputation for producing energy-saving applications, but you still have to know what you are doing.

Read More
| by Scott Kilroy

Let an AI chatbot do the work

The electronic brain behind ChatGPT from OpenAI is amazingly capable when it comes to chatting with human partners. Mike Schilli picked up an API token and has set about coding some small practical applications.

Read More
| by Arround The Web

How to Detach Child Pop-up windows from Parent in Ubuntu 22.04

In Ubuntu, Fedora and other Linux with GNOME desktop, you may found that many applications have child dialogues attached to parent windows. For example, when opening ‘About’ dialog for Files or adding custom shortcut in System Settings. The parent window will always attach the pop-up child dialog. User can not move it out of the […]

Read More
| by Arround The Web

How to Move the Home Folder to Another Partition in Linux

When installing Linux, it’s good to give the Home folder its own partition. This guide shows how to move the Home folder to another partition.
The post How to Move the Home Folder to Another Partition in Linux appeared first on Linux Today.

Read More
| by Arround The Web

CodeFormer: Face Restoration Machine Learning Tool

CodeFormer is command-line software which offers blind face restoration using a Transformer-based prediction network. Learn more here.
The post CodeFormer: Face Restoration Machine Learning Tool appeared first on Linux Today.

Read More
| by Arround The Web

How to Install FreeIPA on Rocky Linux 9

FreeIPA is an open-source identity management solution for Linux/Unix operating systems. Here’s how to install and set up FreeIPA on Rocky Linux 9.
The post How to Install FreeIPA on Rocky Linux 9 appeared first on Linux Today.

Read More
| by Arround The Web

Bloomberg’s FOSS Fund Gives $10k to Open Source Projects

Bloomberg — yes that Bloomberg — is offering financial help to open source projects through its new FOSS Fund. Through the endeavor, Bloomberg hopes to “help maintain and sustain” the…

The post Bloomberg’s FOSS Fund Gives $10k to Open Source Projects is from OMG! Linux and reproduction without permission is, like, a nope.

Read More
| by Arround The Web

How to encrypt a file on Linux (and when you should)

If you’re looking for the easiest method of protecting a file behind a layer of encryption in Linux, here are two easy ways to make this work.

Read More
| by Arround The Web

Python Delete File If Exists

To remove a file only if it exists, use the remove() method and the unlink() methods. However, you need to wrap these methods in try-except statements.

Read More
| by Arround The Web

Automate PostgreSQL database deployment using RHEL System Roles

The new PostgreSQL System Role helps speed and simplify deployment and management of PostgreSQL servers in Red Hat Enterprise Linux (RHEL).
Read More at Enable SysadminThe post Automate PostgreSQL database deployment using RHEL System Roles appeared fi…

Read More
| by Arround The Web

nvtop Command: Awesome Linux Task Monitor for NVIDIA, AMD, Intel GPUs

The nvtop command is an excellent task monitor. Here’s how to install the nvtop command on your Linux distro to monitor GPU tasks.
The post nvtop Command: Awesome Linux Task Monitor for NVIDIA, AMD, Intel GPUs appeared first on Linux Today.

Read More
| by Arround The Web

8 Useful Commands to Monitor Swap Space Usage in Linux

The post 8 Useful Commands to Monitor Swap Space Usage in Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .Linux memory management is an essential aspect of every System Administrator to improve the performance of a Linux system. It i…

Read More
| by Arround The Web

How to Add Swap Space on Ubuntu Linux

The post How to Add Swap Space on Ubuntu Linux first appeared on Tecmint: Linux Howtos, Tutorials & Guides .One of the simplest ways of watching against out-of-memory problems in applications is to increase some swap size in your server. In this articl…

Read More
| by Arround The Web

Linux Terminal Basics #8: Move Files and Directories (Cut-Paste Operation)

In the eighth chapter of the Terminal Basics series, learn about moving files and directories using the mv command in Linux.

Read More