REBIRTH
This commit is contained in:
@@ -4,7 +4,7 @@ tags:
|
||||
- data
|
||||
- setup
|
||||
requires:
|
||||
- git
|
||||
- data/git.md
|
||||
---
|
||||
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ tags:
|
||||
- data
|
||||
- git
|
||||
requires:
|
||||
- git
|
||||
- data/git.md
|
||||
---
|
||||
|
||||
You can make Alice the author, while you are still the commiter:
|
||||
|
||||
@@ -4,7 +4,7 @@ tags:
|
||||
- data
|
||||
- git
|
||||
requires:
|
||||
- git
|
||||
- data/git.md
|
||||
---
|
||||
|
||||
Git Large File Storage ('LFS') needs to change your `~/.gitconfig` to check out those binary files:
|
||||
|
||||
@@ -4,7 +4,7 @@ tags:
|
||||
- data
|
||||
- git
|
||||
requires:
|
||||
- git
|
||||
- data/git.md
|
||||
---
|
||||
|
||||
Save file-changes without committing anything.
|
||||
|
||||
@@ -5,8 +5,8 @@ tags:
|
||||
- secrets
|
||||
- TUI
|
||||
requires:
|
||||
- gpg
|
||||
- vim
|
||||
- data/gpg.md
|
||||
- writing/vim.md
|
||||
---
|
||||
|
||||
|
||||
|
||||
@@ -4,10 +4,10 @@ tags:
|
||||
- vim
|
||||
- data
|
||||
- gpg
|
||||
requires:
|
||||
- gpg
|
||||
- vim
|
||||
- comfy
|
||||
requires:
|
||||
- data/gpg.md
|
||||
- writing/vim.md
|
||||
---
|
||||
|
||||
The `vim-gnupg` plug-in lets vim edit gpg-encrypted files as if they were unencrypted.
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: groff
|
||||
tags:
|
||||
- data
|
||||
- documentation
|
||||
- typography
|
||||
- logic
|
||||
---
|
||||
# Basic Documents
|
||||
@@ -62,8 +63,6 @@ The equation shorthands are predictable:
|
||||
| Not equal | != |
|
||||
| Superscript | sup {thing} |
|
||||
|
||||
- [List of symbols](https://www.math-linux.com/man/man7/groff_char.7.html)
|
||||
|
||||
### Examples
|
||||
|
||||
The fraction 2/5ths:
|
||||
|
||||
@@ -13,7 +13,7 @@ mkdir ~/.config/newsboat
|
||||
echo 'https://voidlinux.org/atom.xml foss tech' >> ~/.config/newsboat/urls
|
||||
```
|
||||
|
||||
Start `newsobat` and press `r` to load your feed.
|
||||
Start `newsboat` and press `r` to load your feed.
|
||||
|
||||
To add a feed, you can press `E` to edit that `urls` file.
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ tags:
|
||||
- credentials
|
||||
- secrets
|
||||
requires:
|
||||
- gpg
|
||||
- data/gpg.md
|
||||
---
|
||||
|
||||
Setup [gpg](gpg.md) keys.
|
||||
|
||||
@@ -7,7 +7,7 @@ tags:
|
||||
- 2fa
|
||||
- otp
|
||||
requires:
|
||||
- pass
|
||||
- data/pass.md
|
||||
---
|
||||
|
||||
Need a Microsoft or Google authenticator?
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
pdftoppm -png input.pdf page
|
||||
|
||||
for x in *png; do
|
||||
tesseract -l eng "$x" - >> out.tex
|
||||
done
|
||||
|
||||
rm *png
|
||||
|
||||
sed -i -ze :a -e 's/\([a-z]\)\(-\)\n\+\([a-zA-Z]\)/\1\3/g' out.tex
|
||||
sed -i -ze :a -e 's/\([a-z]\)\n\+\([a-zA-Z]\)/\1 \2/g' out.tex
|
||||
sed -i -ze :a -e 's/\([A-Z]\){3}\+\n/\1 XYZ/g' out.tex
|
||||
sed -i -ze :a -e 's/\n\([A-Z]\{3\}\+\)\n/\\section{\1}\n/g' out.tex
|
||||
sed -i -ze :a -e 's/\([a-z]\)\. \([A-Z]\)/\1\.\n\2/g' out.tex
|
||||
|
||||
sed -i 's/“//g' out.tex
|
||||
sed -i "s/”/''/g" out.tex
|
||||
sed -i "s/’/'/g" out.tex
|
||||
sed -i "s/‘/'/g" out.tex
|
||||
sed -i "s/\.''/''\./g" out.tex
|
||||
sed -i "s/ — / -- /g" out.tex
|
||||
sed -i 's/\$/\\$/g' out.tex
|
||||
sed -i 's/%/\\%/g' out.tex
|
||||
sed -i 's/&/\\&/g' out.tex
|
||||
@@ -4,7 +4,7 @@ tags:
|
||||
- metadata
|
||||
- ghost script
|
||||
- gs
|
||||
- .pdf
|
||||
- pdf
|
||||
---
|
||||
|
||||
You cannot erase pdf metadata with `exiftool` (it only *appends* your changes).
|
||||
|
||||
@@ -4,8 +4,7 @@ tags:
|
||||
- data
|
||||
- calendar
|
||||
requires:
|
||||
- nginx
|
||||
- certbot
|
||||
- networking/nginx.md
|
||||
---
|
||||
|
||||
Check before you start:
|
||||
|
||||
@@ -6,9 +6,9 @@ tags:
|
||||
- recfiles
|
||||
- tex
|
||||
requires:
|
||||
- recfiles
|
||||
- tex
|
||||
- makefiles
|
||||
- data/recfiles.md
|
||||
- writing/tex.md
|
||||
- system/makefiles.md
|
||||
---
|
||||
|
||||
Store your bibliography in a `recfile` database, then extract any part with `make`.
|
||||
|
||||
@@ -5,7 +5,7 @@ tags:
|
||||
- recfiles
|
||||
- games
|
||||
requires:
|
||||
- recfiles
|
||||
- data/recfiles.md
|
||||
---
|
||||
|
||||
You can play with a board games database from boardgamegeek.com.
|
||||
|
||||
@@ -5,7 +5,7 @@ tags:
|
||||
- database
|
||||
- recfiles
|
||||
requires:
|
||||
- recfiles
|
||||
- data/recfiles.md
|
||||
---
|
||||
|
||||
## Create
|
||||
|
||||
@@ -4,7 +4,8 @@ tags:
|
||||
- data
|
||||
- recfiles
|
||||
- games
|
||||
requires: recfiles
|
||||
requires:
|
||||
- data/recfiles.md
|
||||
---
|
||||
|
||||
## Download the Database
|
||||
|
||||
@@ -5,8 +5,8 @@ tags:
|
||||
- recfiles
|
||||
- logs
|
||||
requires:
|
||||
- recfiles
|
||||
- nginx
|
||||
- data/recfiles.md
|
||||
- networking/nginx.md
|
||||
---
|
||||
|
||||
The standard `nginx` log format has such a lack of consistency or meaning that you might squint your face into a whirlpool making sense of them:
|
||||
|
||||
@@ -4,7 +4,7 @@ tags:
|
||||
- data
|
||||
- recfiles
|
||||
requires:
|
||||
- recfiles
|
||||
- data/recfiles.md
|
||||
---
|
||||
|
||||
Sometimes `recsel` chokes on a large query, and you need to break the query into chunks with a pipe.
|
||||
|
||||
@@ -6,7 +6,7 @@ tags:
|
||||
- spreadsheet
|
||||
- csv
|
||||
requires:
|
||||
- vim
|
||||
- writing/vim.md
|
||||
---
|
||||
|
||||
- [Sample file](sc-im/sample.sc)
|
||||
|
||||
@@ -5,7 +5,8 @@ tags:
|
||||
- search
|
||||
- locate
|
||||
- plocate
|
||||
requires: cron
|
||||
requires:
|
||||
- system/cron.md
|
||||
---
|
||||
|
||||
You can search every file on the computer instantly by installing `plocate`.
|
||||
|
||||
@@ -6,8 +6,8 @@ tags:
|
||||
- lfs
|
||||
- TUI
|
||||
requires:
|
||||
- git
|
||||
- nginx
|
||||
- data/git.md
|
||||
- networking/nginx.md
|
||||
---
|
||||
|
||||
- [Soft-Serve with https](soft-serve/soft_https.md)
|
||||
|
||||
@@ -5,8 +5,8 @@ tags:
|
||||
- git server
|
||||
- lfs
|
||||
requires:
|
||||
- git
|
||||
- nginx
|
||||
- data/git.md
|
||||
- networking/nginx.md
|
||||
---
|
||||
|
||||
## `http` Setup
|
||||
|
||||
@@ -5,8 +5,8 @@ tags:
|
||||
- git server
|
||||
- maintenance
|
||||
requires:
|
||||
- git
|
||||
- nginx
|
||||
- data/git.md
|
||||
- networking/nginx.md
|
||||
---
|
||||
|
||||
Over time git repositories become bloated with old data, but never get cleaned.
|
||||
|
||||
@@ -4,7 +4,7 @@ tags:
|
||||
- backups
|
||||
- synch
|
||||
requires:
|
||||
- ssh
|
||||
- networking/ssh.md
|
||||
---
|
||||
|
||||
Install unison on both machines, and make sure both have the same version of unison, with the same version of the ocaml compiler (the smallest difference will cause problems).
|
||||
|
||||
Reference in New Issue
Block a user