<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>System Utilities on Home</title><link>https://gowt.dev/tags/system-utilities/</link><description>Recent content in System Utilities on Home</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 16 Dec 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://gowt.dev/tags/system-utilities/index.xml" rel="self" type="application/rss+xml"/><item><title>External monitor setup (xrandr)</title><link>https://gowt.dev/posts/system-utils/external-monitor/</link><pubDate>Tue, 16 Dec 2025 00:00:00 +0000</pubDate><guid>https://gowt.dev/posts/system-utils/external-monitor/</guid><description>External monitor (xrandr) Preview current display setup:
xrandr List available GPU output providers:
xrandr --listproviders Place external monitor to the right of the laptop display:
xrandr --output HDMI-1-0 --auto --right-of eDP Duplicate laptop display:
xrandr --output HDMI-1-0 --mode 1920x1080 --same-as eDP</description></item><item><title>PDF tools</title><link>https://gowt.dev/posts/system-utils/pdf-tools/</link><pubDate>Wed, 30 Jul 2025 00:00:00 +0000</pubDate><guid>https://gowt.dev/posts/system-utils/pdf-tools/</guid><description>xpdf-utils / poppler-utils Install (Debian replaces xpdf-utils with poppler-utils):
sudo aptitude install xpdf-utils Decrypt PDF and create PostScript:
pdftops -upw YOURPASSWORD-HERE input.pdf Creates input.ps.
Convert PostScript back to PDF (no password):
ps2pdf input.ps qpdf Decrypt a restricted PDF:
qpdf --decrypt restricted-input.pdf unrestricted-output.pdf pdftk Install:
sudo aptitude install pdftk Add / edit PDF bookmarks (outline) Export metadata:
pdftk book.pdf dump_data &amp;gt; meta.txt Add bookmarks at the end of meta.txt:
BookmarkBegin BookmarkTitle: Chapter 1 Introduction BookmarkLevel: 1 BookmarkPageNumber: 5 Subsections must follow parent level:</description></item><item><title>Fastfetch</title><link>https://gowt.dev/posts/system-utils/fastfetch/</link><pubDate>Wed, 09 Jul 2025 00:00:00 +0000</pubDate><guid>https://gowt.dev/posts/system-utils/fastfetch/</guid><description>Install Download Fastfetch from GitHub:
https://github.com/fastfetch-cli/fastfetch
Install the .deb package.
Usage Run Fastfetch:
fastfetch Use a specific distro logo:
fastfetch --logo debian Show all information:
fastfetch -c all.jsonc Query a specific module in JSON format:
fastfetch -s &amp;lt;module&amp;gt; --format json Modules Replace &amp;lt;module&amp;gt; with one of the supported modules (CPU, GPU, Memory, Disk, OS, Kernel, Network, etc.). Full list is available in the Fastfetch repository documentation.
Auto-run on terminal start Edit bash configuration:</description></item><item><title>btop</title><link>https://gowt.dev/posts/system-utils/btop/</link><pubDate>Tue, 29 Apr 2025 00:00:00 +0000</pubDate><guid>https://gowt.dev/posts/system-utils/btop/</guid><description>Install sudo aptitude install btop</description></item><item><title>Debian 13</title><link>https://gowt.dev/posts/system-utils/debian13/</link><pubDate>Wed, 05 Mar 2025 00:00:00 +0000</pubDate><guid>https://gowt.dev/posts/system-utils/debian13/</guid><description>This note documents replacing Windows with Debian 13 (Trixie) on an HP laptop, including BIOS setup, offline install, and post-install configuration.
1. Booting Debian Create bootable USB Download the firmware-included ISO from:
https://www.debian.org/distrib/
Example: debian-13.1.0-amd64-DVD-1.iso
Create USB using Rufus (https://rufus.ie):
Partition scheme: GPT Target system: UEFI (non-CSM) BIOS / UEFI (HP) Reboot → press F10 → BIOS Security → Secure Boot Configuration → Disable Secure Boot Reboot → press F9 Select UEFI: &amp;lt;USB device&amp;gt; Install Debian Choose Graphical Install Skip network drivers if not detected Use Guided partitioning Set root password Create normal user Display manager If multiple desktops are installed:</description></item></channel></rss>