Unanswered Questions
171,660 questions with no upvoted or accepted answers
28
votes
2
answers
12k
views
Can CMake stop at the first error?
When cmake encounters an error, sometimes it does not stop instantly but continues to process all CMake files. It is only at the end of the treatment that we learn that there is an error, so we have ...
22
votes
2
answers
1k
views
Internet Sharing on Lion breaks my routing table
When in the office, I'm connected to a 192.168.1.0/24 network. When Internet Sharing is off, the first entry of netstat -nr is
default 192.168.1.254 UGSc 10 62 en0
...
18
votes
0
answers
9k
views
Extracting Opus from WebM losslessly with FFmpeg or MKVToolNix
I have come across a strange problem when remuxing Opus audio stream from WebM to another container like ogg or opus.
Running the output files through a spectrum analyzer clearly shows that there is ...
18
votes
1
answer
9k
views
Windows 10 + WebDAV: Mutual authentication failed: The server's password is out of date at the domain controller
We have an existing WebDAV installation with an Apache mod_dav was WebDAV drive hosted at an SSL protected URL with CA issued certificate and basic authentication. MacOSX and Windows < 10 have been ...
16
votes
2
answers
2k
views
High CPU usage running Symfony on PHP-CLI
I have a Dell laptop with Intel i7 5th generation running Windows 10 x64 and PHP 5.6.17 x86 environment. When I run a fresh installation of Symfony 3.0 using php-cli:
php bin/console server:run
In ...
16
votes
3
answers
6k
views
Windows 7 DSCP and 802.1p QoS Mapping?
When I create a QoS policy in Windows 7 through the Group Policy editor and set a DSCP value, does Windows 7 add the 802.1p QoS field to the Ethernet frame? If so, how does it map the different ...
16
votes
1
answer
5k
views
Prevent Outlook 365 OWA in 2020 from automatically deleting meeting emails
Previously asked and answered in older versions. No solution for Outlook OWA in 2020. Older instructions don't apply now.
See
Prevent Outlook from automatically deleting meeting emails
Most recent ...
15
votes
1
answer
2k
views
Chrome DevTools - Network - Remove overview time filter
Once you click, and thereby filter, on the network timeline overview, I cannot find a way to undo the filtering.
When double clicking, it increases the filter to all, but subsequent requests won't be ...
14
votes
1
answer
19k
views
WSL stops responding
I've installed WSL Ubuntu 20.04 LTS using wsl --install -d ubuntu.
But sometimes it stops responding and freezes when I've been in Linux for a long time.
Windows Version: 21H2.
CPU virtualization, ...
14
votes
2
answers
1k
views
Text in window in macOS Catalina is blurry after sleep
After I updated my MacBook Pro to Catalina, every time I close the lid for a while some windows will be blurry.
Here is an example:
The left window was opened before sleep and now it is blurry.
The ...
14
votes
6
answers
8k
views
Microsoft Edge Developer Tools window stays blank
The dev tools window for Microsoft Edge currently looks like this on my system:
This has worked before. I don't know why and when exactly this change happened.
I'm on Windows 10.0.14393 and Microsoft ...
14
votes
1
answer
1k
views
Trap on DEBUG signal for the dash shell?
With the bash shell, you can install a trap on the synthetic DEBUG signal. This is useful and will execute your function or bit of code on every shell command. For example:
$ trap 'logger -t shell "${...
13
votes
1
answer
21k
views
WinGet COM Server is consuming 25% of cpu
last days i heard the laptop's fan kicking in, and i discovered a process called "WinGet COM Server" which is consuming CPU cycles. i uninstalled WinGet from apps, but it appearded once ...
13
votes
0
answers
5k
views
How to Disable Web Page Checks for Focus, or Spoof Focus on Firefox Browser Tabs?
Problem:
Some web sites refuse to load unless the tab is active, whereas most users appreciate tabs loading in the background. This behavior may not be specific to Firefox.
Examples:
https://www....
13
votes
4
answers
9k
views
Windows 10 Home - 1809 Virtualization Features
I'm running Windows 10 Home edition. Recently updated to 1809. Found a few new features and services related to virtualization. Does this mean Hyper-V is now available for Home edition too? What do ...