Skip to content

Instantly share code, notes, and snippets.

View BriannaFoxwell's full-sized avatar
☢️
birb

Brianna BriannaFoxwell

☢️
birb
View GitHub Profile
#!/bin/sh
echo -e "$(whoami)@$(hostname)"
echo "------------------------------------"
echo "System Information:"
echo -e "\tHostname: $(hostname)"
echo -e "\tOperating System: $(uname -o) $(uname -r)"
echo -e "\tKernel Version: $(uname -v)"
echo -e "\tUptime: $(uptime)"
echo "CPU Information:"
#!bin/bash
vnstatiface=eno1
webroot=/var/www/
vnstati -i $vnstatiface -o $webroot -nl -ne -nh --transparent -m
convert $webroot -level 100%,100% $webroot
mogrify -gravity south -chop x11 $webroot
mogrify -crop -90+0 +repage $webroot
/*
Needs this font https://ftp.gnu.org/gnu/unifont/unifont-13.0.01/
Would most likely break if class names change
*/
* {
font-family: Unifont!important;
font-size: 16px!important;
}
body {
@BriannaFoxwell
BriannaFoxwell / thelounge-lcd.css
Created June 22, 2020 20:08
My "The Lounge" web based irc client theme
/*
TTY, A The Lounge Theme bodged together by
░█░█░▀█▀░█▀▀░█░█░█░█░█▀█
░█░█░░█░░▀▀█░█░█░█▀█░█░█
░▀▀▀░░▀░░▀▀▀░▀▀▀░▀░▀░▀▀▀
░█▀▄░█▀█░█▀▀░█░█░█▀▀
░█▀▄░█░█░█░░░█▀▄░▀▀█
░▀░▀░▀▀▀░▀▀▀░▀░▀░▀▀▀
Needs "One Dark" theme because based upon that,
"npm install thelounge-theme-onedark"
@BriannaFoxwell
BriannaFoxwell / qr.txt
Created April 7, 2020 15:14
oh god oh fuck
████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████

Keybase proof

I hereby claim:

  • I am briannafoxwell on github.
  • I am utsuhorocks (https://keybase.io/utsuhorocks) on keybase.
  • I have a public key ASB5hehs89F18FHCBFDRWLdoWZIZtKt6Dc13zdWzUyeooAo

To claim this, I am signing this object:

This file has been truncated, but you can view the full file.
0
1
2
3
4
5
6
7
8
9