Jan
26
发条消息就能破解iPhone?
Published 14:01 Jan 26, 2024 by @ezra.
#Hacking# 前几天在网上冲浪的时候看到了一条相当震撼的消息:
简单来讲,就是主打封闭安全的 iPhone ,不仅被攻击者发现了漏洞成功入侵,完全控制整个手机。
更加抽象的是入侵的还是知名杀毒软件卡巴斯基团队成员的...
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...