pyratenet
server
name | device | os |
---|---|---|
mainframe | media | fedora |
warehouse | ftp | centos |
blacksun | web/irc | centos |
grimoire | code/wiki | debian |
mordhaus | powerzone | debian |
devices
name | device | os |
---|---|---|
kraken | pc | fedora |
artoo | mobile | android |
swordphish | laptop | arch |
laundry | pi | raspbian |
/etc/issue-pyratenet
// WARNING!
// You are entering a restricted area.
// UNAUTHORISED ENTRY IS PROHIBITED!
/etc/profile
if [ -t 1 ] && [ ! -f ~/.hushlogin ] ; then
echo
cat /home/pyratebeard/pyratenet
echo -e "\n// LOGGED IN AS $(whoami | tr 'a-z' 'A-Z')\n"
uptime --pretty
echo
fi