Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

83 total results found

Fonts in GNOME Flatpak apps are not anti-aliased on non-GTK desktops

Arch Linux Troubleshooting

Under Wayland GNOME apps get their anti-aliasing settings from XDG Portals. To make fonts look nice in GNOME apps on Wayland and a non-GTK desktop (e.g. KDE Plasma) you need the appropriate portal installed: pacman -S xdg-desktop-portal-gtk Then, restart the ...

SimCity 3000 Unlimited

Arch Linux Games

Widescreen hack SimCity 3000 does only support a set amount of resolutions, widescreen resolutions are not natively supported. You can work around that by editing the main executable file in a hex editor. Open the main executable file SC3U.exe in a hex editor ...

UT2004 (Atari DVD Release Version)

Arch Linux Games

Install from the DVD. Navigate to the location the DVD was mounted at and run: sudo sh ./linux-installer.sh Follow the installation steps. After installation completes do not run the game immediately after install. Patch first! Patch to latest version The pat...

Media Management

exiftool

Rename photos based on EXIF metadata exiftool -d '%Y-%m-%d %H-%M-%S.%%e' '-filename<EXIF:DateTimeOriginal' '-FileCreateDate<EXIF:DateTimeOriginal' -ExtractEmbedded . Apple MOV videos exiftool -d '%Y-%m-%d %H-%M-%S.%%e' '-filename<MediaCreateDate' '-FileCreate...

Ext4: the reliable all-rounder

Linux (General) Linux File Systems

Ext4 (Fourth Extended File System) is a high-performance, journaling file system widely used in Linux environments. It is an evolution of its predecessors, Ext3 and Ext2. Ext4 is the default file system for many Linux distributions, as it is battle-tested and ...

Btrfs: modern and feature-packed

Linux (General) Linux File Systems

Btrfs (B-tree File System) is a modern, copy-on-write (COW) file system for Linux designed to address the limitations of older file systems like Ext4. It provides advanced features such as snapshots, data integrity verification, built-in volume management, and...

XFS: the workhorse

Linux (General) Linux File Systems

XFS is a high-performance journaling file system created by Silicon Graphics, Inc. for their IRIX workstations. XFS is particularly proficient at parallel I/O due to its allocation group based design. This enables extreme scalability of I/O threads, filesystem...

ZFS: the file system to end all file systems

Linux (General) Linux File Systems

ZFS (Zettabyte File System) is a high-performance, advanced file system originally developed by Sun Microsystems (now part of Oracle) for the Solaris operating system. ZFS combines both a file system and a volume manager, providing integrated management of sto...

Introduction

Linux (General)

By itself Linux is just a kernel, the core component of an operating system that talks to the hardware and manages access to it. To make it an actual operating system in the common sense, other components are required. Distributions This is what Linux distribu...

GNOME Flatpaks

Arch Linux Software

Core apps Name ID Description Calculator org.gnome.Calculator Perform arithmetic, scientific or financial calculations Calendar org.gnome.Calendar Manage your schedule Calls org.gnome.Calls Make phone and SIP calls Camera org.gnome.Snapshot Take p...

OpenTTD

Arch Linux Games

OpenTTD is an open source simulation game based upon the popular Microprose game "Transport Tycoon Deluxe", written by Chris Sawyer. It attempts to mimic the original game as closely as possible while extending it with new features. OpenTTD is available from t...