Setup is standard mautrix bridge fare — register the appservice on your Synapse, pull the Docker image, fire it up, scan a QR code to pair with Google Messages on your phone. This fork just streamlines the Docker side — images built automatically on push to main, hosted on ghcr.io.
What surprised me the most is that this mach-O contains all target files for capturing in clear text, so no obfuscation (except an XOR func), which a lot of macOS infostealers are leveraging. mod_init_func_0 sets up the call to [AppService manage] which is the main orchestrator.
ふぅ、ここ数日、Azure上でのパフォーマンス問題に悩まされて、やっと解決できてよかった。ローカル(M4 Mac)におけるDictionaryコピーして新しいものを作るのが、メモリ帯域やメモリサイズ的に早すぎて、遅さに気が付かなかったのが、AzureのAppService のIntel Linux でメモリが少ない中で実行すると激遅くなる、たぶん30倍くらい遅いという問題で、根本的な書き方を調整するとmacとの違いは数倍(それでも数倍)になって解決。ローカルが早すぎるのも問題ですね。
I sat down with the #Azure#AppService team to talk about the new Managed Instance (preview), which brings great new features!
🔗 techcommunity.microsoft.com/…
In the video, we cover:
💡What it is
📃 How it works
🚀 Why IT/Ops teams should care
Check it out!
#AzOps#ITPro
Open SSH sessions to your Azure App Service containers with ease! 🚀
🔐 Secure remote access with SSH
⚙️ Works with built-in & custom Linux containers
🌐 Connect directly in-browser or via Azure CLI
📈 Manage processes & run commands seamlessly
Start here 👉 msft.it/6015QPDYR#Azure#AppService#Cloud#DevTools
ALT media/configure-linux-open-ssh-session/app-service-linux-ssh.png
Troubleshoot App Service apps with Azure Monitor! 🔍
📊 Diagnose HTTP 500 errors with log queries
⚡ Identify memory issues in real time
🛠️ Boost reliability with integrated monitoring
Start here 👉 msft.it/6018QP8u2#Azure#AppService#CloudMonitoring
ALT Screenshot showing the workspace logs option in the sidebar menu.
Deploy cloud apps fast with Azure App Service ARM templates! 🚀
⚡ Choose your hosting platform
🛠️ Define infra config in JSON
☁️ Deploy instantly with Azure CLI in Cloud Shell
💡 Free tier available for quickstart
Start here 👉 msft.it/6018QP8uO#Azure#AppService#Cloud#DevTools
Deploy Managed Instance on Azure App Service (preview)! 🚀
Seamless PaaS simplicity infra-level control
🔒 Plan-level isolation & secure network integration
⚙️ Customization with configuration scripts
🌍 Available now in select regions (East Asia, East US, North Europe, West Central US)
Start here 👉 msft.it/6010QOhNo#Azure#AppService#Cloud#DevTools
ALT Screenshot that shows the sample app using C:\\Windows\\Fonts\\Aptos.TTF.
Not everything needs to be a Docker container. Not everything needs to be an #Azure Cotainer Instance. For most use cases a regular AppService works just fine.