Advanced Search
Search Results
99 total results found
MAUI - physical IPhone deployment (without Mac)
In some cases the MacInCloud isn't sufficient: to test BLE devices you do need a physical device, for example. In that case, you can get a cheap Iphone SE2020 or simular - unfortunately you cannot link that phone over RDP (your macincloud) to its USB to deplo...
MAC OS
For me many of the tutorials or iso's didn't work. The only method on VirtualBox is to get a .vmdk file with High Sierra and linking it as harddrive. (google, for example here ) The image you can find online, will not run on a AMD processor. Also, enable ...
Reach Client from Host (network)
In order to connect to the virtual image, you have to add an adapter that is "host-only" You can then start up your virtual machine and connect to it
MAUI - Connect IPhone to debug
According to Microsoft, an Itunes installation on Windows is enough to target the phone.However, after some days of debugging (and setting up a virtual machine to generate keys instead) - it turns out that it's a functionality that's broken. Either by Apple or...
Recover data on catastrophic loss
For some reason, something went wrong and corrupted my complete USB-controller.Booting into the BIOS or USB recovery disk, however, the keyboard and mouse worked fine. Booting into the recovery USB drive ( see Create installation media) I've tried using dism ...
Change Remote Desktop port
Regedit HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp
Passwordless login
Set DevicePasswordLessBuildVersion to 0 Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device run netplwiz and uncheck
Make windows like it used to be (Windows 11 start menu etc)
Windows 11 feels nice, but the start-menu and context menu integrations always get in the way. The following app allows to completely set the behaviors to your hand and remove the annoying "features" Install ExplorerPatcher from here https://github.com...
Generate API key (for VS integration)
To connect your IPhone to your Windows PC and start debugging and publish your Visual studio application.You need to go here to generate your key for debugging. https://appstoreconnect.apple.com/access/integrations/api
Set Iphone into Debug mode
Go to settings, account, scroll down to "Developer options" This will restart the phone. You now can publish to the phone.
Peeling layers: set slower initial layer
Some fillament seems to be more sensitive for this issue. Trying to adjust the temperature compounded problems. The solution seems to be to slow down the initial layer. From 50mm/s to 30mm/s
Visual studio project version
Define a post-build to create a version file <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net8.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> ...
Pipeline - building offline packages
I had trouble linking packages in the pipeline which blocked building solutions.The shortest path I could find, was to update configuration to look into my defined folder.And get a zipfile from an online resource, and extract it into this folder. Update th...
SMB (fileshare) is slow / capped to 10Mbit
Open powershell as administrator: Set-SmbClientConfiguration -EnableBandwidthThrottling 0 -EnableLargeMtu 1 Read more: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters EnableSecuritySignature → should be 0 RequireSe...
IIS Rewrite URL - basepath
When you write a rewrite URL, and there is a subfolder, you will end up that the target application might not know how to manage the relative paths. 1) Write in the App.razor some code to receive the BasePath 2) In the rewrite rule append the basepath
ERROR: JAVA_HOME is not set
ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. set JAVA_HOME=C:\Program Files\Android\Android Studio\jbr echo %JAVA_HOME%
Set a Windows network to private
I had the problem when enabling my VPN, that the streamer considers the network adapter as not private. Start powershell as administrator, change wg0 with your adaptor name. Set-NetConnectionProfile -InterfaceAlias 'wg0' -NetworkCategory 'Private'
From physical fragility to our existential purpose
This conversation starts as an impression on a visual rendering of a female mutilated torso that remains animated through wires. As a "horror show" prop. But evolves into deeper questions of meaning. I saw a "horror" representation (as e...
Stable connection with Wireguard VPN
Sometimes you might be firewalled or the application might not consider your network as a private connection.You can work around this, by using your wireguard VPN in the VR headset. WireGuard for Android Downloads 1. Download the APK into your headset (via ...
Get Path of MSBUILD
reg.exe query "HKLM\SOFTWARE\Microsoft\MSBuild\ToolsVersions\4.0" /v MSBuildToolsPath