[[Silver serverless]]
- CREATE SB BESTPRACICE DOCS (SILVERTUTOR)
- Share Readonly pages marked by tags (change server.go)#idea
- change base index.html - introduce iframe on right
- compile/get latest go implementation for wanix
LD_PRELOAD is an environment variable in Linux/Unix systems that tells the dynamic linker
to load specific shared libraries before any other libraries when running a program.
When you run a program, the dynamic linker loads the required shared libraries.
LD_PRELOAD forces certain libraries to be loaded first, allowing you to override functions from other libraries.
| name | Library/lalyos/silvertutor/index |
|---|---|
| tags | meta/library |
| description | SilverBullet Tutor library |
| author | lalyos |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Demo</title> | |
| </head> | |
| <body> | |
| <h1>Static Demo site</h1> | |
| by using: | |
| <li><a href="https://chart.onechart.dev/">OneChart</a>'s static-site chart | |
| <li>a html coming from github/<a href="https://gist.github.com/lalyos/4d393910a18e2f0a256bac2c8a18f738">gist</a> |
Iximiuz discord message: https://discord.com/channels/1052678631744344074/1225074412030787604/1383140982874444029
| mkdir -p /var/lib/rancher/k3s/agent/images/ | |
| VERSION_K3S=$(curl -w '%{url_effective}' -L -s -S https://update.k3s.io/v1-release/channels/stable -o /dev/null | sed -e 's|.*/||') | |
| curl -sL -o /var/lib/rancher/k3s/agent/images/airgap-images.tar https://github.com/k3s-io/k3s/releases/download/${VERSION_K3S}/k3s-airgap-images-amd64.tar |