Monthly Archive: May 2021

Data Backup Strategy for ZFS-Pool on TrueNas

In theory there is one solution to backup a TrueNas Data-Share to an external hard disc: Fiddle with send/receive (see below) In practice, there are different options: 1) use syncoid 2) use TrueNas “local replication” 3) use a script with send/receive 4) use rsync Options 1-3 expect ZFS on the target volume, option 4 works with any filesystem. Should i...

SAP – SAC Webinar Series

There is an interesting Webinar Series about SAC (6h in sum). No deep-dive, as promised, but a nice overview on the capabilities of the SAC frontend. My opinion: Great reporting frontend, targeted to self-service build dashboards. Event.on24.com – SAC Webinar Series Content: 1) Visualize Data with SAP Analytics Cloud 2) Design Stories Worth Sharing 3) Get Smart with Augmented Analytics...

SAP – BTP, RAP, CAP, CDS, WTF…

My first blog-post on the SAP community page is live. SAP Business Technology Platform: What’s that, what can you do with it, and why you should have a look at it… SAP Blogs – BTP, SCP, CAP, RAP… OMG

Ubiquity Edge Router X and Wireguard

Wireguard is some really cool stuff. However i still did not get it to work on the Edge Router X – shame on me.. Keeping this for later.. https://github.com/WireGuard/wireguard-vyatta-ubnt https://www.erianna.com/wireguard-ubiquity-edgeos/ https://neontom.com/blog/wireguard-on-edgeos/

Remove jscript – CSS only mobile navigation

Finally made it… My page (not this one, though) is totally JS-free. No cookies, no JavaScript. Just plain HTML and CSS. This gives a better user experience, fast page loading times, and a better Lighthouse score.. The last bit, was to change the mobile navigation. I used this snippet to make it work: https://codepen.io/mutedblues/pen/MmPNPG