sudo add-apt-repository ppa:gnome-terminator
sudo apt-get update
sudo apt-get install terminator
Terminator should be setup as default now. Restart your terminal (shortcut: "Ctrl+Alt+T").
#! /usr/bin/env bash | |
# Author: Ryoka Kujo [email protected] | |
# Descripthon: Network tweaking script to make Internet access available | |
# while connection to Pulse Secure VPN. | |
# network interface list can be retrieved by `networksetup -listallhardwareports` | |
# specify your network interface for internet access. | |
PUBLIC_INTERFACE=en7 | |
# specify your network interface for VPN tunnel access. | |
TUNNEL_INTERFACE=utun2 |
Here, I'll show you how to compile Frida for both rootfull and rootless jailbreaks.
On Dopamine/Fugu15 Max or palera1n you can add my repo (open the link in your favorite browser on your jailbroken iDevice).
The DEBs you will install are build using the following instructions.