966 private links
If you’re using PiHole on your network to block ads and prevent your various smart devices from sending tracking information to their manufacturers, you migh...
This project aims to be one of the most accessible vim guides available.
- Framagenda ➢ Nextcloud
- Framabag ➢ Wallabag
- Framabee ➢ Searx
- Framabin ➢ PrivateBin
- Framaboard ➢ Kanboard
- Framabookin ➢ Bicbucstriim
- Framacarte ➢ uMap
- Framaclic ➢ Dolomon
- Framadate
- Framadrive ➢ Nextcloud
- Framadrop ➢ Lufi
- Framaforms
- Framagit ➢ Gitlab
- Framalink ➢ LSTU
- Framaliste ➢ Sympa
- Framaestro
- Framemo ➢ Scrumblr
- Framindmap ➢ Wisemapping
- Framinetest ➢ Minetest
- Framanews ➢ TinyTinyRSS
- Framanotes ➢ Turtl
- Framapad ➢ Etherpad
- Framapiaf ➢ Mastodon
- Framapic ➢ Lutim
- Framasite ➢ Grav
- Framaslides ➢ Strut
- Framatalk ➢ Jitsi Meet
- Framateam ➢ Mattermost
- Framavectoriel ➢ SVG-Edit
- Framavox ➢ Loomio
- MyFrama ➢ Shaarli
Click a selector to see which element(s) that gets selected in the result.
.intro
#Lastname
.intro, #Lastname
h1
h1, p
div p
div > p
ul + p
ul ~ table
*
p.myquote
[id]
[id=my-Address]
[id$=ess]
[id|=my]
[id^=L]
[title~=beautiful]
[id*=s] ...
Best practices for cron
Version control
Keep it organized
Always test
Use scripts
Use aliases
Forward emails
Document everything
Avoid root
Chain things together
Avoid redirects to /dev/null
Don’t rely on email
Avoid passwords
Use full paths
Conditionally run
Use /etc/cron.* when appropriate
Efficiency rarely matters
When in doubt, run more often
Deno Cheat Sheet and also TypeScript cheat sheet.