diff --git a/secretwiki/commands.html b/secretwiki/commands.html index bfe9786..3ac993b 100644 --- a/secretwiki/commands.html +++ b/secretwiki/commands.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + Lezzo secret wiki @@ -14,13 +14,13 @@

[ Lezzo secret wiki ]

-
-

~ Hosts

-
+
+

~ Frequently used commands and configuration snippets

+
-
-

Reduce packages disk usage on gentoo

-
+
+

Reduce packages disk usage on gentoo

+
 eclean packages
 eclean distfiles
@@ -28,9 +28,9 @@ eclean-kernel -A -a
 
-
-

Update pi-hole devuan host

-
+
+

Update pi-hole devuan host

+
 apt update
 apt upgrade
@@ -38,9 +38,9 @@ PIHOLE_SKIP_OS_CHECK=true pihole -up
 
-
-

Add static route for wireguard

-
+
+

Add static route for wireguard

+

Useful when subnet clash, example:

@@ -57,11 +57,12 @@ route add -net 10.0.1.0 netmask 255.255.255.0 gw 10.0.13.1 lezzo # dns resolutio
-
-

Remove gentoo strong password requirement

-
+
+

Remove gentoo strong password requirement

+

-In /etc/pam.d/system-auth +From https://forums.gentoo.org/viewtopic-t-1117656-start-0.html: +in /etc/pam.d/system-auth

 # password        required        pam_passwdqc.so min=8,8,8,8,8 retry=3 
diff --git a/secretwiki/commands.org b/secretwiki/commands.org
index 0fd463a..90bcf0a 100644
--- a/secretwiki/commands.org
+++ b/secretwiki/commands.org
@@ -1,5 +1,5 @@
 #+INCLUDE: header.org
-* *~* Hosts
+* *~* Frequently used commands and configuration snippets
 ** Reduce packages disk usage on gentoo
 #+begin_src 
 eclean packages
@@ -26,7 +26,8 @@ route add -net 10.0.1.0 netmask 255.255.255.0 gw 10.0.13.1 lezzo # dns resolutio
 
 #+end_src
 ** Remove gentoo strong password requirement
-In /etc/pam.d/system-auth 
+From https://forums.gentoo.org/viewtopic-t-1117656-start-0.html:
+in /etc/pam.d/system-auth 
 #+begin_src 
 # password        required        pam_passwdqc.so min=8,8,8,8,8 retry=3 
 # password        required        pam_unix.so try_first_pass use_authtok nullok sha512 shadow 
diff --git a/secretwiki/index.html b/secretwiki/index.html
index 255afb6..9f111fa 100644
--- a/secretwiki/index.html
+++ b/secretwiki/index.html
@@ -3,7 +3,7 @@
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
 
-
+
 
 
 Lezzo secret wiki
@@ -17,13 +17,13 @@
 

Ogni pagina è disponibile anche in org-mode sostituendo .org a.html.

-
-

Pagine

-
+
+

Pagine

+
  • Hosts
  • Bots
  • -
  • Frequently used commands
  • +
  • Frequently used commands and configuration snippets
  • Sonarr
  • Appunti su ffmpeg
  • Raspberry pi model table
  • diff --git a/secretwiki/index.org b/secretwiki/index.org index fb4bac4..69ecfcc 100644 --- a/secretwiki/index.org +++ b/secretwiki/index.org @@ -3,7 +3,7 @@ Ogni pagina è disponibile anche in org-mode sostituendo .org a.html. * Pagine - [[./hosts.html][Hosts]] - [[./bots.html][Bots]] -- [[./commands.html][Frequently used commands]] +- [[./commands.html][Frequently used commands and configuration snippets]] - [[./sonarr.html][Sonarr]] - [[./ffmpeg.html][Appunti su ffmpeg]] - [[./raspi.html][Raspberry pi model table]]