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
How do I tell Firefox to default to 80% for every new web page it opens? 100% is too big, and the system doesn't support fractional scaling well, so every time I land on a new domain name, I have t...
I'm trying to get tmux to pass through extended keys to my terminal. In particular Shift+Enter and Ctrl+Enter. I'm attempting to utilize this in Vim by mapping the two key combinations. My termina...
I'm looking for a Linux task app that syncs tasks with an existing CalDAV server. I already have a CalDAV server set up (Baikal), and the relevant calendars have been set up with task support, so ...
A lot of sites these days use OTP. I'm not very familiar with this, but you normally install an app like Google Authenticator on your phone. The app serves an OTP code on demand which you enter alo...
Whenever I boot up Windows on my laptop, the clock is set to UTC time. This happened no matter what timezone I was located in at the time. However, when I boot up Ubuntu on the same device, I got t...
You at least have a couple options for open-source alternatives, though cross-platform, open-source, and dedicated authenticators is a very, very small pool of options. This list is therefore mixed...
Consider Ventoy. It's an open source tool that seems to meet your requirements… ✓ supports most distros (or Windows, ChromeOS, etc) ✓ choice of os at boot time ✓ add another just by co...
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...
Firefox family browsers. These have good compatibility because Chrome, Firefox, Edge and Safari are the browsers most commonly tested by web developers. With more obscure browsers, many commercial...
For context, I use Firefox to browse the Web. Some time ago, I followed some security- and privacy-oriented advice for configuring Firefox, which recommended (among many other things) disabling the...
Generally speaking the best thing is two different internet providers. Different means not just who you send the bill to but different physical networks. In most areas, your options are: One cab...
A MariaDB server is installed on a Linux server. How can a dump of the complete database be made, how it is at a single point in time, while preventing write access to the database during the dump...
When using Discord in a web browser, on a server where I have admin privileges, I sometimes find that I've accidentally moved a channel, which affects everyone on the server and can affect channel ...