Skip to content

Instantly share code, notes, and snippets.

View tuxpowered's full-sized avatar

TuxPowered tuxpowered

View GitHub Profile
@tuxpowered
tuxpowered / syslinux-install_update
Last active August 29, 2015 14:25 — forked from pyther/syslinux-install_update
syslinux-install_update
#!/bin/bash
#
# Sylinux Installer / Updater Scripts
# Copyright (C) 2011 Matthew Gyurgyik <[email protected]>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
@tuxpowered
tuxpowered / 99-sites-enabled.conf
Last active August 29, 2015 14:25 — forked from mklooss/99-sites-enabled.conf
lighttpd sites enabled
# File in: /etc/lighttpd/conf-available/99-sites-enabled.conf
include_shell "/usr/share/lighttpd/include-sites-enabled.pl"
@tuxpowered
tuxpowered / foo.log
Created March 16, 2017 22:51 — forked from ibeex/foo.log
Flask logging example
A warning occurred (42 apples)
An error occurred
@tuxpowered
tuxpowered / ssh_timeit.py
Created April 19, 2022 00:04 — forked from ddutt/ssh_timeit.py
Benchmarking various Python SSH libraries for communicating with network devices
#!/usr/bin/env python3
import sys
import socket
from timeit import Timer
import asyncssh
import asyncio
import paramiko
@tuxpowered
tuxpowered / reset.sh
Created April 17, 2024 21:19 — forked from thoaster/reset.sh
Transmit 5 Trial Reset
#!/bin/sh
# Reset Transmit 5 Trial
# curl -fsSL https://gist.githubusercontent.com/thoaster/ca5b4fdb653b9cdb3930897045b78558/raw/reset.sh | bash
set +e
set -x
sudo rm -rf ~/Library/Caches/com.panic.Transmit
sudo rm -rf ~/Library/Application\ Support/com.panic.Transmit
sudo rm ~/Library/Preferences/com.panic.Transmit.plist