Skip to content

Instantly share code, notes, and snippets.

View UtsuhoRocks's full-sized avatar
☢️
birb

Brianna UtsuhoRocks

☢️
birb
View GitHub Profile
#!/bin/bash
if [ -r $1 ]
then
if [ -w $1 ]
then
if [ -x $1 ]
then
if [ -f $1 ]
then
#!/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 {
@UtsuhoRocks
UtsuhoRocks / 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"
This file has been truncated, but you can view the full file.
0
1
2
3
4
5
6
7
8
9