Install fbterm via your favorite package manager
pacman -S fbterm| #!/bin/bash | |
| # Nmap can crash when scanning large ranges | |
| # To use this script, start your scan with whatever | |
| # nmap options you want making sure you use -oA <filename> | |
| # or -oG <filename> (you need the gnmap file) then cancel | |
| # the scan. replace <filename> below and run this script. | |
| # It will also record when it failed to a file called failed.txt | |
| until nmap --resume <filename>.gnmap |
| #!/bin/sh | |
| passs=$(pass Internet/Google | head -n 1) | |
| youtube-dl -i -u [email protected] :ytsubs -p $passs -2 $2 --dateafter now-$1days -v --download-archive /home/eddie/pipes/youtubearchive |
| ddns-update-style none; | |
| deny bootp; #default | |
| authoritative; | |
| include "/etc/dhcp/ipxe-option-space.conf"; | |
| # GREEN | |
| subnet 10.1.1.0 netmask 255.255.255.0 { | |
| range 10.1.1.100 10.1.1.199; | |
| option subnet-mask 255.255.255.0; |
| # Personal Access Token required - go here: https://github.com/settings/tokens | |
| repo="newrepo" | |
| gh_user="adriankoshka" | |
| gh_token="mytoken" | |
| curl -u "$gh_user:$gh_token" https://api.github.com/user/repos -d '{"name":"'$repo'"}' |
| .TH SENT 1 November 2015 User Commands | |
| .SH NAME | |
| sent \- manual page for sent 0.1 | |
| .SH DESCRIPTION | |
| usage: sent FILE1 [FILE2 ...] | |
| .PP | |
| Simple plaintext presentation tool. | |
| .SH SEE ALSO | |
| The full documentation for | |
| .B sent |
| #!/usr/bin/env bash | |
| # pomf clone uploader | |
| # requires: curl | |
| # formerly known as 1339load | |
| #1339.cf works, so does pomf.cat, if you test others and they work, tell me. | |
| dest_url='https://pomf.cat/upload.php' | |
| return_url='https://a.pomf.cat' | |
| if [[ -n "${1}" ]]; then |