Skip to content

Instantly share code, notes, and snippets.

View mr00k3's full-sized avatar

mr00k3 mr00k3

  • Poland
  • 10:27 (UTC +02:00)
  • X @mr00k3
View GitHub Profile
@mr00k3
mr00k3 / idk
Created March 25, 2024 14:11
some nice foss apps for macos
some nice foss apps for macos
https://github.com/serban/menubar-ticker song title in top bar
https://github.com/exelban/stats computer stats in top bar
@mr00k3
mr00k3 / nh
Created March 12, 2024 03:31
NetHunter Terminal Issues fixes
chroot /data/local/nhsystem/kalifs no such file or directory
type this in androidsu terminal "ln -s /data/local/nhsystem/kali-arm64 /data/local/nhsystem/kalifs"
Terminal says it doesnt have needed permissions
uninstall it with any root uninstaller and install again
@mr00k3
mr00k3 / discord_update.sh
Created March 12, 2024 03:30
Discord update or install shell script
rm -rf discord*.deb
wget "https://discord.com/api/download?platform=linux&format=deb" -O discord.deb
sudo apt install ./discord.deb