aboutsummaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
Diffstat (limited to 'os')
-rw-r--r--os/linux/README.md56
-rw-r--r--os/linux/README.org64
2 files changed, 56 insertions, 64 deletions
diff --git a/os/linux/README.md b/os/linux/README.md
new file mode 100644
index 0000000..c7578eb
--- /dev/null
+++ b/os/linux/README.md
@@ -0,0 +1,56 @@
+# `report/linux.sh`
+
+``` shell
+./report/linux.sh
+```
+
+ _ ___ _ _ _ ___ __ ___ ____ ____ _____ ____ ___ ____ _____
+ | | |_ _| \ | | | | \ \/ / / _ \/ ___| | _ \| ____| _ \ / _ \| _ \_ _|
+ | | | || \| | | | |\ / | | | \___ \ | |_) | _| | |_) | | | | |_) || |
+ | |___ | || |\ | |_| |/ \ | |_| |___) | | _ <| |___| __/| |_| | _ < | |
+ |_____|___|_| \_|\___//_/\_\ \___/|____/ |_| \_\_____|_| \___/|_| \_\|_|
+
+
+
+ ==========================================
+ # SECTION 00: Script Info
+ ==========================================
+ Execution Date and Time: Wed May 7 11:35:52 AM CDT 2025
+ Script Name: ./linux.sh
+ User Running the Script: root (called by: cmc)
+
+
+
+ ==========================================
+ # SECTION 01: System Info
+ ==========================================
+ ## Hostname
+ hera
+ ## Kernel Version
+ 6.14.4-400.asahi.fc42.aarch64+16k
+ ## os-release
+ NAME="Fedora Linux Asahi Remix"
+ VERSION="42 (Forty Two [Adams])"
+ RELEASE_TYPE=stable
+ ID=fedora-asahi-remix
+ ID_LIKE=fedora
+
+# `ssh_root_login.sh`
+
+``` shell
+./ssh_root_login.sh
+```
+
+ PermitRootLogin no
+
+# `passwords.sh`
+
+``` shell
+./passwords.sh
+```
+
+ Starting analysis of authentication and login parameters...
+ Checking /etc/pam.d/system-auth for password parameters...
+ /etc/pam.d/system-auth file not found.
+ Analyzing /etc/login.defs...
+ Contents of /etc/login.defs:
diff --git a/os/linux/README.org b/os/linux/README.org
deleted file mode 100644
index 67f8169..0000000
--- a/os/linux/README.org
+++ /dev/null
@@ -1,64 +0,0 @@
-#+title: Linux
-
-* =report/linux.sh=
-
-#+begin_src shell
-./report/linux.sh
-#+end_src
-
-#+begin_src
-_ ___ _ _ _ ___ __ ___ ____ ____ _____ ____ ___ ____ _____
-| | |_ _| \ | | | | \ \/ / / _ \/ ___| | _ \| ____| _ \ / _ \| _ \_ _|
-| | | || \| | | | |\ / | | | \___ \ | |_) | _| | |_) | | | | |_) || |
-| |___ | || |\ | |_| |/ \ | |_| |___) | | _ <| |___| __/| |_| | _ < | |
-|_____|___|_| \_|\___//_/\_\ \___/|____/ |_| \_\_____|_| \___/|_| \_\|_|
-
-
-
-==========================================
-# SECTION 00: Script Info
-==========================================
-Execution Date and Time: Wed May 7 11:35:52 AM CDT 2025
-Script Name: ./linux.sh
-User Running the Script: root (called by: cmc)
-
-
-
-==========================================
-# SECTION 01: System Info
-==========================================
-## Hostname
-hera
-## Kernel Version
-6.14.4-400.asahi.fc42.aarch64+16k
-## os-release
-NAME="Fedora Linux Asahi Remix"
-VERSION="42 (Forty Two [Adams])"
-RELEASE_TYPE=stable
-ID=fedora-asahi-remix
-ID_LIKE=fedora
-#+end_src
-
-* =ssh_root_login.sh=
-
-#+begin_src shell
-./ssh_root_login.sh
-#+end_src
-
-#+begin_src
-PermitRootLogin no
-#+end_src
-
-* =passwords.sh=
-
-#+begin_src shell
-./passwords.sh
-#+end_src
-
-#+begin_src
-Starting analysis of authentication and login parameters...
-Checking /etc/pam.d/system-auth for password parameters...
-/etc/pam.d/system-auth file not found.
-Analyzing /etc/login.defs...
-Contents of /etc/login.defs:
-#+end_src