Some time ago one of my hard drives, a 3TB Seagate ST3000DM001, wouldn’t mount anymore. It worked fine up to the day before, except the week before there were some errors from a single file. Some GUI applications gave me errors about it, but cp created a copy that I […]
Rubin
I have an existing private git-repository (with two branches), hosted on GitHub. I plan to make it public, but I don’t want to make public the author email-address. So, the plan is to rewrite the commit-history, by replacing the <old-author-email> with the <new-author-email>, and resign the commits. Also, I want […]
We are having an issue with a website hosting provider. All of our sites, and other people from home alike are able to access our website, however one of our two uplinks at one site is unable to access the website, nor can they ping it. However, we can MTR […]
I currently have a table that presents different transactions by year and month, as per the example below. I want to be able to count how many transactions were over 10, but only for the month and year that I selected, as per cell B1 and B2. In that example, […]
Accessing my computer’s BIOS is a complete pain. When one or more of my monitors are connected to my graphics card display port, the BIOS screen loads but is blank. I’ve narrowed down the problem with some confidence to the mobo’s setting “Initiative Graphics Adapter.” What port my monitors are […]
Does shrinking partitions really improve performance? I thought that the OS and applications need a lot of free space to move around for optimum performance.
Is it possible to pair a remote, standalone Bluetooth transmitter to a Windows PC as an AUDIO SOURCE (recording line-in)? I can understand that this is an atypical usage. So, maybe it’s not surprising that I cannot find a transmitter that explicitly mentions this usage. But, this also makes me […]
The question is a bit specific, so assume the following: The program’s C source code does not explicitly use platform-specific functions (it does not explicitly use system calls, for example). To interact with the OS, the source code uses the C stdlib. The stdlib is not linked at compile time. […]
My company still has on old usenet server. Posting is disabled for quite sometime. Now we want to shutdown the server and archive the content. For purely archiving and serving the content I’ve found https://github.com/powercrypt/Usenet-Archiving-Tool It does even serve the content as webpage. However there is no grouping into threads. […]