I taught my nieces how to design a basic web page and they loved it. Seeing things change in real time from another language was eye-opening for them.
- 0 Posts
- 13 Comments
Restored my backup and have all and none of the files, sir. Don’t look at it until we fsck.
uenticx@lemmy.worldto
Selfhosted@lemmy.world•How Do you keep your services updated?English
1·8 days agoSnapshots and
for i in $hosts;do ssh -tt "sudo apt update -y && sudo apt upgrade -y";doneFor docker/k8s: argocd, helm, etc.
Its getting difficult to notice if any wrong port is still open or some web server is out of date
This isn’t generally done with security scanners unless you’re running hundreds of nodes. Use iptables rules with inclusive rules only to block ports. Keep your software inventoried for the rest, or some sort of basic configuration management.
If you don’t have these basics, what good is a scanner going to do for you?
E: Re-reading this, I didn’t mean for it to sound snide. Genuinely wanting to help … OpenVAS is probably what you’re after.
Could use something as simple as a cronjob or gitea runners. Loki/Grafana can read logs and trigger webhooks, send emails, etc.
uenticx@lemmy.worldto
politics @lemmy.world•Trump issues grim warning to journalist over missing U.S. airman: ‘Give it up or go to jail’
27·16 days agoBetting, instead of reading. That’s how he was elected.
uenticx@lemmy.worldto
Selfhosted@lemmy.world•Idea for experiment: mail to fediverse?English
1·20 days agopostfix/dovecot flow through my veins and I think one just popped imagining it. I may not be getting the end game here.
OP: Do you mean sending DM/PM’s to users at certain instances? This would require each one to have correctly (and strict) aligned SPF/DMARC/DKIM … or a cluster that handles it for them and pushes it via API to the instance.
uenticx@lemmy.worldto
Selfhosted@lemmy.world•Web-based document editing without Nextcloud?English
1·20 days agoAdmittedly it’s been years, but this thread now has me firing off an updated instance :P
README.md
uenticx@lemmy.worldto
Selfhosted@lemmy.world•Web-based document editing without Nextcloud?English
6·21 days agoLibreOffice online: https://www.libreoffice.org/download/libreoffice-online/
uenticx@lemmy.worldto
Selfhosted@lemmy.world•What do you use for your server administration?English
2·23 days agoSame, just replace docker compose with cloud-init. Gitea runners for deployment.
uenticx@lemmy.worldto
politics @lemmy.world•At Pentagon Christian service, Hegseth prays for violence 'against those who deserve no mercy'
8·27 days agoA true Atheist/Agnostic has realized empathy just pondering why all this is happening.
This man has never done that. He ‘believes’.
I don’t see a suggestion to use MACFuse here, so I’ll just drop this here: https://macfuse.github.io/
Copy your ssh pub key to the device
ssh-copy-id user@hostnameThen just mount it:
sshfs user@hostname:/remote/path ~/mnt/myfiles \ -o reconnect \ -o ServerAliveInterval=15 \ -o ServerAliveCountMax=3 \ -o follow_symlinks \ -o IdentityFile=~/.ssh/id_rsa