All Questions
479,403
questions
0
votes
0
answers
3
views
What is the best way to make a clean reinstall of Python on Windows?
I tried to update Python 3.8.5. to 3.8.10 on a Windows 7 machine, but some part of Python's and/or pip's messy installation/package management system bricked everything. Nobody I asked knows a ...
0
votes
0
answers
5
views
Wanted to change a number in a cell. Started typing the number but the cursor jumped to another cell on the same line, and no number appeared
I wanted to update a number on a simple spreadsheet. Placed cursor on that cell and attempted to input new number (over the old number). The cursor jumped of its own accord to the furthest cell on ...
-1
votes
0
answers
6
views
If port forwarding is disabled for port 8000, how do http responses get back to my computer?
This is probably related to how port-forwarding works. Thank you!
0
votes
0
answers
4
views
Why isn't OpenVPN starting?
I've got OpenVPN 3.3 installed on Windows 11, however following updates this morning, it is no longer starting up.
PS C:\Users\Sled> cd 'C:\Program Files\OpenVPN Connect\'
PS C:\Program Files\...
0
votes
1
answer
12
views
How to securely erase an NVMe SSD that won't boot?
I purchased a Crucial NVMe PCIe m.2 SSD and cloned my old hard drive to it. All of the data is accessible in file explorer, but the SSD has issues (overheats and won't boot) and I need to return it.
I'...
1
vote
1
answer
13
views
How to prevent Vivaldi from randomly focusing the URL field instead of the autofocus text input after AutoHotKey-opening it?
I have this AutoHotKey hotkey:
F2::
Run, "http://127.0.0.1/test/"
KeyWait, F2
return
Thus, when I press the F2 button on my keyboard, it opens the URL http://127.0.0.1/test/ in my Web ...
0
votes
0
answers
10
views
Why I do get "Segmentation fault (core dumped)" when using ffmpeg encoding AMD AMF H.264 in Ubuntu?
Hello I built ffmpeg with AMD AMF drivers on Ubuntu 22.04 and when I run this command:
ffmpeg -i video_sample.mp4 -c:v h264_amf output.mp4
I get this error:
ffmpeg version N-107316-gf9dd8fcf9b ...
0
votes
0
answers
12
views
Excel xy scatter chart: how do I add vertical lines from horizontal axis up to each data point?
I would like to produce a chart that looks kind of like a bar graph, except the bars (thin lines would be fine, too) would be placed at their actual location respective to the axis. I am well aware ...
0
votes
1
answer
9
views
Why does my external hard disk (SATA) not spin down when idle on Ubuntu 22.04?
I had an Ubuntu server using 18.04 LTS and this had one external hard-drive (not an SSD) connected to it via USB, and it would always spin down after some time as expected. I never configured or ...
0
votes
1
answer
15
views
Is it wise/possible to Extend C: on a Single 1TB Partitioned Drive?
I have a production computer at work that is running 2x 1TB Drives in RAID1
The person who partitioned the drive did so very horribly.
The computer is running Windows XP
C: 40GB
D: 850GB
There is no ...
0
votes
0
answers
12
views
My new mother board doesn't see my SSD
I've decided to build a new PC. I've bought:
Mother board- GIGABYTE B660 DS3H DDR4
CPU - Intel Core i5 12400
SSD - Transcend MTS820 [TS120GMTS820]
Video card - 1050 ti (use this because I'm awaiting ...
0
votes
1
answer
18
views
Cannot edit registry Windows 11
I always disable Windows defender on my machines via the registry editor, but this time I have run into a problem: first of all, I happen to have a Home version of Windows 11, so I had to install the ...
0
votes
0
answers
19
views
How do I bypass this removal denial?
Pardon the ignorance and if this is a repeat question.
Don't quite understand SSH keys, but I need to understand SSH keys so here I am lol..
Previous posted about having issues with an SSH transfer.
...
0
votes
0
answers
13
views
Route domain to mac address
I have router running OpenWrt 21.02.3. I also have a server that connects to this router via Ethernet. Other machines connect via Wifi.
The server is internal, so it's only meant to be accessible from ...
0
votes
0
answers
9
views
Need some advice regarding Wwise
I'm developing a modding tool, which requires a Wav=>Wem conversion in its process. As far as I could see, the only way is to have Wwise installed.
Is there any other way/tool to do this conversion ...