Standard escape codes are prefixed with Escape:
- Ctrl-Key:
^[ - Octal:
\033 - Unicode:
\u001b - Hexadecimal:
\x1B - Decimal:
27
| 🔔 @all | |
| 🚀 Speed Test Results | |
| 📅 2025-01-02 20:55:32 | |
| ━━━━━━━━━━━━━━━━━━━━ | |
| 📊 Threshold - Download: 300 Mbps, Upload: 200 Mbps | |
| ━━━━━━━━━━━━━━━━━━━━ | |
| 📍 Server ID: 44677 - FPT Telecom (Da Nang, Vietnam) |
First we need to have qemu installed on the system, for most of Linux systems, we can install “qemu-utils” for Windows we can download QEMU disk image utility from here
Other related questions
How to open raw disk from VMware
How to open qcow2 disk from VMware
How to open vdi disk from VMware
How to open raw disk from Hyper-V
How to open qcow2 disk from Hyper-V
How to open vdi disk from Hyper-V
The following are some examples of the diagrams, charts and graphs that can be made using Mermaid. Click here to jump into the text syntax.
See these links:
| Tool/Service | Environment Variable | Effect | |
|---|---|---|---|
| PowerShell | POWERSHELL_TELEMETRY_OPTOUT=1 | Disables telemetry sent to Application Insights | |
| .NET CLI / SDK | DOTNET_CLI_TELEMETRY_OPTOUT=1 | Prevents sending usage data (commands/ errors/ etc.) | |
| VCPKG | VCPKG_DISABLE_METRICS=1 | Disables anonymous usage metrics | |
| Azure CLI | AZURE_CORE_COLLECT_TELEMETRY=0 | Stops Azure CLI from sending usage data | |
| Visual Studio Code | VSCODE_TELEMETRY_DISABLE=1 | Disables telemetry in VS Code | |
| Visual Studio Code | VSCODE_CRASH_REPORTER_DISABLE=1 | Disables crash reporting | |
| GitHub CLI | GH_NO_TELEMETRY=1 | Prevents GitHub CLI from sending telemetry | |
| Application Insights SDK | APPLICATIONINSIGHTS_NO_DIAGNOSTIC_CHANNEL=1 | Disables diagnostic channel used for telemetry | |
| Windows Terminal | N/A | No known environment variable; telemetry controlled via settings.json |
| Category | Settings Page | URI Command | |
|---|---|---|---|
| Accounts | Access work or school | ms-settings:workplace | |
| Accounts | Email & app accounts | ms-settings:emailandaccounts | |
| Accounts | Family & other people | ms-settings:otherusers | |
| Accounts | Set up a kiosk | ms-settings:assignedaccess | |
| Accounts | Sign-in options | ms-settings:signinoptions | |
| Accounts | Sync your settings | ms-settings:sync | |
| Accounts | Windows Hello setup | ms-settings:signinoptions-launchfaceenrollment | |
| Accounts | Your info | ms-settings:yourinfo | |
| Apps | Apps & Features | ms-settings:appsfeatures |
| #!/usr/bin/env pwsh | |
| # TAB:4sp + EOL:CRLF | |
| #------------------------------------------------------------------------------ | |
| # Filename : SystemPath.ps1 | |
| # Author : eabase | |
| # Date : 2025-12-09 | |
| # Version : 1.0.2 | |
| # Encoding : UTF-8 | |
| # License : CC-BY-SA-4.0 | |
| #------------------------------------------------------------------------------ |
Updates for rtl_fm overhaul
Source: Archived version from November 23, 2023
| # Version: 0.1 (2025-01-18) | |
| # License: MIT, use at your own risk | |
| # | |
| # This script disables the Lenovo-installed "Tobii experience" software and "nahimic" software. | |
| # Tested on a Lenovo Legion Pro 5 (82WM) with Windows 11 24H2. | |
| # Run it with `powershell.exe -noprofile -executionPolicy Bypass -File badlenovo.ps1` | |
| # Following this script, you should be able to uninstall the "Tobii experience" app from the control panel (appwiz.cpl) | |
| # | |
| # After major updates, you may need to re-run this script. |
In general, check the crt/host_config.h file to find out which versions are supported.
Sometimes it is possible to hack the requirements there to get some newer versions working, too :)
Thrust version can be found in $CUDA_ROOT/include/thrust/version.h.
Download Archives: https://developer.nvidia.com/cuda-toolkit-archive
Release notes for CUDA Toolkit (CTK):