news
today's howtos
-
Linuxize ☛ parted Cheatsheet
Quick reference for parted commands: inspect disks, create GPT and MBR tables, add aligned partitions, manage flags, resize boundaries, and remove partitions safely
-
Lee Yingtong Li ☛ SIGFPE (Floating point exception) on Citrix Workspace for Linux
On Linux, Citrix Workspace (wfica; icaclient 26.04.0.105) crashes, printing the following error message to console: [...]
-
OSTechNix ☛ A Beginner's Guide to systemd Timers (2026)
If you have used Linux for a while, you probably know cron jobs. You use it to run a script every night at 2 AM, or every 5 minutes. Most modern Linux systems (Debian, Ubuntu, Fedora, Arch, RHEL) use systemd as the init system, and systemd has its own way to schedule jobs. We call these timer units.
Systemd Timers do the same job as cron, but they plug into the rest of systemd. That means you get proper logging, dependency handling, and resource control for free.