All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
26 views

How to properly determine if an Bitlocker encrypted disk has a corrupted partition table?

Background: A Bitlocker encrypted hard disk (5TB WD Elements HDD USB) was accidentally wiped partially using the wiping tool Eraser Classic Portable (using the US DoD 7 passes method). The wiping ...
Bob Ortiz's user avatar
  • 115
0 votes
2 answers
37 views

Is the Windows 10 boot loader in system reserved partition the same as the one in the EFI partition?

If Windows 10 is installed on an MBR HDD, the installer creates a system reserved partition to store the boot loader. If Windows 10 is installed on a GPT HDD, the installer creates an EFI partition to ...
William's user avatar
  • 265
-1 votes
0 answers
25 views

How to identify a GUID of a corrupted Bitlocker disk in order to find the corresponding Bitlocker recovery key?

I have a situation where I have access to a huge list of Bitlocker recovery keys but only the combination of the identifier (GUID) and recovery key are available. However the disk in question is ...
Bob Ortiz's user avatar
  • 115
0 votes
0 answers
15 views

socket.gaierror: [Errno 11001] getaddrinfo failed [closed]

I am trying to do sub-domain enumeration in my organization. Part of the python code is to get the IPs of the already enumerated sub-domains which are included in a text file . Used the below code ...
Biswa's user avatar
  • 101
0 votes
0 answers
5 views

ALSA errors and stutter when using espeak

When I execute $ espeak test I sometimes get these errors and stutter in playback, things that I notice sometimes fix it are: rebooting unplugging and plugging back in the usb connection for my dac ...
phenivol's user avatar
0 votes
0 answers
17 views

Random ERR_SSL_PROTOCOL_ERROR errors on certain browsers

A number of users of my websites are reporting seeing error messages like "The connection to this website is not secure - SSL_ERR_PROTOCOL_ERROR" randomly with different frequency. The ...
fbitterlich's user avatar
1 vote
0 answers
23 views

How to Identify and Terminate Idle tmux Sessions on a Debian Server

I have a Debian server with multiple tmux sessions running. Some of these sessions are idle and not running any active processes. How can I identify and terminate all tmux sessions that are not ...
maxime de smedt's user avatar
1 vote
1 answer
32 views

Is there a way to get my old Mac to run its old software faster?

