Browse latst posts in Techniques Category
How can I tunnel all of my network traffic through SSH?
How can I normalize audio using ffmpeg?
Relative paths Paths, and relative ones, work very similar to what you have in OS X/macOS. Windows uses "\", not "/". Basically ".." is one level higher. Example If you are located in "c:\dev\re...
cloudflare-quic.com Cloudflare offers a HTTP/3 test at cloudflare-quic.com. I had to reload the page for it to work. This is what it looks like for me after a reload (with HTTP/3 supported): quic.ngi...
How to boot from a GPT Partition? Booting a Linux installation involves multiple stages and software components, including firmware initialization, execution of a boot loader, loading and startup...
There's a Gpg4win application, which deals with signing and verifying files. It has its Compendium, on whose 110th page we read: Checking a signature Now check the integrity of the file that...
Create .zip folder from the command line - (Windows)
The localhost:8888 URL is only a valid URL inside your VM. Outside that VM you will have to use ip.ad.dr.ess:8888 or hostname:8888. In the latter case, a dependency on hostname resolving to ip.ad.dr...
TLDR; You need to install windows host and configure Powerline fonts bash gui properties. found info here you actually need to install these fonts in Windows and set the console host font to on...
There's a refreshed GUI with every release of the Windows operating system. There are various settings you can update to make the interface feel personalized.
How to setup a local proxy server for testing a program?
You can indeed. Open WinMerge, then under the Edit menu, choose Options: This will open the Options (Editor) window, from here, select the Editor sub-option. In here there will be a section labele...
How to open a Windows store app from command line?
No, this is not possible. The reason why is quite broad, maybe even too broad for SuperUser, given that you would need to explain the fundamentals on how x86 and x64 were created, and how this influen...
It looks like Windows' "Narrator". If it's currently running Caps Lock+Esc should turn it off. To disable it permanently, search for it via the Start Menu, and then adjust the settings to your des...
Is it possible to create a QR code using text?
The simplest solution is probably to just start a ping and check for packet loss. Start the command prompt by pressing Win + R and typing cmd + OK Start a ping by entering the command ping -t 8.8.8....
(Note: Windows is evolving continuously and details may vary between versions.) Controlling shutdown behavior Before going into tracing the shutdown, I remark that a wait time for shutdown of about 15...
Determine PID of your program tasklist | find "myprogram.exe" Check ports in third column of output from netstat /a /n /o | find " 4564" there is a space before PID to rule out inappropriate ma...