Pinned Loading
-
-
-
Create macOS flat Package from .app ...
Create macOS flat Package from .app in /Applications 1#!/bin/sh
23TempDir="/tmp/pkg"
4AppPath=$1
5TargetPath=$2
-
Create a daemon user in macOS
Create a daemon user in macOS 1#!/bin/bash
23if (( $(id -u) )) ; then
4echo "This script needs to run as root"
5exit 1
-
Python script to add Load Balancing ...
Python script to add Load Balancing IP Tables based on https://scalingo.com/blog/iptables 1#!/bin/python
23import subprocess
45destination_ips = ['192.168.1.2', '192.168.1.3', '192.168.1.4', '192.168.1.5']
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.