Skip to content

Instantly share code, notes, and snippets.

View niamotullah's full-sized avatar
💭
Bored

Niamotullah niamotullah

💭
Bored
View GitHub Profile
@drygdryg
drygdryg / termux_mitmproxy_installation.md
Last active July 1, 2024 09:10
Install mitmproxy in Termux

Termux mitmrpoxy installation

Tested on Android 13 with mitmproxy 10.1.5, Python 3.11.6.

Install required system packages

pkg upgrade
pkg install python pipx rust binutils

Setup pipx:

pipx ensurepath
@Toliak
Toliak / RESEARCH.md
Last active August 1, 2024 11:03
Huawei Matebook D16 RLEF-X NVMe Laptop Disk is read-only after sleep problem research and fix

I have bought laptop Huawei Matebook D16 RLEF-X. Tried to use Arch Linux and encountered with the problem:

  1. Turn on the suspend mode (sudo systemctl suspend)
  2. Close the laptop lid
  3. Wait a few minutes
  4. Open the laptop back
  5. Use mount to see that the disk is read-only. Moreover, it determines like read-only, however, it is just broken. No zsh history, no executables, no way to poweroff without power button long-press.