Pinned Loading
-
Simple bash script for unprivileged ...
Simple bash script for unprivileged lxc container 1#!/bin/bash
2# This script must be run as the desired user
3# The container name will be $USER for simplicity
4# For this to work you need to sudo su <user>, else lxc wont work
5 -
Bash completion for ssh
Bash completion for ssh 1# Store in /etc/bash_completion.d/ssh
2# Create a ~/.ssh/hosts file that includes the hostnames you want to autocomplete
3# Example: `Host hostname`
4# Found this idea here https://unix.stackexchange.com/a/181603
5_ssh()
-
Script that checks for good ddwrt op...
Script that checks for good ddwrt openvpn connection. Sometimes ISPs change IPs, even if my dynDNS system reflects the change openvpn doesn't. This is a quick work around. 1# Set this up as startup script
2sleep 60
3while true; do
4if ps | grep -v grep | grep -q openvpn; then
5if ! ping -qc3 www.xxx.yyy.zzz 2>&1 1>/dev/null; then
-
convert2mp3
convert2mp3 PublicFrom a list of files, spawns an ffpmg process for each till it reaches a thread limit using python.
Python
-
postqueue-wrapper
postqueue-wrapper PublicGet message ID for postqueue entries with a simple search tool
Python
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.