# Schakko

Practical stuff apart from my work in system design and software architecture.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Unknown status LTE\_DIA\_IP with FRITZ!Box 6850 LTE and Telekom MagentaMobil Business

DevFeed: [Unknown status LTE\_DIA\_IP with FRITZ!Box 6850 LTE and Telekom MagentaMobil Business](<https://devfeed.tech/articles/unknown-status-lte-dia-ip-with-fritz-box-6850-lte-and-telekom-magentamobil-business-29336.md>)

Original publisher: [Read original article](<https://www.schakko.de/2025/05/21/unknown-status-lte_dia_ip-with-fritzbox-6850-lte-and-telekom-magentamobil-business/>)

Author: Schakko

Published: 2025-05-21T08:14:37Z

Content type: tutorial

Language: en

Sources: [Schakko](<https://devfeed.tech/sources/schakko.md>)

Topics: [Internet](<https://devfeed.tech/topics/internet.md>), [Website](<https://devfeed.tech/topics/website.md>)

Tags: [dns](<https://devfeed.tech/tags/dns.md>), [internet](<https://devfeed.tech/tags/internet.md>), [networking](<https://devfeed.tech/tags/networking.md>), [website](<https://devfeed.tech/tags/website.md>)

### AI overview

A troubleshooting report about a FRITZ!Box 6850 LTE using Telekom's MagentaMobil Business Speedbox Flex tariff. Although the LTE connection, IP address assignment, and DNS resolution worked, website access failed because no data pass had been booked for the tariff. Internet access worked after the data pass was booked.

### Source excerpt

This is one of those times when I feel pretty stupid.We booked the MagentaMobil Business Speedbox Flex tariff from Telekom for a company event. As the Speedbox wasn't available and the event was taking place soon, we booked a FRITZ!Box 6850 LTE at short notice. After inserting the SIM card [...] The post Unknown status LTE_DIA_IP with FRITZ!Box 6850 LTE and Telekom MagentaMobil Business appeared first on schakko.de.

## Migrating from 2 TByte SSD with MBR to 4 TByte with GPT

DevFeed: [Migrating from 2 TByte SSD with MBR to 4 TByte with GPT](<https://devfeed.tech/articles/migrating-from-2-tbyte-ssd-with-mbr-to-4-tbyte-with-gpt-29335.md>)

Original publisher: [Read original article](<https://www.schakko.de/2024/12/19/migrating-from-2-tbyte-ssd-with-mbr-to-4-tbyte-with-gpt/>)

Author: Schakko

Published: 2024-12-19T11:04:54Z

Content type: tutorial

Language: en

Sources: [Schakko](<https://devfeed.tech/sources/schakko.md>)

Topics: [Windows](<https://devfeed.tech/topics/windows.md>), [UEFI](<https://devfeed.tech/topics/uefi.md>), [Disk image](<https://devfeed.tech/topics/disk-image.md>)

Tags: [boot](<https://devfeed.tech/tags/boot.md>), [microsoft](<https://devfeed.tech/tags/microsoft.md>), [partitioning](<https://devfeed.tech/tags/partitioning.md>), [storage](<https://devfeed.tech/tags/storage.md>), [uefi](<https://devfeed.tech/tags/uefi.md>), [uncategorized](<https://devfeed.tech/tags/uncategorized.md>), [upgrade](<https://devfeed.tech/tags/upgrade.md>), [windows](<https://devfeed.tech/tags/windows.md>)

### AI overview

The article documents upgrading a Windows system from a 2 TByte SSD using MBR to a 4 TByte SSD using GPT. It explains that MBR's 2 TByte limit prevented full resizing and that UEFI booting required an EFI System Partition and an MSR partition.

### Source excerpt

Yesterday I wanted to replace my 2 TByte SSD with a 4 TByte model as I was running out of hard drive space. My last upgrade two years ago from 1 TByte to 2 TByte went smoothly: I cloned the old SSD to the new SSD and then extended the [...] The post Migrating from 2 TByte SSD with MBR to 4 TByte with GPT appeared first on schakko.de.

## Fixing "Guided Access app unavailable. Please contact your administrator" when using Microsoft Intune and Endpoint Manager

DevFeed: [Fixing "Guided Access app unavailable. Please contact your administrator" when using Microsoft Intune and Endpoint Manager](<https://devfeed.tech/articles/fixing-guided-access-app-unavailable-please-contact-your-administrator-when-using-microsoft-intune-and-endpoint-manager-29334.md>)

Original publisher: [Read original article](<https://www.schakko.de/2022/03/16/fixing-guided-access-app-unavailable-please-contact-your-administrator-when-using-microsoft-intune-and-endpoint-manager/>)

Author: Schakko

Published: 2022-03-16T15:30:43Z

Content type: tutorial

Language: en

Sources: [Schakko](<https://devfeed.tech/sources/schakko.md>)

Topics: [iphone](<https://devfeed.tech/topics/iphone.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [Microsoft](<https://devfeed.tech/topics/microsoft.md>), [Entra ID](<https://devfeed.tech/topics/entra-id.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Network](<https://devfeed.tech/topics/network.md>), [Availability](<https://devfeed.tech/topics/availability.md>)

Tags: [availability](<https://devfeed.tech/tags/availability.md>), [azure](<https://devfeed.tech/tags/azure.md>), [connectivity](<https://devfeed.tech/tags/connectivity.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [ios](<https://devfeed.tech/tags/ios.md>), [iphone](<https://devfeed.tech/tags/iphone.md>), [microsoft](<https://devfeed.tech/tags/microsoft.md>), [mobile](<https://devfeed.tech/tags/mobile.md>)

### AI overview

A troubleshooting account of an iPhone MDM deployment failure in Microsoft Intune and Endpoint Manager, where the user saw a "Guided Access app unavailable" error. It examines network connectivity, waiting for deployment, removing and re-enrolling the device, checking the VPP token, and reviewing the iPhone's system state.

### Source excerpt

Another problem I had recently asked about, had been a failed iPhone MDM rollout. As in my previous blog post mentioned, the endpoints in the environment - including iPhones - are managed with Microsoft Endpoint Manager. During one of the iPhone deployments, the user received the error Guided Access app [...] The post Fixing "Guided Access app unavailable. Please contact your administrator" when using Microsoft Intune and Endpoint Manager appeared first on schakko.de.

## Distributing Adobe Acrobat DC with Microsoft Intune and Endpoint Manager

DevFeed: [Distributing Adobe Acrobat DC with Microsoft Intune and Endpoint Manager](<https://devfeed.tech/articles/distributing-adobe-acrobat-dc-with-microsoft-intune-and-endpoint-manager-29333.md>)

Original publisher: [Read original article](<https://www.schakko.de/2021/12/07/distributing-adobe-acrobat-dc-with-microsoft-intune-and-endpoint-manager/>)

Author: Schakko

Published: 2021-12-07T11:18:34Z

Content type: tutorial

Language: en

Sources: [Schakko](<https://devfeed.tech/sources/schakko.md>)

Topics: [Deployment](<https://devfeed.tech/topics/deployment.md>), [Microsoft](<https://devfeed.tech/topics/microsoft.md>), [Operating system](<https://devfeed.tech/topics/operating-system.md>)

Tags: [adobe](<https://devfeed.tech/tags/adobe.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [installation](<https://devfeed.tech/tags/installation.md>), [microsoft](<https://devfeed.tech/tags/microsoft.md>), [patches](<https://devfeed.tech/tags/patches.md>), [win32](<https://devfeed.tech/tags/win32.md>), [windows](<https://devfeed.tech/tags/windows.md>), [zip](<https://devfeed.tech/tags/zip.md>)

### AI overview

A tutorial explaining how to package and deploy Adobe Acrobat DC to notebooks managed with Microsoft Intune and Microsoft Endpoint Manager. It covers obtaining the installer and patches, customizing the installation, converting it to an .intunewin package, and configuring the Windows application in Endpoint Manager.

### Source excerpt

Lately, I had been asked to help out with the deployment Adobe Acrobat DC to Microsoft Intune-managed notebooks. Getting out of my system design/software architecture bubble turned out to be an interesting experience. First of all some background: All notebooks are managed by Microsoft Intune through the Microsoft Endpoint Manager. [...] The post Distributing Adobe Acrobat DC with Microsoft Intune and Endpoint Manager appeared first on schakko.de.

## Deploying PHP 8.0 applications with Azure App Service

DevFeed: [Deploying PHP 8.0 applications with Azure App Service](<https://devfeed.tech/articles/deploying-php-8-0-applications-with-azure-app-service-29332.md>)

Original publisher: [Read original article](<https://www.schakko.de/2021/09/08/deploying-php-8-0-applications-with-azure-app-service/>)

Author: Schakko

Published: 2021-09-08T11:45:14Z

Content type: tutorial

Language: en

Sources: [Schakko](<https://devfeed.tech/sources/schakko.md>)

Topics: [Azure](<https://devfeed.tech/topics/azure.md>), [PHP](<https://devfeed.tech/topics/php.md>), [nginx](<https://devfeed.tech/topics/nginx.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Laravel](<https://devfeed.tech/topics/laravel.md>), [Docker Image](<https://devfeed.tech/topics/docker-image.md>), [Docker Container](<https://devfeed.tech/topics/docker-container.md>)

Tags: [azure](<https://devfeed.tech/tags/azure.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [docker-container](<https://devfeed.tech/tags/docker-container.md>), [docker-image](<https://devfeed.tech/tags/docker-image.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [mod-rewrite](<https://devfeed.tech/tags/mod-rewrite.md>), [nginx](<https://devfeed.tech/tags/nginx.md>), [php](<https://devfeed.tech/tags/php.md>), [shell-script](<https://devfeed.tech/tags/shell-script.md>), [startup](<https://devfeed.tech/tags/startup.md>)

### AI overview

This tutorial explains how to run PHP 8.0 applications on Azure App Service after the runtime stack changed from Apache to nginx. It describes updating the nginx configuration inside the underlying Docker image, including the use of a startup command or script for Laravel applications because .htaccess and Kudu deployment customization are insufficient.

### Source excerpt

To be able to run PHP applications on Azure App Services which are using PHP 8.0 features, the Runtime Stack has to be changed. With the newer Runtime Stack, you also have to update the nginx.conf of the underlying Docker image. This article describes how you can achieve that. 2023-03-28: [...] The post Deploying PHP 8.0 applications with Azure App Service appeared first on schakko.de.

## Using GitHub Workflow with Maven dependencices from a private GitHub Package Registry

DevFeed: [Using GitHub Workflow with Maven dependencices from a private GitHub Package Registry](<https://devfeed.tech/articles/using-github-workflow-with-maven-dependencices-from-a-private-github-package-registry-29331.md>)

Original publisher: [Read original article](<https://www.schakko.de/2020/12/19/using-github-workflow-with-maven-dependencies-from-a-private-github-package-registry/>)

Author: Schakko

Published: 2020-12-19T11:08:46Z

Content type: tutorial

Language: en

Sources: [Schakko](<https://devfeed.tech/sources/schakko.md>)

Topics: [GitHub](<https://devfeed.tech/topics/github.md>), [Maven](<https://devfeed.tech/topics/maven.md>), [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>)

Tags: [artifactory](<https://devfeed.tech/tags/artifactory.md>), [automated](<https://devfeed.tech/tags/automated.md>), [build](<https://devfeed.tech/tags/build.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [dependencies](<https://devfeed.tech/tags/dependencies.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [github](<https://devfeed.tech/tags/github.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [library](<https://devfeed.tech/tags/library.md>), [maven](<https://devfeed.tech/tags/maven.md>), [personal-access-token](<https://devfeed.tech/tags/personal-access-token.md>), [project](<https://devfeed.tech/tags/project.md>), [registry](<https://devfeed.tech/tags/registry.md>), [repository](<https://devfeed.tech/tags/repository.md>), [sonatype](<https://devfeed.tech/tags/sonatype.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

A tutorial on publishing Maven artifacts to a private GitHub Package Registry using GitHub Actions. It explains the Maven distribution-management setup, Personal Access Token requirements, local testing, and workflow configuration for automated deployment.

### Source excerpt

GitHhub Package Repository provides an easy way to share dependencies like Maven artifacts between GitHub projects. Publishing of new artifacts into GitHub Package Repository can be automated with GitHub Actions. In May 2019 GitHub introduced the GitHub Package Registry: an alternative to some traditional package registries like Sonatype Nexus. During [...] The post Using GitHub Workflow with Maven dependencices from a private GitHub Package Registry appeared first on schakko.de.

## Diagnosing and fixing an ERR\_CONNECTION\_RESET error in WordPress

DevFeed: [Diagnosing and fixing an ERR\_CONNECTION\_RESET error in WordPress](<https://devfeed.tech/articles/diagnosing-and-fixing-an-err-connection-reset-error-in-wordpress-29330.md>)

Original publisher: [Read original article](<https://www.schakko.de/2020/12/14/diagnosing-and-fixing-an-err_connection_reset-error-in-wordpress/>)

Author: Schakko

Published: 2020-12-14T19:37:31Z

Content type: tutorial

Language: en

Sources: [Schakko](<https://devfeed.tech/sources/schakko.md>)

Topics: [WordPress](<https://devfeed.tech/topics/wordpress.md>), [PHP](<https://devfeed.tech/topics/php.md>), [bug](<https://devfeed.tech/topics/bug.md>), [Chrome](<https://devfeed.tech/topics/chrome.md>), [networking](<https://devfeed.tech/topics/networking.md>)

Tags: [browser](<https://devfeed.tech/tags/browser.md>), [bug](<https://devfeed.tech/tags/bug.md>), [chrome](<https://devfeed.tech/tags/chrome.md>), [error-reporting](<https://devfeed.tech/tags/error-reporting.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [issue](<https://devfeed.tech/tags/issue.md>), [logs](<https://devfeed.tech/tags/logs.md>), [networking](<https://devfeed.tech/tags/networking.md>), [server](<https://devfeed.tech/tags/server.md>), [uncategorized](<https://devfeed.tech/tags/uncategorized.md>), [wordpress](<https://devfeed.tech/tags/wordpress.md>)

### AI overview

This tutorial diagnoses intermittent ERR_CONNECTION_RESET errors in the WordPress theme editor. By examining Apache and PHP-FPM logs, the author attributes the failures to excessive PHP notices causing the process to terminate, and resolves the issue by changing WordPress error_reporting to E_ALL & ~E_NOTICE.

### Source excerpt

If you receive the error ERR_CONNECTION_RESET on one website only, it is highly likely that something went wrong on the server side. Receiving random ERR_CONNECTION_RESETs A few weeks ago one of my colleagues complained to me: Sometimes, when he was using the WordPress theme editor, he either received an empty [...] The post Diagnosing and fixing an ERR_CONNECTION_RESET error in WordPress appeared first on schakko.de.

## Fixing HTTP 401 Unauthorized when calling WooCommerce's REST API

DevFeed: [Fixing HTTP 401 Unauthorized when calling WooCommerce's REST API](<https://devfeed.tech/articles/fixing-http-401-unauthorized-when-calling-woocommerce-s-rest-api-29329.md>)

Original publisher: [Read original article](<https://www.schakko.de/2020/09/05/fixing-http-401-unauthorized-when-calling-woocommerces-rest-api/>)

Author: Schakko

Published: 2020-09-05T11:39:45Z

Content type: tutorial

Language: en

Sources: [Schakko](<https://devfeed.tech/sources/schakko.md>)

Topics: [REST API](<https://devfeed.tech/topics/rest-api.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [HTTP](<https://devfeed.tech/topics/http.md>), [WordPress](<https://devfeed.tech/topics/wordpress.md>), [TLS (Transport Layer Security)](<https://devfeed.tech/topics/tls.md>), [OAuth](<https://devfeed.tech/topics/oauth.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [credentials](<https://devfeed.tech/tags/credentials.md>), [http](<https://devfeed.tech/tags/http.md>), [oauth](<https://devfeed.tech/tags/oauth.md>), [rest-api](<https://devfeed.tech/tags/rest-api.md>), [ssl](<https://devfeed.tech/tags/ssl.md>), [tls](<https://devfeed.tech/tags/tls.md>), [wordpress](<https://devfeed.tech/tags/wordpress.md>)

### AI overview

This tutorial explains why WooCommerce's REST API can return HTTP 401 Unauthorized errors and describes troubleshooting steps involving HTTPS, Consumer Key and Consumer Secret credentials, OAuth 1.0a, environment settings, and the HTTP Authorization header.

### Source excerpt

WooCommerce returns an HTTP 401 error if you are not using HTTPS or the Authorization header is not parsed correctly by your webserver. Receiving HTTP 401 during authentication WooCommerce provides an extensive REST API with which you can automate your WordPress WooCommerce shop. WooCommerce uses a Consumer Key and Consumer [...] The post Fixing HTTP 401 Unauthorized when calling WooCommerce's REST API appeared first on schakko.de.

## A software developer's shift from client projects to product work

DevFeed: [A software developer's shift from client projects to product work](<https://devfeed.tech/articles/my-software-developer-s-journey-of-narrowing-down-thought-constructs-i-believe-in-29328.md>)

Original publisher: [Read original article](<https://www.schakko.de/2020/08/30/my-software-developers-journey-of-narrowing-down-thought-constrcuts-i-believe-in/>)

Author: Schakko

Published: 2020-08-30T11:55:15Z

Content type: opinion

Language: en

Sources: [Schakko](<https://devfeed.tech/sources/schakko.md>)

Topics: [Software Engineering](<https://devfeed.tech/topics/software-engineering.md>), [Development](<https://devfeed.tech/topics/development.md>), [Software](<https://devfeed.tech/topics/software.md>)

Tags: [developer](<https://devfeed.tech/tags/developer.md>), [development](<https://devfeed.tech/tags/development.md>), [personal](<https://devfeed.tech/tags/personal.md>), [software-developer](<https://devfeed.tech/tags/software-developer.md>), [software-development](<https://devfeed.tech/tags/software-development.md>), [work](<https://devfeed.tech/tags/work.md>)

### AI overview

The author reflects on a software development career that began with building an intranet application for LAN parties and later included professional project work, mainly in the automotive sector. They explain why client-oriented project work did not suit them and why they preferred working on their own product vision.

### Source excerpt

If you are following me on Twitter, you might have seen a change of content in my tweets. It's more about making money and value. There are a ton of reasons why this has happened and I'll try to explain some of it. Before I get into it, a disclaimer: [...] The post My software developer's journey of narrowing down thought constructs I believe in appeared first on schakko.de.

## Restrict SSH to rsync for deploying files with GitHub Actions

DevFeed: [Restrict SSH to rsync for deploying files with GitHub Actions](<https://devfeed.tech/articles/restrict-ssh-to-rsync-for-deploying-files-with-github-actions-29327.md>)

Original publisher: [Read original article](<https://www.schakko.de/2020/07/20/restrict-ssh-to-rsync-for-deploying-files-with-github-actions/>)

Author: Schakko

Published: 2020-07-20T07:32:08Z

Content type: tutorial

Language: en

Sources: [Schakko](<https://devfeed.tech/sources/schakko.md>)

Topics: [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>), [rsync](<https://devfeed.tech/topics/rsync.md>), [Security](<https://devfeed.tech/topics/security.md>), [ssh](<https://devfeed.tech/topics/ssh.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>)

Tags: [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [github](<https://devfeed.tech/tags/github.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [public-key](<https://devfeed.tech/tags/public-key.md>), [rsync](<https://devfeed.tech/tags/rsync.md>), [security](<https://devfeed.tech/tags/security.md>), [ssh](<https://devfeed.tech/tags/ssh.md>)

### AI overview

This tutorial explains how to restrict rsync access over SSH when deploying a GitHub repository with GitHub Actions. It presents a custom SSH wrapper script and the official Perl-based rrsync script, including read-only or write-only restrictions for a specified directory.

### Source excerpt

rsync access can be restricted with a custom wrapper script or an official script named "rrsync". Access to your remote filesystem should always be restricted so you won't leak any information in case of a security breach. I've used GitHub Actions a lot in the last few months. For web [...] The post Restrict SSH to rsync for deploying files with GitHub Actions appeared first on schakko.de.