Nate Bohman
a545c3b958
Adding FPSync and Rsync Examples
Found some good arguments for these commands and am including
examples in case I need to use them later.
před 5 roky
Nate Bohman
a670e7cd0b
Add Python Timeout Decorator Schnippet
Adding in the Timeout decorator I found in a Stackoverflow answer
that allows you to set a timeout for any other callable.
před 5 roky
Nate Bohman
76a11e96cc
Adding DNS Lookup Python Schnippets
Adding IP to Hostname and Hostname to IP via the socket library.
před 5 roky
Nate Bohman
5da711ac5c
Adding Some Useful SystemD Units
I use these kinds of things all the time when creating services,
timers, and mountpoints so I should keep them in the repo.
před 5 roky
Nate Bohman
7d6e9145bc
Adding Python Clamp Function
Clamp a number between a max and a min.
před 5 roky
Nate Bohman
b7f0a266db
Adding Wipe FS Signature
Found this while configuring OpenWRT for the GL-AR750S
před 5 roky
Nate Bohman
4e7a2b1954
Adding Resparsify and Find Symlink Dest
A couple more useful commands
před 5 roky
Nate Bohman
60f59d4469
Adding OpenConnect Override Scripts
Adding OpenConnect no-dtls override scripts which are necessary for
the broken VPN servers at Overstock.
před 5 roky
Nate Bohman
869b17f4fc
Adding NFS Stale Handle Check and XFS Reflinks
A couple new schnippets for the collection.
před 5 roky
Nate Bohman
93339c964d
Adding export_gpg_key
před 5 roky
Nate Bohman
bbde1f33c7
Minor changes to debootstrap Live ISO
Adding an apt purge and changing and echo to a cat.
před 5 roky
Nate Bohman
04aaec7251
Adding FA Bezel Dongle LED Control Script
Wrote a nicer script in Python to control the FA Bezel Dongle LEDs
před 5 roky
Nate Bohman
f31435c765
Adding some packages to debootstrap live ISO
A few more packages to the list in debootstrap live ISO script
před 5 roky
Nate Bohman
c768d69d38
GRUB and Live ISO
Adding some Bash command references for installing GRUB with EFI and
cryptodisk as well as a reference for setting up a live Debian ISO.
před 5 roky
Nate Bohman
78fef5dc0b
Wireguard Unbound Helper Scripts
host-add-static-route
Adds a static route to a host that may be on the other side of a
Wireguard tunnel. If a static route is not created, Wireguard may
attempt to connect to the host running Wireguard over the Wireguard
tunnel itself instead of across the Internet. Adding a static route
to the Wireguard host on tunnel creation prevents this situation.
unbound-host-add-local
Adds a local-data section to Unbound for the Wireguard host just in
case Unbound is connecting to a DNS server for a domain that is on
the other side of the tunnel. e.g. wg.natrinicle.com should be
retrieved from external DNS servers while all other natrinicle.com
subdomains should come from 192.168.0.1 which is only available after
the tunnel is up.
před 6 roky
Nate Bohman
67be523373
Adding truncate sparse file
Found the truncate command which is much easier than DD and also
creates a sparse file or resizes a sparse file larger or smaller.
před 6 roky
Nate Bohman
37ddde808c
Adding loopback commands
Common loopback device commands. Useful for dealing with filesystems
in a file.
před 6 roky
Nate Bohman
10205bd258
Adding ascii_only and dd sparse file
Creating sparse files for loopback images can be done with the dd
command. The ascii_only strips all non-ascii characters out of a
string.
před 6 roky
Nate Bohman
3d575a3e1b
First Round of Useful Files
Things like vimrc that I use everywhere, my current .bash_aliases,
a complicated imapfilter config from PureStorage, and a BASH script
that writes out to a log file and the stdout/stderr at the same time.
před 6 roky
Nate Bohman
226b8b480d
Adding to README
Adding an additional information line to the README file.
před 6 roky
Nate Bohman
8ff59bb0b0
Initial commit
před 6 roky