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