Skip to content

Instantly share code, notes, and snippets.

View andytryn's full-sized avatar

Andi Triyanto andytryn

  • Yogyakarta
View GitHub Profile
@andytryn
andytryn / README.md
Last active October 10, 2022 13:45
Loophole Run on Background Raspberry Pi – Autostart on boot

Loophole Run on Background Raspberry Pi – Autostart

This explain how to install loophole in your raspberry pi and enable it on boot and access your services anytime anywhere.

Quick Step

Download Loophole (All Release)

wget https://github.com/loophole/cli/releases/download/1.0.0-beta.15/loophole-cli_1.0.0-beta.15_linux_arm64.tar.gz
@andytryn
andytryn / static_ip.txt
Created November 7, 2021 03:50
Manjaro set static IP Address
# install netctl
sudo pacman -S netctl --noconfirm
# check network card name
ip link
### Config Static IP Address ###
# Card Name : eth0
sudo cp /etc/netctl/examples/ethernet-static /etc/netctl/eth0