VS Code Remote SSH to RHEL7.9:
Get help2man, crosstool-ng, make-4.4, patchelf.
Use 'scl enable devtoolset-11 bash' to fix inability to compile patchelf.
use vscode's example x86-64 config and make some more changes:
disable static linking and set min kernel version to 3.10.0
@FDemagistri@DmytroKrasun Is there a rental service in Italy to allow me to stay in small towns (Airbnb), drive around (inexpensive car rental?), and rent Starlink to work from whatever small town I end up in?
Removed my iPhone from MS Phone Link app, the bluetooth cnx was too slow - 2 second delay before the mic started working was too annoying. I just wanted to dictate immediately. If iPhone allowed me to only sync msgs/notifications I'd have continued. @Apple@MSPhoneLink
@dwizzzleMSFT Is there a way to set priority for windows hello biometric? I want face to be preferred but it often defaults to fingerprint requiring intervention to click the face option.
@etherealmind Zscaler didn’t support ipv6 tunneling until 2021/22 I think. Similar set of limitations on that product early on (before Tunnel 2.0 allowed for tunneling non http protocols)
Android Emulator: how to setup network bridge on Windows.
-Download Openvpn, install the TAP network driver
-Rename the NIC as TAP
-Bridge it and your Ethernet adapter
-Run emulator.exe (Android Studio) with -net-tap TAP arguments
-`emulator.exe -avd Pixel -net-tap TAP`