Skip to content

Instantly share code, notes, and snippets.

View molafir's full-sized avatar
💭
termux

MANSUOOR molafir

💭
termux
View GitHub Profile
@molafir
molafir / aria2c-webui-termux.md
Created December 5, 2022 14:46 — forked from T4P4N/aria2c-webui-termux.md
Setup aria2c WebUI in Termux

Installation & Configuration

  • Install necessary pkgs
pkg install aria2c wget python git
  • Download webui for aria2c
@molafir
molafir / cfd-termux.sh
Created December 1, 2022 15:00 — forked from Erisa/cfd-termux.sh
Install the Cloudflare Daemon (cloudflared) in Termux
#!/bin/sh
echo 'NOTE: You can now install cloudflared directly from Termux repos.'
echo 'NOTE: To install it from source instead, open the script and comment out the next two lines.'
pkg install cloudflared
exit
# ^ comment out these lines to proceed with the script
echo "--upgrading packages"
yes "" | pkg update
@molafir
molafir / tmux-cheatsheet.markdown
Created June 3, 2022 22:52 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@molafir
molafir / termux-url-opener
Created June 3, 2022 22:50 — forked from LordH3lmchen/termux-url-opener
termux-url-opener
#!/data/data/com.termux/files/usr/bin/zsh
#
# This is a termux-url-opener script to do diffrent tasks on my Android phone
#
#
#
# How to use this script
#############################
# Create the bin directory
# ➜ ~ mkdir bin