more
This commit is contained in:
parent
18e68bda6f
commit
4e0bac7180
@ -3,7 +3,7 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2022-06-09 Thu 13:40 -->
|
<!-- 2022-06-09 Thu 13:41 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Lezzo secret wiki</title>
|
<title>Lezzo secret wiki</title>
|
||||||
@ -14,13 +14,13 @@
|
|||||||
<body>
|
<body>
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h2>[ Lezzo secret wiki ]</a></h2>
|
<h2>[ Lezzo secret wiki ]</a></h2>
|
||||||
<div id="outline-container-orge8d9a9b" class="outline-2">
|
<div id="outline-container-org37692f1" class="outline-2">
|
||||||
<h2 id="orge8d9a9b"><b>~</b> Hosts</h2>
|
<h2 id="org37692f1"><b>~</b> Frequently used commands and configuration snippets</h2>
|
||||||
<div class="outline-text-2" id="text-orge8d9a9b">
|
<div class="outline-text-2" id="text-org37692f1">
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orgded3e44" class="outline-3">
|
<div id="outline-container-orgae97eeb" class="outline-3">
|
||||||
<h3 id="orgded3e44">Reduce packages disk usage on gentoo</h3>
|
<h3 id="orgae97eeb">Reduce packages disk usage on gentoo</h3>
|
||||||
<div class="outline-text-3" id="text-orgded3e44">
|
<div class="outline-text-3" id="text-orgae97eeb">
|
||||||
<pre class="example">
|
<pre class="example">
|
||||||
eclean packages
|
eclean packages
|
||||||
eclean distfiles
|
eclean distfiles
|
||||||
@ -28,9 +28,9 @@ eclean-kernel -A -a
|
|||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orgacb19d1" class="outline-3">
|
<div id="outline-container-org2256cf9" class="outline-3">
|
||||||
<h3 id="orgacb19d1">Update pi-hole devuan host</h3>
|
<h3 id="org2256cf9">Update pi-hole devuan host</h3>
|
||||||
<div class="outline-text-3" id="text-orgacb19d1">
|
<div class="outline-text-3" id="text-org2256cf9">
|
||||||
<pre class="example">
|
<pre class="example">
|
||||||
apt update
|
apt update
|
||||||
apt upgrade
|
apt upgrade
|
||||||
@ -38,9 +38,9 @@ PIHOLE_SKIP_OS_CHECK=true pihole -up
|
|||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-orgd528e5e" class="outline-3">
|
<div id="outline-container-orgfa03af1" class="outline-3">
|
||||||
<h3 id="orgd528e5e">Add static route for wireguard</h3>
|
<h3 id="orgfa03af1">Add static route for wireguard</h3>
|
||||||
<div class="outline-text-3" id="text-orgd528e5e">
|
<div class="outline-text-3" id="text-orgfa03af1">
|
||||||
<p>
|
<p>
|
||||||
Useful when subnet clash, example:
|
Useful when subnet clash, example:
|
||||||
</p>
|
</p>
|
||||||
@ -57,11 +57,12 @@ route add -net 10.0.1.0 netmask 255.255.255.0 gw 10.0.13.1 lezzo # dns resolutio
|
|||||||
</pre>
|
</pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="outline-container-org166254e" class="outline-3">
|
<div id="outline-container-org62b7bbc" class="outline-3">
|
||||||
<h3 id="org166254e">Remove gentoo strong password requirement</h3>
|
<h3 id="org62b7bbc">Remove gentoo strong password requirement</h3>
|
||||||
<div class="outline-text-3" id="text-org166254e">
|
<div class="outline-text-3" id="text-org62b7bbc">
|
||||||
<p>
|
<p>
|
||||||
In /etc/pam.d/system-auth
|
From <a href="https://forums.gentoo.org/viewtopic-t-1117656-start-0.html">https://forums.gentoo.org/viewtopic-t-1117656-start-0.html</a>:
|
||||||
|
in /etc/pam.d/system-auth
|
||||||
</p>
|
</p>
|
||||||
<pre class="example">
|
<pre class="example">
|
||||||
# password required pam_passwdqc.so min=8,8,8,8,8 retry=3
|
# password required pam_passwdqc.so min=8,8,8,8,8 retry=3
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#+INCLUDE: header.org
|
#+INCLUDE: header.org
|
||||||
* *~* Hosts
|
* *~* Frequently used commands and configuration snippets
|
||||||
** Reduce packages disk usage on gentoo
|
** Reduce packages disk usage on gentoo
|
||||||
#+begin_src
|
#+begin_src
|
||||||
eclean packages
|
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
|
#+end_src
|
||||||
** 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
|
||||||
#+begin_src
|
#+begin_src
|
||||||
# password required pam_passwdqc.so min=8,8,8,8,8 retry=3
|
# 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
|
# password required pam_unix.so try_first_pass use_authtok nullok sha512 shadow
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- 2022-06-02 Thu 21:28 -->
|
<!-- 2022-06-09 Thu 13:41 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Lezzo secret wiki</title>
|
<title>Lezzo secret wiki</title>
|
||||||
@ -17,13 +17,13 @@
|
|||||||
<p>
|
<p>
|
||||||
Ogni pagina è disponibile anche in org-mode sostituendo .org a.html.
|
Ogni pagina è disponibile anche in org-mode sostituendo .org a.html.
|
||||||
</p>
|
</p>
|
||||||
<div id="outline-container-org15a56e4" class="outline-2">
|
<div id="outline-container-org14d1a9e" class="outline-2">
|
||||||
<h2 id="org15a56e4">Pagine</h2>
|
<h2 id="org14d1a9e">Pagine</h2>
|
||||||
<div class="outline-text-2" id="text-org15a56e4">
|
<div class="outline-text-2" id="text-org14d1a9e">
|
||||||
<ul class="org-ul">
|
<ul class="org-ul">
|
||||||
<li><a href="./hosts.html">Hosts</a></li>
|
<li><a href="./hosts.html">Hosts</a></li>
|
||||||
<li><a href="./bots.html">Bots</a></li>
|
<li><a href="./bots.html">Bots</a></li>
|
||||||
<li><a href="./commands.html">Frequently used commands</a></li>
|
<li><a href="./commands.html">Frequently used commands and configuration snippets</a></li>
|
||||||
<li><a href="./sonarr.html">Sonarr</a></li>
|
<li><a href="./sonarr.html">Sonarr</a></li>
|
||||||
<li><a href="./ffmpeg.html">Appunti su ffmpeg</a></li>
|
<li><a href="./ffmpeg.html">Appunti su ffmpeg</a></li>
|
||||||
<li><a href="./raspi.html">Raspberry pi model table</a></li>
|
<li><a href="./raspi.html">Raspberry pi model table</a></li>
|
||||||
|
@ -3,7 +3,7 @@ Ogni pagina è disponibile anche in org-mode sostituendo .org a.html.
|
|||||||
* Pagine
|
* Pagine
|
||||||
- [[./hosts.html][Hosts]]
|
- [[./hosts.html][Hosts]]
|
||||||
- [[./bots.html][Bots]]
|
- [[./bots.html][Bots]]
|
||||||
- [[./commands.html][Frequently used commands]]
|
- [[./commands.html][Frequently used commands and configuration snippets]]
|
||||||
- [[./sonarr.html][Sonarr]]
|
- [[./sonarr.html][Sonarr]]
|
||||||
- [[./ffmpeg.html][Appunti su ffmpeg]]
|
- [[./ffmpeg.html][Appunti su ffmpeg]]
|
||||||
- [[./raspi.html][Raspberry pi model table]]
|
- [[./raspi.html][Raspberry pi model table]]
|
||||||
|
Loading…
Reference in New Issue
Block a user