<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tipps on sekureco42</title><link>https://sekureco42.ch/tags/tipps/</link><description>Recent content in Tipps on sekureco42</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>&amp;copy; 2025 rOger Eisenecher</copyright><lastBuildDate>Tue, 21 Feb 2023 22:58:15 +0100</lastBuildDate><atom:link href="https://sekureco42.ch/tags/tipps/index.xml" rel="self" type="application/rss+xml"/><item><title>Open port to Custom VM in Oracle Cloud</title><link>https://sekureco42.ch/posts/oracle-cloud-open-ports-to-custom-vm/</link><pubDate>Tue, 21 Feb 2023 22:58:15 +0100</pubDate><guid>https://sekureco42.ch/posts/oracle-cloud-open-ports-to-custom-vm/</guid><description>&lt;p>Oracle is a nice cloud provider which provides some resources for free. That&amp;rsquo;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).&lt;/p></description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://sekureco42.ch/posts/oracle-cloud-open-ports-to-custom-vm/featured.png"/></item><item><title>Azure Cross Tenant MFA Trust Settings</title><link>https://sekureco42.ch/posts/azure-cross-tenant-mfa-trust-setting/</link><pubDate>Fri, 17 Feb 2023 09:57:15 +0100</pubDate><guid>https://sekureco42.ch/posts/azure-cross-tenant-mfa-trust-setting/</guid><description>&lt;p>To have MFA enabled also in a B2B scenario is important. But it could lead to two MFA prompts which could lead to the &lt;a href="https://builtin.com/cybersecurity/mfa-fatigue" target="_blank" rel="noopener">MFA fatigue&lt;/a> &lt;span class="text-xs">
&lt;span class="inline-block icon">
&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">&lt;!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. -->&lt;path fill="currentColor" d="M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3V192c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z"/>&lt;/svg>
&lt;/span>
&lt;/span>
syndrom. In this post I will show you how you could reduce MFA prompts.&lt;/p></description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://sekureco42.ch/posts/azure-cross-tenant-mfa-trust-setting/featured.png"/></item><item><title>Comment function for static websites with Remark42</title><link>https://sekureco42.ch/posts/comment-function-for-static-websites-with-remark42/</link><pubDate>Sat, 04 Feb 2023 15:53:15 +0100</pubDate><guid>https://sekureco42.ch/posts/comment-function-for-static-websites-with-remark42/</guid><description>&lt;p>Static websites are incredibly fast - but the drawback is that you can&amp;rsquo;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.&lt;/p></description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://sekureco42.ch/posts/comment-function-for-static-websites-with-remark42/featured.png"/></item><item><title>rsync web site data to webserver with GitLab CI/CD job</title><link>https://sekureco42.ch/posts/rsync-to-webserver-with-gitlab-ci-cd/</link><pubDate>Fri, 03 Feb 2023 08:04:15 +0100</pubDate><guid>https://sekureco42.ch/posts/rsync-to-webserver-with-gitlab-ci-cd/</guid><description>&lt;p>This blog is based on &lt;a href="https://gohugo.io" target="_blank" rel="noopener">hugo&lt;/a> &lt;span class="text-xs">
&lt;span class="inline-block icon">
&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">&lt;!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. -->&lt;path fill="currentColor" d="M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3V192c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z"/>&lt;/svg>
&lt;/span>
&lt;/span>
- 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.&lt;/p></description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://sekureco42.ch/posts/rsync-to-webserver-with-gitlab-ci-cd/featured.png"/></item><item><title>Recoloring of SVG icons</title><link>https://sekureco42.ch/posts/recolor-svg-icons/</link><pubDate>Thu, 02 Feb 2023 20:03:15 +0100</pubDate><guid>https://sekureco42.ch/posts/recolor-svg-icons/</guid><description>&lt;p>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.&lt;/p></description><media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://sekureco42.ch/posts/recolor-svg-icons/featured.png"/></item></channel></rss>