Tipps
Open port to Custom VM in Oracle Cloud
·743 words·4 mins·
loading
·
loading
English
Oracle Cloud
Security
Tipps
Oracle is a nice cloud provider which provides some resources for free. That’s perfect if you want to experiment with some web services. But unfortunatly accessing them is not an easy task if you are a beginner in this environment. I will show you what you have to do to get access to your VM (beside of SSH).
Azure Cross Tenant MFA Trust Settings
·499 words·3 mins·
loading
·
loading
English
Azure
MFA
Guest
Tipps
To have MFA enabled also in a B2B scenario is important. But it could lead to two MFA prompts which could lead to the MFA fatigue syndrom. In this post I will show you how you could reduce MFA prompts.
Comment function for static websites with Remark42
·390 words·2 mins·
loading
·
loading
English
Docker
Tipps
Expert
Static websites are incredibly fast - but the drawback is that you can’t use dynamic content like commenting of articles. But there is a solution for this issue: You could integrate external commenting services. One of them is Remark42 which can be self-hosted. This Article has some Tipps for setting up Remark42.
rsync web site data to webserver with GitLab CI/CD job
·927 words·5 mins·
loading
·
loading
English
GitLab
Tipps
CI/CD
Hugo
This blog is based on hugo - a static web page generator. It will generate all documents which have to be transfered to my web server. Instead of doing it manually I show you how to do it with a simple Gitlab CI/CD pipeline to automate all necessary steps.
Recoloring of SVG icons
·158 words·1 min·
loading
·
loading
English
HTML
Tipps
Recently I tried to add an additional SVG based icon to an existing web framework - but recoloring it like the other SVG based icons was not possible. After some digging around I found a solution for that issue.