Termux

107 readers
1 users here now

founded 1 year ago
MODERATORS
1
 
 

Each time i try to launch proot distro ubuntu on a vnc server, my smartphone crash, and my tmx session end. Is this because i did something wrong, or my phone is too old? (Samsung G A12 4GB ram)

2
 
 

just wanted to say that. its what i have always wanted. no lag like with the shitty vnc methode, no f...ing around with connection and passwords.

3
 
 

instance.sh:

#!/bin/bash

MY_INSTANCE=lemmy.world #change to your URL

STR=$( echo "$1" | sed 's#/c/# #' | sed 's/http[s]:\/\///' )
OTHER_INSTANCE=$( echo $STR | cut -d ' ' -f 1 )
COMMUNITY=$( echo $STR | cut -d ' ' -f 2 )
termux-open-url $( echo https://$MY_INSTANCE/c/$COMMUNITY\@$OTHER_INSTANCE )

Usage: instance.sh URL

Example usage:

instance.sh https://lemmy.ml/c/technology

Result:

https://lemmy.world/c/[email protected] opens in browser