more wiki
This commit is contained in:
parent
be9eab8c12
commit
2aa152cfb7
37
secretwiki/commands.html
Normal file
37
secretwiki/commands.html
Normal file
@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2022-05-15 Sun 09:29 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Lezzo secret wiki</title>
|
||||
<meta name="generator" content="Org mode" />
|
||||
<meta name="author" content="bparodi" />
|
||||
<link rel="stylesheet" type="text/css" href="./stylesheet.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
<h2>[ Lezzo secret wiki ]</a></h2>
|
||||
<div id="outline-container-org59739fe" class="outline-2">
|
||||
<h2 id="org59739fe"><b>~</b> Hosts</h2>
|
||||
<div class="outline-text-2" id="text-org59739fe">
|
||||
</div>
|
||||
<div id="outline-container-orgf8502da" class="outline-3">
|
||||
<h3 id="orgf8502da">Update pi-hole devuan host</h3>
|
||||
<div class="outline-text-3" id="text-orgf8502da">
|
||||
<pre class="example">
|
||||
apt update
|
||||
apt upgrade
|
||||
PIHOLE_SKIP_OS_CHECK=true pihole -up
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="author">Author: bparodi</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
8
secretwiki/commands.org
Normal file
8
secretwiki/commands.org
Normal file
@ -0,0 +1,8 @@
|
||||
#+INCLUDE: header.org
|
||||
* *~* Hosts
|
||||
** Update pi-hole devuan host
|
||||
#+begin_src
|
||||
apt update
|
||||
apt upgrade
|
||||
PIHOLE_SKIP_OS_CHECK=true pihole -up
|
||||
#+end_src
|
@ -3,7 +3,7 @@
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2022-05-14 Sat 19:20 -->
|
||||
<!-- 2022-05-15 Sun 09:29 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Lezzo secret wiki</title>
|
||||
@ -17,11 +17,12 @@
|
||||
<p>
|
||||
Ogni pagina è disponibile anche in org-mode sostituendo .org a.html.
|
||||
</p>
|
||||
<div id="outline-container-org2da59d6" class="outline-2">
|
||||
<h2 id="org2da59d6">Pagine</h2>
|
||||
<div class="outline-text-2" id="text-org2da59d6">
|
||||
<div id="outline-container-orgdbe7919" class="outline-2">
|
||||
<h2 id="orgdbe7919">Pagine</h2>
|
||||
<div class="outline-text-2" id="text-orgdbe7919">
|
||||
<ul class="org-ul">
|
||||
<li><a href="./hosts.html">Hosts</a></li>
|
||||
<li><a href="./commands.html">Frequently used commands</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -2,3 +2,4 @@
|
||||
Ogni pagina è disponibile anche in org-mode sostituendo .org a.html.
|
||||
* Pagine
|
||||
- [[./hosts.html][Hosts]]
|
||||
- [[./commands.html][Frequently used commands]]
|
||||
|
@ -150,7 +150,19 @@ footer {
|
||||
|
||||
pre {
|
||||
max-width: 50%;
|
||||
color: #45818e;
|
||||
font-family: monospace;
|
||||
background: #f4f4f4;
|
||||
border: 1px solid #ddd;
|
||||
border-left: 3px solid #45818e;
|
||||
color: #665;
|
||||
page-break-inside: avoid;
|
||||
line-height: 1.8;
|
||||
margin-bottom: 1.6em;
|
||||
max-width: 100%;
|
||||
overflow: auto;
|
||||
padding: 1em 1.5em;
|
||||
display: block;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
pre .cp {
|
||||
color:#800
|
||||
|
Loading…
Reference in New Issue
Block a user