All Questions

172,240 questions with no upvoted or accepted answers
28 votes
3 answers
13k 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 ...
louisiuol's user avatar
  • 381
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 ...
seaders's user avatar
  • 321
19 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 ...
alexitx's user avatar
  • 321
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 ...
Graham Leggett's user avatar
16 votes
2 answers
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 ...
Marcelo Rodrigo's user avatar
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 ...
syplex's user avatar
  • 266
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 ...
Nan's user avatar
  • 161
16 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 ...
Joseph Pernerstorfer's user avatar
15 votes
3 answers
21k 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, ...
iykctywub's user avatar
  • 151
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 ...
Hongmin Li's user avatar
14 votes
5 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 ...
xehpuk's user avatar
  • 412
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 "${...
Cosimo's user avatar
  • 249
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 ...
salvattore001's user avatar
13 votes
0 answers
5k 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 (...
Robert Kalinke's user avatar
13 votes
1 answer
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....
n00b's user avatar
  • 131
13 votes
2 answers
4k views

Why my SUnreclaim is too high (issues with having free memory)?

I have lot of memory (32Gb) on my laptop though still have issues with having amount of free memory. I am using linux (Fedora 27) and this happens after while since reboot. If you check free output, ...
RafaelRS's user avatar
  • 131
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 ...
The-Droidster's user avatar
13 votes
1 answer
45k views

How do I import/recover/repair an Outlook 2013 .ost file into a new instance of Outlook 2013?

Note: This is not a Microsoft Exchange problem, but an Outlook 2013 one, and even though it might seem as a duplicate of a previously asked one, please pay attention to the end of the post. A little ...
user1853181's user avatar
13 votes
1 answer
2k views

Limit Disk Usage of WSL2

As the title already states, I want to limit the disk usage of the Linux subsystem. I'm trying to build huge projects on the WSL while using Windows normally... I already limited the RAM and CPU usage ...
MonsterDruide1's user avatar
13 votes
2 answers
3k views

High CPU usage from explorer.exe shcore.dll!Ordinal247+0xc0

I've been experiencing high cpu usage from explorer.exe in Windows 10 Pro since a while ago, and this specific dll function seems to be the culprit. Any idea what it's for? I couldn't find anything ...
hikari's user avatar
  • 334
12 votes
0 answers
8k 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 ...
markhorrocks's user avatar
12 votes
0 answers
10k views

Ability to pin a Chrome tab group?

Chrome has recently introduced this great tab group feature. However, I am still trying to find out how to pin an entire tab group so that it keeps its primary position and doesn't get pushed to the ...
orschiro's user avatar
  • 3,665
12 votes
0 answers
5k views

Disable Modern Standby or get back S3 standby mode in a HP laptop (Windows 10)

Like many other users I'm trying to disable this new feature that goes by different names (Modern Standby / Connected Standby / Always on always connected / S0ix / InstantGo / ...) as it has lots of ...
golimar's user avatar
  • 1,704
12 votes
3 answers
5k views

How do I find what program is keeping the taskbar from auto-hiding?

The name says it all. Taskbar is set to auto-hide, taskbar does not auto-hide, obviously, I want it to auto-hide. Some program is keeping it from doing that. Sometimes I find the culprit quickly if ...
Still.Tony's user avatar
  • 1,251
12 votes
1 answer
4k views

How to clear cached web fonts in Chrome

I'm trying to reproduce a bug where HTTPS Everywhere is preventing a web font from loading, but the web font seems to have been cached, preventing me from reproducing the bug. Neither Ctrl-Shift-R ...
Matthew Cline's user avatar
12 votes
2 answers
7k views

Windows virtual desktops: Cycle back to first desktop at end

Let's say I have three virtual desktops. I know I can navigate through them using: ctrl + windows + left | right However, is there a way to make it cycle back through to the beginning if I reach the ...
Caedan's user avatar
  • 231
12 votes
1 answer
4k views

How do I move a KDE plasma panel, from commandline/scripts?

I Have a script that change my desktop layout using xrandr, but I also want to move my Panel. So far I played round with kwinscripts, using qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell....
Puggan Se's user avatar
  • 340
12 votes
2 answers
6k views

Can't unlock system settings (such as network settings) to edit in xubuntu

I can't change any settings nor install anything using the xfce GUI on my xubuntu 14.04. Some setting-windows have that unlock button you usually click to enter your password to gain root privileges, ...
wullxz's user avatar
  • 2,816
12 votes
1 answer
1k views

Using diff-highlight with Git GUI

Is there a way to use diff-highlight with git gui? The extra highlighted info is invaluable when comparing lines that only changed a bit, and while using diff-highlight from the terminal (described ...
Ellis Michael's user avatar
12 votes
1 answer
1k views

Can I run a packaged Chrome app as a tab in the browser?

I use a few packaged Chrome apps, namely Wunderlist for Chrome, Text, and Google Keep. Packaged apps launch a new window when you click on their icon on the New Tab page: I keep a Chrome window ...
nc4pk's user avatar
  • 9,157
12 votes
1 answer
6k views

Sierra Wireless AirCard 313U (AT&T Momentum 4G) on Ubuntu Linux

I'm trying to get a Sierra Wireless AirCard 313U (more specifically, the AT&T Momentum 4G) working under Ubuntu Linux. I've looked at a number of pages so far: How to connect internet using AT&...
jjlin's user avatar
  • 15.8k
12 votes
1 answer
22k views

How to use Photoshop CS6 without an Adobe ID?

Background I have a legal Adobe Photoshop CS6 serial number. I have downloaded the Photoshop CS6 from the Adobe website. I have installed it with my legal serial number. Everything until now is fine. ...
midnite's user avatar
  • 571
12 votes
3 answers
25k views

Disable Outlook "Metered Connection" warning

I connect to the internet using 4G. I have set the connection to "metered" in Windows 10. Unfortunately this means Outlook displays a "metered network" warning and will not download mail until I ...
dh1's user avatar
  • 121
11 votes
0 answers
9k views

Why is iTerm2 is super slow on macOS BigSur?

I am super bummed out: My iTerm2 commands that were previously fast before Big Sur now crawl. Worse, when opening a new terminal it can take up to 50 seconds for the shell prompt to return. What is ...
Scott Skiles's user avatar
11 votes
0 answers
4k views

Snip & Sketch tool always flickers when using any annotation tools

tl;dr: Drawing any annotation in Windows 10's Snip & Sketch tool causes a screen flicker. Is there any workaround to this? Snip & Sketch is a gem in Windows 10 and it makes my life really ...
trejder's user avatar
  • 11.4k
11 votes
3 answers
2k views

In VS Code, how can I search in both file names and file contents at the same time?

Is there a way to search in the currently opened folder for a certain string not only in file names but also within the files themselves? I know I can use Ctrl+P to search in file names, or Ctrl+Shift+...
nvx's user avatar
  • 111
11 votes
0 answers
3k views

Does Bluetooth 5 fix the sound quality issues with using headphones audio+mic at the same time?

I recently bought a pair of Sony h.ear on 2 bluetooth headphones that include a mic intending to use them to replace the wired headphones I currently use with my late 2016 Macbook Pro (the first touch ...
Redwood's user avatar
  • 251
11 votes
1 answer
5k views

Windows 10: Enable system-wide smooth scrolling

This question is a bit different from others that I have found, because the solutions to them have always been "change the scroll setting to 1 line at a time". I won't be satisfied by that. I don't ...
Jacob Birkett's user avatar
11 votes
1 answer
3k views

Is it possible to make WinSCP use my SSH config file?

I use SSH-based tools on Windows, which use configuration files in %HOME%\.ssh\. Is it possible to make WinSCP use that configuration file too, so I only have to manage one configuration? It's ...
user541686's user avatar
  • 23.2k
11 votes
1 answer
7k views

How can I have new fullscreen mac windows open next to the current window?

I finally figured out how to stop fullscreen windows from moving to the first space when I open a new program in fullscreen mode (System Preferences -> Mission Control -> uncheck "Automatically ...
yndolok's user avatar
  • 250
11 votes
1 answer
2k views

Chrome Address Bar has a delay

Chrome as a delay (around 1sec - 2sec) between when I first click the addressbar and start typing and showing what I typed. There is only an initial delay, so after the delay the letters, suggestions (...
nbar's user avatar
  • 223
11 votes
1 answer
1k views

Windows Defender Waking Up Hard Drive

I have an external hard drive that I only use for storage, I almost never write data to it but it can be useful if I want to access some data that I have in it. When it’s possibile I’d like for the ...
christian97's user avatar
11 votes
1 answer
6k views

Combine/concatenate multiple MP4 files, making each file into a chapter

I am looking to use handbrake to combine 43 short mp4 files into one larger file. However, I want to ensure that the start of each file is recognized as a chapter. I'd be using vlc to play the file.
Phil Hobrla's user avatar
11 votes
1 answer
12k views

How to do Maven install or deploy only, without re-package/re-test?

Sometimes I wanted to deploy, but I typed mvn package. Sometimes I want to deploy to another alternative repository (using mvn deploy -DaltDeploymentRepository=...), immediately after the default ...
Lenik's user avatar
  • 18.4k
11 votes
4 answers
167k views

How do I change the color vibrance/saturation with Intel graphics on my laptop?

The nVidia control panel has an option to adjust the saturation and other properties of the image shown on the screen. Is there any way to do this with the Intel Graphics driver? My laptop model is a ...
neelts's user avatar
  • 111
11 votes
1 answer
4k views

How to stop minimized Chrome windows opening automatically in Mac OS

I often leave a Chrome window minimized in the Dock (with something I want to read/do later, and don't want to find again, for example). In the meantime, though, I'll often click on links in emails, ...
Iain's user avatar
  • 111
11 votes
2 answers
5k views

Verizon USB551L 4G Stick on Linux

I have been trying to get a Verizon USB551L 4G USB Stick working on Debian Linux. I have been able to get it to connect, but it always disconnects after 10 secs to 2.5 minutes, then it cannot connect ...
David Young's user avatar
11 votes
3 answers
2k views

Chrome developer tools - network panel gaps

In the Chrome developer tools, under the network tab, I'm curious to know what is happening during the gaps. If you look at my image below, I have highlighted in orange the areas where these gaps ...
Chris's user avatar
  • 257
11 votes
2 answers
1k views

How can I cancel reverse search without losing text typed?

When using reverse-search (Ctrl-R) in the bash terminal , I can cancel the search using either Ctrl-C or Ctrl-G. Both these options will clear the text typed while searching. However, the most common ...
Silveri's user avatar
  • 2,877
11 votes
3 answers
4k views

Reopen SublimeText as Administrator

Is there a SublimeText plugin that reopens the current file as Administrator? Notepad++ has a feature where, if you open a file and don't have the permissions to edit it, but try and save, it will ...
Des Horsley's user avatar

15 30 50 per page
1
2 3 4 5
3445