Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
Search
Threats In my head, there are three main threats, though the OAuth 2 RFC has a whole chapter on the topic. Your questions deal mostly with one of them and slightly with another. Fake login page ...
My hard drive is making a screeching/scraping/scratching sound. Is this bad? Will it explode? What I do? How do I figure out which hard drive is doing it, if I have multiple?
What is the easiest way to set up a mailing list? The goal is to send an email to one address, and it gets automatically re-sent to everyone who is currently subscribed to that list. Ideally, the ...
Since there seem to be no userscripts for this, I wrote one myself. It should work with all major userscript managers and browsers. The script prevents the dragstart event and thus drag and drop f...
qutebrowser Qutebrowser is a small, independent project that is not a fork of any major browser. It is notable in being designed for keyboard-only navigation, inspired by the Vimium extension, whi...
Are there US stock brokers that allow programmatic access for retail investing? I would like to be able to connect to my broker's API to check my stock portfolio and place trades. I'm not looking ...
Occasionally someone* occasionally modifies one of the files I'm responsible for with an archaic tool that decides to convert the updated file to UTF-16 (probably lossless) or an even more archaic...
Sorry, no simple answer here, though I did find one service free for up to 100 users: https://groups.io Any "service", as opposed to software you install on your own system, needs to be paid for, ...
LLMs (AI) have limited context windows which makes it challenging to include all necessary context in the prompt. A common solution is a memory book. The memory book stores arbitrarily large amoun...
[Comcast] said normally small businesses get a plan from a second internet provider, for example AT&T, to reduce the chances of the internet going down. I am wondering if that is actually the...
I am new to DokuWiki and have done the basic setup for a private wiki. I want to use it as an alternative to a spreadsheet I've been using to track my ratings and other notes for a category of pro...
For Linux/macOS: Database -> Database Security... -> Change Password For Windows: Database -> Database Security... -> Security -> Change Password
I have a home network, including a server (not on public internet) that runs various services. For example, a Nextcloud instance with family photos. Currently, the server is connected to my router...
I have a moderately large ISO image (>5 GB)[1] to which I want to add a single file[2], and I want to do that on Linux (preferably using only software which is available in Debian's main and con...
Since the update to macOS 14.0 Sonoma, I every now and then get the following pop-up while typing. At first it is just the blue circle with "US": When I click on it, the white part with "DE" app...
If your goal is to fix your files like David Cary's iconving does, but you can't tell the mis-encodings that transpired to create your text, you can use a little Python and the ftfy library[1] as f...
SVG apparently has an <animate> tag which can do this. The thing you would animate is the offset of the points/dashes on the line. This is called <stroke-dashoffset>. It sounds like y...
I ran which gs convert pdfinfo pdftotext and noticed that the output was /usr/bin/gs, etc. The Ubuntu defaults for PdfHandler have the path set as gs, not /usr/bin/gs. I changed the paths for gs, p...
Firefox is apparently able to automatically import all that: https://support.mozilla.org/en-US/kb/switching-chrome-firefox I personally don't use these auto-imports. I find that browser migration ...
I would handle this with git bisect. Assuming you have a known good old commit C_GOOD (this would be your "since") and a known bad new commit C_BAD (this would be your "until"), git bisect start C_...
I don't have a ready answer to the question in the title, but with regards to The plan was to disable the MariaDB service so that no new writes to the database can be made (that have a risk of n...
Your only real option here is redundancy. Besides what manassehkatz explained already, you can also open a second office in a different location. It seems unlikely that internet would fail in two ...
To enter a paragraph above a table, just hit Enter when your caret is at the start of the first cell of the table.
An LCD (unlike a typical CRT) has actual hardware pixels for the defined "native" resolution. If you set your video card (in this case, set your Windows display resolution) higher than the native r...
Well - all these examples essentially are ways to spread out utilisation of "work" between PCs. To start with - "Cloud" servers essentially are VMs, running on managed hardware. While in many case...