forked from andonome/lk
		
	formatting
This commit is contained in:
		| @@ -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 | ||||
|  | ||||
|   | ||||
| @@ -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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user