This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [ -r $1 ] | |
then | |
if [ -w $1 ] | |
then | |
if [ -x $1 ] | |
then | |
if [ -f $1 ] | |
then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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:" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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 { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 | |
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 |