Look for the new if, then if on turn on light. Else turn the light off.
Matt The Horwoodto Cybersecurity@sh.itjust.works•Why Strong Passwords Matter More Than EverEnglish4·7 days agoI would prefer, why 2fa everywhere is important. But not SMS!
If you have 2fa on accounts, your password is only 1 bit of the login. Passkeys or yubikeys will stop most login attempts dead, you can’t send them to anyone.
But yes unique passwords also help, as that 1 service is the only thing with that password.
Matt The Horwoodto Mildly Infuriating@lemmy.world•Pearson complaining about using Linux to access my course materialEnglish21·9 days agowelp, I use Vivaldi without any user-agent switching and it works fine
Matt The Horwoodto Selfhosted@lemmy.world•Vaultwarden selfhosting, or bitwarden service?English8·9 days agoI migrated from KeePass2 as the the DB would get out of sync and need to be merged back together. Thats why I moved to Vaultwarden, I like having my data on my own stuff
Matt The Horwoodto Selfhosted@lemmy.world•Vaultwarden selfhosting, or bitwarden service?English1·9 days agoI second Vaultwarden, have been running it for a few years and even had a catastrophic host failure that I recovered from. was able to use the clients on both phone and laptop while building new host
There is a backup image you can run to take backups of the SQLite DB, used that a few times as the DB got tangled.
Also anything you host should have a good 3-2-1 backup strategy
Matt The Horwoodto Self Hosted - Self-hosting your services.@lemmy.ml•[help] “docker compose run” isn’t doing what I think it’s supposed toEnglish3·11 days agoif it helps, I run Lemmy and dont stop the database at all.
I mount a back directory to the container and then run the bellow to do the backup.
dockerID=$(docker ps | grep lemmy_postgres | awk '{print $1}') docker exec ${dockerID} /usr/local/bin/pg_dumpall -c -U lemmy | gzip > /mnt/backups/lemmy/lemmy_dump_`date +%Y%m%d-%H%M%S`.sql.gz
replace the
lemmy_postgres
with your funkwhale name.
If you have a Google workspace, use that for IDP.
Sage might have a connector for that, then when looking for anything to run or saas. Check if they have any IDP connectors, openID or SAML.
Also, why not start scanning all your stuff into your Google workspace, make shared drives for teams/groups of users.
The news app has got a lot of love in the past 6 months, I think it also does podcasts.
There is a mobile app that you can use to collect from nextcloud
Matt The Horwoodto Selfhosted@lemmy.world•Fixing an expired SSL certificate remotelyEnglish3·22 days agoI once had to use both remote and local forwarding to update a remote Linux server from my windows laptop, from a virtual machine on my laptop.
Matt The Horwoodto Selfhosted@lemmy.world•How do I best deal with lots of Errors and Warnings after setting up Turnkey-Nextcloud?English19·24 days agoYou could read the documentation that each link points to, you might need to have console or SSH access to the server
You could start a Lemmy community with the current book in the community info, then use theeads to discuss each book
Matt The Horwoodto Selfhosted@lemmy.world•How do you handle absolutely critical alerts on your Android phone?English2·26 days agoPushover here, they have critical alert I think.
Use it for my nagios alert, home assistant and other command line stuff.
Super cheap at $5 one off payment and then 10000 messages per application. I have about 5 applications, so 10k*5.
The way I have my file, is a load of default stuff. Like block windows ports and allow SSH.
With a for loop that adds stuff for a specific host, like allow http/s for the web server.
That’s the point of the template, you change the bits the need change and the bits that are static get templated
I have used both, can tell you that a template file of
/etc/iptables/rules.v4
withiptables-persistent
is the easiest way.if you go the full IaC route and have vars for the rules, remember to get iptables to save its state after you have applied your rules
Matt The Horwoodto Selfhosted@lemmy.world•Why is my server using all my Swap but I have RAM to spare?English2·1 month agoAll I can tell you from my decades of Linux use is, the memory management is very odd.
But yes more free memory should help keep things running shooth, if you have the memory leave it as is
Matt The Horwoodto Selfhosted@lemmy.world•Why is my server using all my Swap but I have RAM to spare?English2·1 month agoThat’s how Linux manages it memory, it will use free memory as file cache till it needs it. Then free up memory for process use.
If your only half using the memory for actual services, you may want to reduce it.
Matt The Horwoodto Selfhosted@lemmy.world•Why is my server using all my Swap but I have RAM to spare?English4·1 month agoDepending on what your server is doing, swap use is normal. But if it’s into swap cuz ram is full, you will find it grinds to a halt.
Use
free -mh
to see what the memory use is, there is a way to reduce the swapiness if your running a database server and is advised.
yeah, I think so. So nodes are over meshtastic and some are over quux
I have been using https://newreleases.io/ to keep track of updates, it will send you messages when things get an update. you can change how often