main
Mel 3 years ago
parent 1eb04237f0
commit edad0d6183

@ -16,5 +16,8 @@
"obsidian-tasks-plugin", "obsidian-tasks-plugin",
"obsidian-dice-roller", "obsidian-dice-roller",
"obsidian-pocket", "obsidian-pocket",
"emoji-shortcodes" "emoji-shortcodes",
"note-refactor-obsidian",
"code-block-copy",
"meld-encrypt"
] ]

File diff suppressed because one or more lines are too long

@ -0,0 +1,8 @@
{
"id": "code-block-copy",
"name": "Copy button for code blocks",
"author": "Daniel Brandenburg",
"description": "Copy button for code blocks",
"isDesktopOnly": false,
"version": "0.1.0"
}

@ -0,0 +1,41 @@
.copy-code-button {
color: var(--background-primary);
background-color: var(--text-faint);
border-radius: 1px 1px 0px 0px;
/* right-align */
display: block;
margin-left: auto;
margin-right: 0;
margin-bottom: -2px;
padding: 3px 8px;
font-size: 0.8em;
position: absolute;
top: 0px;
right: 0px;
}
.copy-code-button:hover {
cursor: pointer;
background-color: var(--text-normal);
}
.copy-code-button:focus {
/* Avoid an ugly focus outline on click in Chrome,
but darken the button for accessibility.
See https://stackoverflow.com/a/25298082/1481479 */
background-color: var(--text-normal);
outline: 0;
}
.copy-code-button:active {
background-color: var(--text-normal);
}
.highlight pre {
/* Avoid pushing up the copy buttons. */
margin: 0;
}
.has-copy-button {
position: relative;
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,10 @@
{
"id": "meld-encrypt",
"name": "Meld Encrypt",
"version": "1.4.1",
"minAppVersion": "0.12.15",
"description": "Hide secrets in your notes",
"author": "meld-cp",
"authorUrl": "https://github.com/meld-cp/obsidian-encrypt",
"isDesktopOnly": false
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,9 @@
{
"id": "note-refactor-obsidian",
"name": "Note Refactor",
"version": "1.7.1",
"description": "Extract note content into new notes and split notes",
"isDesktopOnly": false,
"js": "main.js",
"css": "style.css"
}

@ -0,0 +1,7 @@
.note-refactor-filename .setting-item-info {
margin-right: 0;
}
.note-refactor-filename .setting-item-name {
padding-top: 10px;
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,10 @@
{
"id": "obsidian-qrcode-plugin",
"name": "QR Code Generator Plugin",
"version": "1.0.2",
"minAppVersion": "0.9.12",
"description": "This is a QR Code Generator plugin for Obsidian.",
"author": "Rudi Häusler",
"authorUrl": "https://github.com/rudimuc",
"isDesktopOnly": false
}

File diff suppressed because one or more lines are too long

@ -1,7 +1,7 @@
{ {
"id": "templater-obsidian", "id": "templater-obsidian",
"name": "Templater", "name": "Templater",
"version": "1.9.8", "version": "1.9.9",
"description": "Create and use templates", "description": "Create and use templates",
"minAppVersion": "0.11.13", "minAppVersion": "0.11.13",
"author": "SilentVoid", "author": "SilentVoid",

@ -9,7 +9,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Reading list/@Reading master.md", "file": "Networks/Server Tools.md",
"mode": "preview" "mode": "preview"
} }
} }
@ -68,7 +68,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Reading list/@Reading master.md", "file": "Networks/Server Tools.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -104,19 +104,19 @@
} }
} }
], ],
"currentTab": 3 "currentTab": 0
}, },
"active": "c1cbd199334b4022", "active": "c1cbd199334b4022",
"lastOpenFiles": [ "lastOpenFiles": [
"Reading list/@Reading master.md",
"Networks/Server Tools.md", "Networks/Server Tools.md",
"Networks/Server Cloud.md",
"Networks/Configuring UFW.md",
"Networks/Configuring Postfix.md",
"Networks/Server Alias.md", "Networks/Server Alias.md",
"Networks/Selfhosting.md", "New Note.md",
"Networks/Domains.md", "Networks/@Networks.md",
"Investments/EOS.md", "Networks/VPS Console Dialogue.md",
"Computer setup/NextDNS.md", "Reading list/@Reading master.md",
"New Product.md", "Networks/Untitled.md"
"Computer setup/@Computer Set Up.md",
"Life Orga/Finances.md"
] ]
} }

@ -80,14 +80,14 @@ style: number
   
#### August 2021: Porcherie à Giat #### At 2021: Porcherie à Giat
##### Points saillants ##### Points saillants
1. Usage intensif de l'eau 1. Usage intensif de l'eau
2. Pollution 2. Pollution
3. Exonomiquement pas viable 3. Economiquement pas viable
##### Business plan ##### Business plan

@ -0,0 +1,134 @@
---
Alias: ["UFW"]
Tag: ["Server", "Firewall"]
Date: 2021-10-04
DocType: "Personal"
Hierarchy: "NonRoot"
TimeStamp:
location: [51.514678599999996, -0.18378583926867909]
CollapseMetaTable: Yes
---
Parent:: [[Selfhosting]], [[Server Alias]], [[Server Cloud]], [[Server Tools]]
---
 
```button
name Save
type command
action Save current file
id Save
```
^button-UFWSave
 
# Configuration of UFW
 
```ad-abstract
title: Summary
collapse: open
Description of basic commands for UFW
```
 
```toc
style: number
```
 
---
 
### Installation and activation
 
UFW should be installed by default in Ubuntu servers. If not, see below.
 
#### Installation of UFW
`sudo apt install ufw`
 
#### Activation of UFW
`sudo ufw status`
If disabled:
`sudo ufw enable`
 
---
 
### Basic commands
 
#### UFW rules status
'sudo ufw status'
Commands can be appended:
- `verbose`: details incoming/outgoing rules
- `numbered`: display rule numbers
 
#### UFW rule management
##### Allow / Deny
`sudo ufw allow/deny`
Then:
| Type to allow | Syntax
|--------------|--------
**IP** | from (ip address/range)
**Port** | (portnumber)/(protocol)
**Service** | (service name)
**Protocol** | proto (protocol name)
 
##### Rule priority
Certain rules like IP denial need to be put on top of the rule stack as UFW reads rules in order one after another. Insert the following in the command to force insertion:
`insert 1 (or any place in the pecking order)`
 
##### Complex rule syntax
Finer rules can be defined with the following syntax.
| rule condition | syntax
|--------------|--------
**connecting IP** | from (ip or any)
**internal IP** | to (ip or any)
**protocol** | proto (protocol or any)
**port** | port (port or any)
**outgoing traffic** | out
 
 

@ -213,7 +213,7 @@ sudo apt-get install -y libmagickcore-6.q16-6-extra
##### UFW ##### UFW
Firewall management. Firewall management, see [[Configuring UFW|here]] for more details.
   

@ -179,7 +179,7 @@ Provides SSL certification from **Let's Encrypt**. Installation dependencies are
##### UFW ##### UFW
Firewall management. Firewall management, see [[Configuring UFW|here]] for more details.
   

Loading…
Cancel
Save