From 5208fb78359e059344f02a31967c1418d0b14c7a Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Wed, 21 Dec 2022 23:30:20 +0100 Subject: [PATCH] formatting --- data/sc-im.md | 16 ++++++++-------- networking/transmission.md | 8 ++++++-- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/data/sc-im.md b/data/sc-im.md index 9ff0386..d1845f8 100644 --- a/data/sc-im.md +++ b/data/sc-im.md @@ -12,7 +12,7 @@ tags: [ "Documentation", "data" ] > g0 = most left. > \ = insert middle -> > = insert left +> \> = insert left > < = insert right gb4 = to to cell b4 @@ -50,13 +50,13 @@ gb4 = to to cell b4 ## Functions -| Action | Key | -|:--------------------------------|:---:| -| add A1 to A4 | =@sum(A1:A4) | -| average B1 to B4 | =@avg(B1:B4) | -| maximum of those numbers | =@max(B1:B4) | -| minimumof those numbers | =@min(B1:B8) | -| multiply C1 to C8 | =@prod(C1:C8) | +| Action | Key | +|:--------------------------------|:------------:| +| add A1 to A4 | =@sum(A1:A4) | +| average B1 to B4 | =@avg(B1:B4) | +| maximum of those numbers | =@max(B1:B4) | +| minimumof those numbers | =@min(B1:B8) | +| multiply C1 to C8 | =@prod(C1:C8)| ## Visual diff --git a/networking/transmission.md b/networking/transmission.md index 0daa074..491564f 100644 --- a/networking/transmission.md +++ b/networking/transmission.md @@ -1,6 +1,6 @@ --- title: "transmission" -tags: [ "Documentation", "Networking" ] +tags: [ "Documentation", "Networking", "Torrenting" ] --- # Torrench @@ -16,6 +16,10 @@ It looks like this: `magnet:?xt=urn:btih:05547db7c0c5fbbe50f00212ee43e9cec5b006fa&dn=Sita+Sings+the+Blues+%281080P+official+release%29&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Fexodus.desync.com%3A6969` +But you only need this bit (up until the `&` character): + +`magnet:?xt=urn:btih:05547db7c0c5fbbe50f00212ee43e9cec5b006fa` + # Transmission The package is often called `transmission-cli`. @@ -46,7 +50,7 @@ E.g.: > sudo usermod -aG transmission $USER -Open a new terminal for the group changes to take effect. +Log in again for the changes to take effect (or open a new TTY with `Ctrl+Alt+F2`). ## Removing Torrents