Add some notes from bookmarks
This commit is contained in:
parent
7eeed4e435
commit
65380e5f12
2 changed files with 27 additions and 0 deletions
|
@ -67,3 +67,14 @@ Install language LSP server:
|
|||
```
|
||||
brew install python-lsp-server
|
||||
```
|
||||
|
||||
## Further Reading ##
|
||||
|
||||
* [Markdown Mode Book - Plaintext](https://github.com/jrblevin/markdown-mode-guide/blob/master/manuscript/guide.txt)
|
||||
* [Emacs config for publishing](https://github.com/pprevos/emacs-writing-studio)
|
||||
* [Emacs reference card](https://www.gnu.org/software/emacs/refcards/pdf/refcard.pdf)
|
||||
* [Yasnippet repo](https://github.com/joaotavora/yasnippet)
|
||||
* [Emacs Python](https://realpython.com/emacs-the-best-python-editor/)
|
||||
* [Effective Emacs](https://sites.google.com/site/steveyegge2/effective-emacs)
|
||||
* [Latex with emacs](https://michaelneuper.com/posts/efficient-latex-editing-with-emacs/)
|
||||
|
||||
|
|
|
@ -1,6 +1,22 @@
|
|||
|
||||
|
||||
# Forgejo #
|
||||
|
||||
For git ssh requires PAM active in ssh config.
|
||||
|
||||
# Actions #
|
||||
|
||||
Podman requires `slirn4netns` package to be installed.
|
||||
|
||||
Launching podman service and runner:
|
||||
|
||||
```sh
|
||||
podman system service -t 0 unix:///tmp/podman.sock&
|
||||
DOCKER_HOST=unix:///tmp/podman.sock ./forgejo-runner daemon
|
||||
```
|
||||
|
||||
I also needed to remove the dir under: /run/user/1000/netns/
|
||||
|
||||
# Further Reading #
|
||||
|
||||
* Admin guide: https://forgejo.org/docs/latest/admin/
|
||||
|
|
Loading…
Reference in a new issue