Unanswered Questions
173,186 questions with no upvoted or accepted answers
30
votes
4
answers
41k
views
Separate custom scaling levels for each display in Windows 10
I want to set a different custom scaling level for each of my 2 monitors.
The "recommended" scaling for my laptop display is 150%, while 100% scaling is recommended for my external monitor. ...
28
votes
4
answers
15k
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 ...
28
votes
1
answer
62k
views
nginx http to https proxy with self-signed certificate
I have an nginx proxy to redirect http requests with a specified port to another https url.
Here is my configuration so far:
server {
listen 59848;
location / {
resolver 8.8.8.8;
...
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
...
19
votes
0
answers
11k
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 ...
19
votes
2
answers
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
1
answer
3k
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
0
answers
6k
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....
15
votes
1
answer
10k
views
Slack app crashes Ubuntu desktop
I am using the Slack app on Ubuntu 22.04. I find that if I right click and paste the app stops running immediately. Otherwise, at random times I lose all USB input and the screen goes black for about ...
15
votes
3
answers
8k
views
How to make vEthernet (Default Switch) appear in Network Connections of Control Panel again?
In my Windows 11 machine I do not see the vEthernet (Default Switch) shown in the Network Connections of the Control Center (Control Panel\Network and Internet\Network Connections) or Settings (...
15
votes
1
answer
22k
views
Force Google Chrome to visit a website with IPv4 (instead of IPv6), possible?
Is there any way to force Chrome to visit a certain website with IPv4 only and not use the IPv6 address?
I know there is a way which works for Firefox, as in going to "about:config" then ...
14
votes
1
answer
21k
views
WinGet COM Server is consuming 25% of CPU. How to fix it?
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 appeared once again. I think ...
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 ...