commit cef285354ccdbefad3a923978f9c335c99e2095b
parent 8891f69fdbcd433f22b6de6d24593310790ec0c4
Author: pyratebeard <root@pyratebeard.net>
Date: Fri, 15 Feb 2019 22:48:23 +0000
changed naming_schemes to pyratenet and inc os. new comic wishlist
Diffstat:
4 files changed, 42 insertions(+), 30 deletions(-)
diff --git a/Home.md b/Home.md
@@ -32,8 +32,9 @@
- [dragon_heist](d_and_d/dragon_heist)
## misc
+- [comic_wishlist](misc/comic_wishlist)
- [music](misc/music)
-- [naming_schemes](misc/naming_schemes)
+- [pyratenet](misc/pyratenet)
- [unicode_characters](misc/unicode_characters)
## projects
diff --git a/misc/comic_wishlist.md b/misc/comic_wishlist.md
@@ -0,0 +1,3 @@
+# comic wishlist
+
+- suicide squard #23 - first appearance of oracle
diff --git a/misc/naming_schemes.md b/misc/naming_schemes.md
@@ -1,29 +0,0 @@
-# pyratenet
-
-## servers
-| name | device |
-| --- | --- |
-| woodlawm | media |
-| warehouse | ftp |
-| severnaya | web |
-| metacortex | git |
-| mordhaus | powerzone |
-
-## devices
-| name | device |
-| --- | --- |
-| gilfoyle | pc |
-| grady | mobile |
-| hardison | laptop |
-| kaludis | pi |
-| nedry | laptop (work) |
-
-/etc/issue-pyratenet
-```
-
- \\ WARNING!
- \\ You are entering a restricted area.
- \\ UNAUTHORISED ENTRY IS PROHIBITED!
-
-```
-
diff --git a/misc/pyratenet.md b/misc/pyratenet.md
@@ -0,0 +1,37 @@
+# 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
+```