Recently Active Questions
516,193 questions
0
votes
1
answer
47
views
Is it possible to make an old USB DVB-T stick work on Windows 10? It has a driver that works on Windows 7
Is it possible to make an old USB DVB-T stick work on Windows 10? It has a driver that works on Windows 7.
If run in compatibility mode, it installs, and is recognized by DVB players, but when ...
0
votes
1
answer
16
views
How to calibrate a screen for HDR content on Windows 11?
After enabling HDR on Windows and in a video game, the image was washed out: the sky appeared all white instead of showing details of sky with clouds.
How to avoid the burned-in image?
1
vote
2
answers
5k
views
Windows 10 laptop\external keyboard malfunction (tab, I, spacebar, dash, backspace, enter works)
I'm running Windows 10 fully updated. My laptop keyboard & also an external keyboard now only lets me use tab, I, spacebar, dash, backspace and enter.
Pressing WinKey+spacebar continuously to ...
0
votes
1
answer
6k
views
Twilio Laravel "Use of undefined constant CURLOPT_URL - assumed 'CURLOPT_URL' in CurlClient.php line 111"
Looking for some debug suggestions and/or help. I'm not very familiar with installing PHP modules or packages, and not at all familiar with curl/curl extensions. Is there a way to identify what ...
298
votes
21
answers
374k
views
Unix/Linux find and sort by date modified
How can I do a simple find which would order the results by most recently modified?
Here is the current find I am using (I am doing a shell escape in PHP, so that is the reasoning for the variables):
...
2
votes
1
answer
5k
views
How to access a healthy APFS volume that is trapped by broken container?
How do I mount a healthy APFS volume belonging to a broken APFS container? The volume has FileVault enabled. All data sits on an external USB disk.
The external USB disk was prepared with filevault ...
1
vote
1
answer
4k
views
Why is there suddenly a lock logo on image files and folders in Windows Explorer so they can't be accessed?
I just repaired my laptop which had been damaged for years, after it was finished and could be turned on, I moved the data to the new laptop, but suddenly every folder and file appeared as follows and ...
1
vote
1
answer
4k
views
Why can’t I copy data with a size of more than 6GB on an external 500GB hard drive?
I recently bought an external hard drive with an advertised 500GB capacity.
The hard drive is still in new condition and empty, but when I try to place a file on it that is larger than 6GB the drive ...
0
votes
0
answers
44
views
How to determine if a widely available NVMe SSD is too cheap in price to be genuine? [closed]
I've found this NVMe SSD that is just what I need to extend the storage in my current laptop (or maybe even to my next laptop).
It seems too cheap in price for the supposed manufacturer and specs, ...
3
votes
1
answer
4k
views
Why is my monitor waking-up is slower than the computer boot time?
I have a Xiaomi 34 inch ultrawide monitor. I don't turn it off, but of course it goes to sleep when it is not being used.
When I turn on my computer every morning the following happens:
I get a black ...
0
votes
3
answers
5k
views
Trouble Turning on Wireless Capability
Windows 7, Toshiba Satellite C655
I got a blue screen a week ago and when I turned my laptop back on my wireless capability was turned OFF. I tried everything from Mobilty Center to troubleshooting ...
1
vote
1
answer
4k
views
Paste as image adding extra padding inside image
So whenever I am doing a 'paste as image' from excel table to word or outlook, the table image is given extra padding both beneath and to the right. I used to be able to copy images flush with one ...
4
votes
2
answers
5k
views
PowerShell equivalent to DISM's /Cleanup-Image in Windows 10
What is the PowerShell equivalent to DISM's /Cleanup-Image in this command:
DISM /Image:%mounted_image% /Cleanup-Image /StartComponentCleanup /Resetbase /ScratchDir:%scratch_dir%
Within Use DISM in ...
1
vote
0
answers
33
views
Why won’t Microsoft Office's scanpst.exe skip the GUI and run from command line?
I run the following command:
"C:\Program Files\Microsoft Office\Office16"\scanpst.exe -file "E:\H\Email\Email\mail.pst" -force -silent -rescan
I expected it to skip GUI and ...
3
votes
1
answer
6k
views
Cannot connect via ssh to docker container
I have docker running on a server and I deployed a container, by running:
docker run -d -p docker_server_ip:3001:22 --name test14 -ti rhel_7_4
When running docker ps I can see the instance.
Also, I ...