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
Their is no way to import content from Stack Exchange sites in the meantime. You can only claim existing imported content (and Power User didn't import any content). And likely, there will no way ...
Although the website seems to be doing something different now (or possibly even based on our different browser settings), the common functionality leads me to believe this basic answer is correct:...
I had saved a number in my mobile a years ago (approximately) and, tried to contact via Imo Messenger. I had deleted Imo later that day. Yesterday I had downloaded Imo Messenger again. And, somehow...
How can I ssh to a remote server from my Chromebook? A lot of the work I do involves ssh'ing to a remote web server, running software on that remote command shell, and testing things using a web...
I am on several Discord servers. One of them has, as its server logo, an image I would rather not see every time I use Discord. I had previously used AdBlock to suppress it, but it came back rece...
To make the selection you get with the magic wand to follow your object more accurately, you can adjust the tool settings. Two of them are particular useful: Threshold, if the selection of th...
By default, the new tab page in Firefox has a lot of clutter in private mode. How to remove all this clutter?
Adding the following code block to one's userContent.css file will remove the clutter: /* removing clutter from new tab */ @-moz-document url("about:privatebrowsing") { .promo { displ...
The markings for search results in the firefox scrollbar are pink by default (requires "Highlight All" to be selected): Is there any code I can plug into a userChrome.css file or similar to chan...
Enter about:config in the address bar. Search for ui.textHighlightBackground and change its color value — you can use the #RRGGBB format or generic names such as "green". Note this al...
I have been using my 10-year-old small Samsung compact camera until recently. Whenever I plug that one into a Windows laptop, it shows up as a regular mass storage device just providing files, no-...
One can use sort -u to eliminate the duplicate entries and create a unique list: git whatchanged --author=samcarter --no-commit-id --name-only | sort -u
It has been reported that, if on a dark theme in KDE, Firefox automatically renders some websites that support it (e.g. Duckduckgo does, but Codidact doesn't) in dark mode. How can I better contro...
Olin's answer correctly diagnoses this as a form of coil whine, which can be emitted from almost any component but in your case is coming from the PSU. If you're not comfortable with voiding the w...
This is regarding the regular phone app that came with my Android phone. Under App Info, it says App installed from Google Play Store and version 78.0.437276706. I haven't done anything deliberat...
After upgrading one of my computers to Firefox 99.0.1 on Ubuntu, it's started rendering some fonts—specifically DejaVu Sans and Arial, although there may be others—incorrectly. The actual words are...
I would like to get a list of all the files in a git repository which I modified. Take for example the repository https://github.com/josephwright/beamer . I tried the command git whatchanged --au...
I think the way to interpret the site name is not "this site is for power users only", but rather "this site is for any aspiring power user". It doesn't really matter if you're not an expert, and ...
The benefits of allowing "easy" questions The Software site already had an analogous discussion and the consensus came out fairly strongly in favour of accepting and answering beginner-level quest...
Over time, the Windows folder keeps gathering crap and grow. Therefore, a fresh installation of Windows is bliss - it is the only 100% working way to get rid of all waste files that it picks up ove...
I regularly use two computers with the same keyboard and monitor(s) with a KVM switch. With one button press, the KVM switch can transfer both the video output (monitors) and input (keyboard and mo...
This solution works for me on Ventura 13.4.1. Taken from an article by Tom Nelson on the MacSales.com site, How to Create and Use a RAM Disk with Your Mac (Warnings Included!). In a terminal app, ...
if someone else has been able to answer to the asker's satisfaction, it is patently false that the question is unclear. That is actually a flawed premise. The question "what is the price of b...
PiKVM is an open source project which offers an internet KVM (keyboard-video-mouse) via a Raspberry Pi. It comprises an HDMI capture capability (also usable with VGA via adapters) which can be vie...
This is a broad topic, and I can't address all the details fully in one post. Instead, I will post an overview with enough keywords in each area, and leave it to the reader (and other questions) to...