In order to use an application (Pages '09) that doesn't work on newer computers, I'm using a 2011 Macbook Air running OS 10.13.6 (High Sierra). I haven't installed any new software on it since I ...
Joel Derfner's user avatar
0 votes
1 answer
51 views

How to disable Auto Capitalization in new Outlook

The new Outlook (Version 1.2024.619.100, Client version 20240614008.17) incorrectly capitalizes some letters for me, for example the following: Hallo, das ist ein Test. will automatically be changed ...
gartenriese's user avatar
-1 votes
1 answer
38 views

How do I fill up a PCI DSS SAQ form?

I have established that my business needs to complete a PCI DSS SAQ-D form for attesting PCI compliance... twice - once as a merchant and once as a service provider! Even completing it once is a ...
John Rix's user avatar
  • 221
0 votes
0 answers
20 views

My ubuntu not power off

I run ubuntu 22.04 on my pc but I encounter to problem .when I click on tabs power off my monitor change to black color but my pc didn't power off.i have to press key power manually .how can I solve ...
Ali's user avatar
  • 1
0 votes
1 answer
30 views

Can't log into SSMS using a DNS name from the hosts file

In both my server (that hosts SQLS server) and my Pc, I have this entry in the hosts file: I am using Windows Authentication to log into the SSMS. Using servername MYSQLSERVER in the SSMS on my Pc, I ...
MojoDK's user avatar
  • 263
0 votes
2 answers
41 views

Screen capture in Windows is all black

I'm trying get screen capture through a SSH connection. In this SSH connection, I'm using the normal user. (in my case its PC) I found that after executing this command: screenshot-cmd -o test.jpg ...
RoseTeq's user avatar
1 vote
1 answer
17 views

Capture TCP stream with tcpdump/netcat

I have a hardware device that hosts two separate TCP modules. One is for receiving commands from other machines, while the other is a TCP stream server that sends data based on the commands received. (...
Gergely Lévai's user avatar
1 vote
1 answer
18 views

Does bash support variable substitution in return statement?

Does bash support variable substitution in return statement? From man bash: return [n] Causes a function to stop executing and return the value specified by n to its caller. Is n allowed to be ...
pmor's user avatar
  • 346
0 votes
0 answers
12 views

How to install hybrid conky from source

My laptop is a Lenovo E550: OS: Arch Linux KERNEL: Linux 6.9.6-arch1-1 SHELL: zsh CPU: Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz GPU: Intel Corporation HD Graphics 5500 ...
Masoud Yousefvand's user avatar
2 votes
1 answer
132 views

Android dot folder (hidden folder) is not showing in windows

I make a folder in my android device under that i have some files and .private folder ("dot" folder usually hidden in an android) under that hidden folder i have many important files. When i ...
NAKUL JAIN's user avatar
1 vote
0 answers
13 views

New NAS: Enhancing MDADM against long-term bitrot and random errors

For the last 15 years I was running MDADM(Raid6)+EXT4 under Ubuntu Server on smaller arrays <25Tb. Typically, all my arrays grow over the years, so I was starting with 4-5 drives and ending around ...
BarsMonster's user avatar
0 votes
0 answers
26 views

In windows, how to change the order of networks priority to use when multiples are availables?

I have an android smartphone with USB tethering connection sharing... it's plugged to my windows PC I have an ethernet RJ45 wire.... also plugged to my windows PC... It uses automatically the ethernet ...
user381936's user avatar
0 votes
1 answer
10 views

There is no "Move to file" refactoring option

I saw VS Code supports Move to file refactoring since version 1.82 But why there is no this option when try to move a TS interface to an existed file? VS Code: 1.90.2
Lin Du's user avatar
  • 101
1 vote
1 answer
29 views

Which is correct public IPv6 `::1` or `::/80` or `::`

I have been given an IPv6 address of 2a00:da10:f218:9ff0::1 And I read that ::1 is the local loopback. But the public display I've been given by the provider shows: 2a00:da10:f218:9ff0::/80 But ...
Martin's user avatar
  • 81
-1 votes
1 answer
27 views

When updating Wsl I Get an Error

enter image description hereenter image description hereI have Windows 11 machines I installed docker and after installing I got an error "wsl --update" And when I run the code wsl --update ...
mobin's user avatar
  • 1
0 votes
0 answers
10 views

In VxWorks, how can I list the names of all threads, then kill one of them?

From memory, in Linux, I can ps -a or similar, then kill -9 <pid>, although that might be for processes. I have a single VxWorks process (RTP) which has multiple threads. For testing, I want to ...
Mawg's user avatar
  • 4,465
1 vote
0 answers
19 views

How to skip a directory when downloading with wget?

I want to download a website with wget in Linux that have the following 'structure': sssssssssss.com/things/summer/tables/books/ There is a directory in the directory 'summer', named 'sport'. I want ...
ccsann's user avatar
  • 133
0 votes
0 answers
10 views

Unable to connect shared printer with Azure AD profile

I work for an Emergency Center. I'm trying to connect the shared label printer to the other two workstations in our reception area. I did add them to Universal Print but Universal print does not ...
ih8printers's user avatar
0 votes
0 answers
36 views

How to Manually Update Microsoft Office 2021 on Windows Server 2019 Without Internet Access?

In our organization, we are using Windows Server 2019 and have installed Microsoft Office 2021. Our server lacks internet connectivity, and we need to update Microsoft Office 2021 to address several ...
sjarasan's user avatar
0 votes
0 answers
15 views

Getting Remote side sent SSH2_MSG_EXT_INFO after USERAUTH_SUCCESS on mobaxterm

I am getting Remote side sent SSH2_MSG_EXT_INFO after USERAUTH_SUCCESS on mobaxterm after some times, I tried to google up but couldn't find solution. This one say to adjust the PuTTY's Connection/SSH/...
Will Khoo's user avatar
1 vote
1 answer
21 views

How to find the ssh connection behind a reverse tunnel from the server side?

I use the the ssh -R command to create a ssh reverse tunnel in the client side: ssh -fNR 3389:127.0.0.1:3389 user@remotehost In the client side, I can use the ps and netstat commands to find the ssh ...
wangwei's user avatar
  • 11
1 vote
0 answers
18 views

Is there a way to use Intel QSV to have hwaccelerated tone mapping in ffmpeg?

Currently I am trying ffmpeg -hwaccel qsv -hwaccel_output_format qsv -i "Z://Movies/Luca/Luca.mkv" -vf 'hwdownload,format=p010,zscale=transfer=linear,tonemap=hable,zscale=transfer=bt709,...
Nathan Cloutier's user avatar
0 votes
1 answer
64 views

How VirtualBox NIC bridging works?

I'm trying to understand somethings. General Part: I'm new on this area and I saw a video of a phisical network that told that a bridge connects two networks and knows if certain host is on the A side ...
Kobra's user avatar
  • 271
-3 votes
0 answers
26 views

I need a device with a software for it. Can anyone make such a device? [closed]

I need a device just like keyloggers which I can attach it with a USB Keyboard and plug in into PC2. There will be one software installed in PC1 which can connect with this device via WiFi and can ...
Chandan Kairi's user avatar
1 vote
0 answers
25 views

How to "dir" a folder on my phone? [duplicate]

Environment: Computer: Windows 11 / Phone: Android 9 (Yeah, It's old.) If I want to save the contents of a folder on my computer, I can go to Command Prompt and do: dir "folder_path" > ...
NewSites's user avatar
  • 788
1 vote
0 answers
33 views

Enter Bios/UEFI from desktop shortcut

I am currently dual booting windows and linux, i dont want to use grub because grub tends to get very flakey the longer things go on. IS there a way for me to create a desktop shortcut in linux to ...
Andrew's user avatar
  • 11
-1 votes
0 answers
27 views

Network connectivity between 2 pcs

Both pc are connected into a unmanaged 24 port unmanaged switch. Windows 11 pc is in port 3 and windows 10 pc is in port 4 the one and 2 is filled by a Playstation and a TV. The router is connected ...
Kyle adkins's user avatar
-2 votes
0 answers
51 views

Windows 8.1 Pro VM (on VirtualBox running on Ubuntu) won't boot [closed]

First and foremost, forgive me if any of the following command returns are too vague or missing; I'm typing this up partly from screenshots and partly from memory. Happy to run any or all of them ...
DiogenesOfMiami's user avatar
0 votes
2 answers
36 views

Release files in WSL2 are invalid

I am trying to install some things I need in WSL2 on Windows 11 (new computer). This has not been a problem in the past and WSL2 generally work pretty well. I run into this problem: johan@computer:~$ ...
Johan Mattsson's user avatar
0 votes
1 answer
51 views

How host.docker.internal works on windows

I just want to understand why on Windows the IP of host.docker.internal is not the IP of the host, neither 172.17.0.1. How all of this works on Docker? I've already read the documentation but couldn't ...
Kobra's user avatar
  • 271
0 votes
1 answer
37 views

How can I adjust settings of my Logitech Brio webcam on Win 10 without using software like OBS or LogiTune?

I want to be able to change the tilt, focus, etc. LogiTune is super buggy, and OBS is overkill. Is there a built-in way on Windows 10 (command line is fine but not ideal)?
Ryan's user avatar
  • 1,976
2 votes
0 answers
52 views

Why can ffmpeg cause a reboot?

Four times in a row, when I started a short simple ffmpeg command on my Ubuntu host, after about ten seconds it rebooted cleanly. Nothing appeared in /var/log/syslog. The fourth time, I ran it ...
Camille Goudeseune's user avatar
0 votes
0 answers
22 views

After disabling adblockers in chrome no browsers can access google analytics

I had two ad blockers in chrome which I have now disabled and removed. However, they have left behind some of their instructions. I cannot click on any google ad links from any browser which I now ...
dreamrunner's user avatar
1 vote
0 answers
18 views

Matrox G200eW3 fails on Debian 12.5

I do have a server with Matrox G200eW3 (on-board) on Debian Bookworm, but graphic display fails. There is a small _ in the top left corner, but that's all. Still the terminals (ctrl-alt 2/3/4/5) are ...
thomas's user avatar
  • 125
1 vote
0 answers
13 views

Brightness doesn't change on external display

I have a laptop with a external display and when i try to change brightness in windows it changes only on built in display. Night light works tho. I'd change brightness with monitor menu, but hdr on ...
kreuk's user avatar
  • 11
0 votes
0 answers
22 views

Would Like To Set Up Chrome Remote Desktop Access So It Doesn't Require a PIN or One-time Code

I need help setting up Chrome Remote Desktop on a client's PC. They have already installed CDR on their PC. I would like to access their PC anytime. The PC is running all the time. I don't want to ...
CurtisD's user avatar
0 votes
1 answer
15 views

zsh completion : don't complete if ambiguous, only show menu

I would like to configure zsh completion so that, whenver there remains some ambiguity, the completion stops at ambiguity, so that I can type the next few characters (as an alternative to browsing the ...
Joce's user avatar
  • 1,070
-1 votes
0 answers
14 views

GitLab comments "pending" [closed]

I just finished reviewing a reviewer's comments on my GitLab merge request. When I was done, GitLab told me that I had one pending comment, and to make it a "real" comment I must finish my ...
Jonathan Sachs's user avatar
0 votes
2 answers
35 views

Ram Installation and Cable Management

So I just upgraded my laptop’s RAM spec from 4gb ddr3 to 16gb ddr3(max). Everything went smoothly there’s just a slight issue… Speaker cable ON RAM This cable that connects the speakers, has been ...
Rakesh Singh's user avatar
-2 votes
0 answers
40 views

Installing Ubuntu over Windows - not detecting SSD

I had Windows 11 on my laptop until it decided to have BSOD every 5 minutes. I tried to check if the OS was a problem and then I booted into a live USB and everything went smoothly. However, when I ...
sailorcoding's user avatar
0 votes
0 answers
11 views

Avidemux loads vertical video in horizontal orientation

I have recorded a video while holding phone vertically. It opens vertically on phone, as well as on PC, in VLC. However, when I load it in Avidemux it rotates the video to horizontal aspect rate. I ...
overdriven's user avatar
0 votes
0 answers
27 views

Wget show error certificate of <domain> name was signed using an insecure algorithm, while curl works

We are trying to check domain wget domain <like httpx://abc.com> we are getting error "The certificate of domain(abc.com) was signed using an insecure algorithm. But SSL certificate is ...
Neeraj Punmiya's user avatar
0 votes
0 answers
20 views

black screen after login into kali inside virtualbox [maybe display bad settings]

I after install Kali inside oracle VirtualBox I can`t login to it and see this black screen: And when i want to close it VirtualBox shows me this: I think it is incorrect display settings. These are ...
Robot's user avatar
  • 1

15 30 50 per page