
Nov
14
Flatpak commands cheat sheet
Published 12:11 Nov 14, 2023 by @ezra.
#UNIX/Linux# 安装和运行
flatpack install org.kde.kdenlive
flatpak run org.kde.kdenlive
列出已安装的 Flatpak 应用程序
```sh
fla...

Nov
14
PPSSPP Language Change on Linux
Published 12:11 Nov 14, 2023 by @ezra.
#UNIX/Linux# Change zh_CN to en_US:
sed -i 's/Language = zh_CN/Language = en_US/g' ~/.var/app/org.ppsspp.PPSSPP/c...

Nov
04
A Roadmap for Becoming a Penetration Tester in 2024
Published 14:11 Nov 04, 2023 by @ezra.
#Hacking# In today’s swiftly evolving realm of cybersecurity, the role of a penetration tester holds a greater...

Nov
01
How do I make an offline recovery USB for macOS?
Published 16:11 Nov 01, 2023 by @ezra.
#macOS#
You can use the command below to list which versions of macOS full installers are available to down...

Sep
24
arm vs aarch64 vs amd64 vs x86_64 vs x86: What's the Difference?
Published 21:09 Sep 24, 2023 by @ezra.
#Technology#
Are you someone that is confused by terms like ARM, AArch64, x86_64, i386, etc when viewing a datas...

Sep
24
Choosing the right Linux file system: Your ultimate guide
Published 21:09 Sep 24, 2023 by @ezra.
#UNIX/Linux#
Whether you are setting up a personal server, configuring a new Linux installation, or simply aimin...

Sep
04
Delete all but the most recent X files in bash
Published 10:09 Sep 04, 2023 by @ezra.
#UNIX/Linux#
To give a bit more of a concrete example, imagine some cron job writing out a file (say, a log file...

Aug
31
Bug-fix: KDE wallet is asking for password on every boot
Published 13:08 Aug 31, 2023 by @ezra.
#UNIX/Linux# After recent updates KDE wallet is asking for password after system starts and Wi-Fi won’t connect i...