aksdb
@aksdb@lemmy.world
- Comment on Ansible iptables best practices? 5 days ago:
Half off-topic, sorry: if you have some spare time on the weekend, you might want to take a look at nftables. AFAIK iptables is also just using nftables under the hood, so you are basically using a deprecated technology.
nftables is so much nicer to work with. In the end I have my custom rules (which are much saner to define than in iptables) in
/etc/nftables.conf
, then I have a very simple systemd unit:[Unit] Description=Restore nftables firewall rules Before=network-pre.target [Service] Type=oneshot ExecStart=/usr/sbin/nft -f /etc/nftables.conf ExecStop=/usr/sbin/nft flush table inet filter RemainAfterExit=yes [Install] WantedBy=multi-user.target
and finally if I push updates via ansible I simply replace the file and run
nft -f /etc/nftables.conf
(via ansible; on-change event). - Comment on Developing a self-hosted alternative to Google Keep 1 week ago:
The shopping list alone is beautifully done. Glad that I could help 🙂
- Comment on Developing a self-hosted alternative to Google Keep 1 week ago:
There are 2 hard problems in computer science: cache invalidation, naming things, and off-by-1 errors.
– Leon Bambrick
- Comment on Developing a self-hosted alternative to Google Keep 1 week ago:
Regarding your requirement, you might want to take a look at KitchenOwl.
If you prefer freestyle notes/lists, Joplin can share and sync note collections as well.
- Comment on Online office suite alternatives 1 month ago:
CryptPad is absolutely fantastic. Easy to host and secure design.
- Comment on Kingdom Come: Deliverance 2 hits 1m sales in just one day 2 months ago:
The second one gives you the necessary flashbacks to catch up if you should intend to follow the story. It also explains all the basics of the game mechanics as part of the quests.