Author: Daniel

SAP HANA 2.0 express edition on Proxmox

I finally finished the blog-post on the HANA 2.0 express edition installation on Proxmox. see SAP Community to read it Can’t wait to do the first release-upgrade 😉

Gitea & Github

1) Setup private Gitea repository (name: origin) .. and push current branch there (default branch is “master”): git remote add origin https://gitea-url/test.git git push -u origin master 2) Add a new branch publish git branch publish git checkout publish 3) Setup public Github repository (name: public) .. and push branch “publish” to this repository called “public” (careful: default branch is...

Git Repository inside other Git Repository

use “Git Submodules” see: https://git-scm.com/book/en/v2/Git-Tools-Submodules Example: > git submodule add https://url/example.git Target-Folder Quote: “Although is a subdirectory in your working directory, Git sees it as a submodule and doesn’t track its contents when you’re not in that directory. Instead, Git sees it as a particular commit from that repository.” (https://git-scm.com/book/en/v2/Git-Tools-Submodules)

UI5 Linklist – From Abap to Fullstack

see: https://jacekw.dev/blog/2022/from-abap-to-fullstack/ Linklist: UI5: Licensing 30 days of UI5 Get Started: Setup, Tutorials, and Demo Apps UI5 Sample Library Clean SAPUI5: More readable, maintainable and testable code TechEd 2022 – Bringing UI to the Next Level with SAPUI5 and UI5 Web Components CSS: CSS-Tricks https://lesscss.org/ JavaScript/TypeScript: https://exploringjs.com/index.html Programing Models: CAP

Handy Firefox Stuff

Settings for Firefox: 1) Show password suggestions only for subdomain, and not for whole domain (other subdomains as well) in about:config: signon.includeOtherSubdomainsInLookup false source: marius.bloggt-in-braunschweig.de and https://support.mozilla.org/

vim – Good to know

What is vim? Vim is a highly configurable text editor, making text-editing efficient (note: not easy). It’s present on most unix/linux-based systems.” (vim.org) Why using vim? When there is no other text-editor available on any Unix/Linux/x-System, there is vi. It’s not easy to use, but fun.. For more reasons see (hackernoon.com). Personally i use vim to edit config files. For...

Backup-script for TrueNas

As described in the previous post, i modified the awesome script from Jörg Binnewald @ https://esc-now.de/ to suit my needs. The script is automatically triggered, when the backup-HDD is attached to the TrueNAS-Server. The Datasets (and child-Datasets) are incrementally backed-up via send/receive (ZFS feature). The source code can be found here: script: https://github.com/dapuru/zfsbackup A devd-rule (can also be found at...

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