|
@@ -5,13 +5,6 @@ breadcrumbs:
|
|
|
---
|
|
|
{% include header.md %}
|
|
|
|
|
|
-## Resources
|
|
|
-
|
|
|
-### Security
|
|
|
-
|
|
|
-- [Linux Hardening Checklist (trimstray)](https://github.com/trimstray/linux-hardening-checklist)
|
|
|
-- [The Practical Linux Hardening Guide (trimstray)](https://github.com/trimstray/the-practical-linux-hardening-guide)
|
|
|
-
|
|
|
## Information
|
|
|
|
|
|
### Distros
|
|
@@ -37,6 +30,11 @@ breadcrumbs:
|
|
|
|
|
|
## Commands
|
|
|
|
|
|
+### General
|
|
|
+
|
|
|
+- Sorting: `sort`
|
|
|
+ - Set `LC_ALL=C` to use byte-value sorting instead of locale-enabled sorting (which can be a bit unpredictable).
|
|
|
+
|
|
|
### AAA
|
|
|
|
|
|
- Sudo:
|
|
@@ -112,7 +110,7 @@ breadcrumbs:
|
|
|
- `cowsay`
|
|
|
- `fortune`
|
|
|
|
|
|
-### Monitoring (General)
|
|
|
+### Monitoring
|
|
|
|
|
|
- For more specific monitoring, see the other sections.
|
|
|
- `htop`:
|
|
@@ -403,4 +401,11 @@ Using GPG (from package `gnupg2` on Debian).
|
|
|
|
|
|
1. Install the graphical application `woeusb` from `ppa:nilarimogard/webupd8`.
|
|
|
|
|
|
+## Resources
|
|
|
+
|
|
|
+### Security
|
|
|
+
|
|
|
+- [Linux Hardening Checklist (trimstray)](https://github.com/trimstray/linux-hardening-checklist)
|
|
|
+- [The Practical Linux Hardening Guide (trimstray)](https://github.com/trimstray/the-practical-linux-hardening-guide)
|
|
|
+
|
|
|
{% include footer.md %}
|