Skip to content

Instantly share code, notes, and snippets.

View m3nu's full-sized avatar

Manu m3nu

View GitHub Profile
@m3nu
m3nu / test.sh
Created May 24, 2019 01:22
Mount Borg Repo for Other Users
# Tested on CentOS7/AWS
$ sudo adduser borg-1
$ sudo adduser borg-2
$ sudo yum install -y borgbackup
$ sudo mkdir /mnt/repo
$ sudo chown borg-1:borg-1 repo
# Allow access to other users
$ sudo -u borg-1 borg mount -o allow_other [email protected]:repo /mnt/repo
$ ll
@m3nu
m3nu / unroot.md
Last active August 19, 2021 00:16
Unroot Android using Magisk to run Banking Apps

Unroot Android Phone Using magiskboot

Moved to here.