Skip to content

Instantly share code, notes, and snippets.

View xiv3r's full-sized avatar

๐‘น๐’‚๐’‡๐’‡ ๐‘จ๐’๐’…๐’” xiv3r

  • Malaybalay
  • 17:33 (UTC +08:00)
View GitHub Profile
@xiv3r
xiv3r / expand-openwrt-disk_space.md
Last active November 4, 2024 09:38 — forked from shakahl/openwrt-hacking.md
OpenWrt Hacking

OpenWrt Hacking

Guides

More space for packages with extroot on your OpenWrt router

If you would like to install extra packages on OpenWrt, but you have run out of space on your routerโ€™s internal flash memory, then this tutorial is for you.

The plan is to copy the OpenWrtโ€™s root filesystem onto an external USB flash drive, and tell the router to switch to that when it boots up.

@xiv3r
xiv3r / Kali Linux GUI on Termux Android.md
Created October 21, 2023 10:32 — forked from HimDek/Kali Linux GUI on Termux Android.md
This Guide will help you install Kali Linux in Android, that too with a GUI Desktop Environment within Android. It uses Termux to run Kali Linux in Android with XFCE4 Desktop Environment and a Tight VNC Server, which we connect to using a VNC Viewer app in Android.

How to install Kali Linux GUI Desktop in Android using Termux:

This Guide will help you install Kali Linux in Android, that too with a GUI Desktop Environment within Android. It uses Termux to run Kali Linux in Android with XFCE4 Desktop Environment and a Tight VNC Server, which we connect to using a VNC Viewer app in Android.

Just Follow these steps to install Kali Linux with XFCE4 Desktop GUI in Android using Termux:

  • Download and install Termux in Android. (Play Store release is no more updated, so is not recommended.)
  • Open Termux and run the following commands:
    apt update && apt install python python2 openssh -y