diff --git a/.archive/icon.lib b/.archive/icon.lib index 8bfad7b..d5a192d 100644 --- a/.archive/icon.lib +++ b/.archive/icon.lib @@ -46,4 +46,10 @@ 🧠 📅 🎯 +🌐 +🔗 +💬 +☢️ +☣️ +• # vim: number et ts=2 sw=2 sts=2 ai tw=128 ft=sh \ No newline at end of file diff --git a/lib/lib_usage.sh b/lib/lib_usage.sh index 2094176..55c7b08 100644 --- a/lib/lib_usage.sh +++ b/lib/lib_usage.sh @@ -86,8 +86,8 @@ $(echo -e "\e[97m(p) Centurion Press, 2024 - 2025\e[0m") --provider-netcup-ipv6 Activates IPv6 support for Netcup Root Server. One unique - IPv6 address MUST be provided in this case. - IPv6 address MUST be encapsulated with [], e.g., [1234::abcd]. + IPv6 address MUST be provided in this case and MUST be encapsulated + with [], e.g., [1234::abcd]. --renice-priority Reset the nice priority value of the script and all its children @@ -101,8 +101,9 @@ $(echo -e "\e[97m(p) Centurion Press, 2024 - 2025\e[0m") 2: best-effort 3: idle Defaults to '2'. - MUST be an integer: - Between '0' (highest) and '7' (lowest) priority. + Whereas MUST be an integer as well between: + 0: highest priority and + 7: lowest priority. Defaults to '4'. A real-time I/O process can significantly slow down other processes or even cause them to starve if it continuously requests I/O. @@ -114,9 +115,9 @@ $(echo -e "\e[97m(p) Centurion Press, 2024 - 2025\e[0m") the local console. The root password is hashed with an 16 Byte '/dev/random' generated SALT and SHA512 Hashing function and 8,388,608 rounds. Immediately after Hash generation all Variables containing plain password fragments are - deleted. Password file SHOULD be 0400 and root:root and is deleted without + deleted. Password file SHOULD be '0400' and 'root:root' and is deleted without further prompt after password hash has been successfully generated via: - shred -vfzu 5 -f. + 'shred -vfzu 5 -f'. No tracing of any plain text password fragment in any debug log. --ssh-port @@ -131,7 +132,7 @@ $(echo -e "\e[97m(p) Centurion Press, 2024 - 2025\e[0m") Displays version of ${0}. $(echo -e "\e[93m💡 Notes:\e[0m") -• You MUST be 'root' to run this script. +🔵 You MUST be 'root' to run this script. $(echo -e "\e[95m💷 Please consider donating to my work at:\e[0m") $(echo -e "\e[95m🌐 https://coresecret.eu/spenden/ \e[0m")