
Dec
31
zsh: suspended jobs
Published 04:12 Dec 31, 2023 by @ezra.
#UNIX/Linux# I tried exiting a zsh terminal recently when I was greeted by a new error:
% exit
zsh: you have sus...

Dec
30
File System support in Ubuntu
Published 16:12 Dec 30, 2023 by @ezra.
#UNIX/Linux#
Please repleace /dev/sdXY to your device like /dev/sda1, /dev/sdb3.
How to read and write HFS+ jou...

Dec
17
Flatpak Apps Look Out of Place? Here's How to Apply GTK Themes on Flatpak Applications
Published 15:12 Dec 17, 2023 by @ezra.
#Technology# One of the reasons why some users avoid installing Flatpak apps is that most Flatpak apps don’t chan...

Nov
20
Using uname command in Linux [Output Explained]
Published 21:11 Nov 20, 2023 by @ezra.
#UNIX/Linux#
The uname stands for Unix Name and this useful command provides users with important system informa...

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....

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...