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
Two possbilities: A firmware upgrade supports this feature. You can't. I also have a Lenovo laptop, purchased in 2018, and it does allow me to set the limit to charge to. Here is a screen sho...
When I launch new browser tabs from links on other pages, I want the new tabs to appear at the end, not right after the current tab. Chrome (desktop) doesn't have a setting for this (or at least n...
I am trying to invert the matrix in the picture. I had done mistakes 3 times. And I heard someone in Khanacademy were saying "let computer do the hard tasks". I was trying to find better Matrix s...
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...
The firefox keyboard shortcuts to navigate tabs depend on the operating system. An overview can be found at https://support.mozilla.org/en-US/kb/keyboard-shortcuts-perform-firefox-tasks-quickly?red...
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...
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...
I'm about to build a desktop PC first time in many years and I was confused by the following discrepancy related to memory speeds: Zen5 CPUs "natively" support DDR5-5600 RAM (for example 9600X) ...
My university, like many others, offers a connection to the eduroam infrastructure. I'm running Ubuntu 22.04 (LTS); unfortunately, the instructions provided by the institution for connecting to the...
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...
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...
In previous versions of macOS, the battery indicator in the menu bar was coloured in either black or white (depending in the wallpaper): In macOS 15 Sequoia, the battery indicator changes colour...
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...
Depending on some semantics, it is possible to do what you want, for a sufficiently motivated cohort of "we." The tricky part is that you're rewriting history, and everyone has to agree on that new...
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 ...
I'm switching over to Firefox from Google Chrome now that Chrome is trying to kill uBlock Origin and similar extensions. So far I've managed to import my bookmarks, passwords, and userscripts over ...
This post solved it for me. This issue is caused by having Noto Color Emoji too high in the font priority. Check /etc/fonts/local.conf for the following item: <match target="pattern"> <...
I am using a Lenovo Legion laptop and one thing I have noticed is the fan working at full speed from time to time. This seems to be related to the CPU jumping to a high frequency to deliver more pr...
Generally, PC these days are almost always built with 2 hard drives: one for the OS and related programs, one for applications and user data. There is nothing directly harmful with storing a lot o...
What is the magit equivalent of git switch branch? I'm particularly interested in the situation where you cloned a repo, and want to checkout a remote branch locally. From the commandline that u...
As far as I know, you can't. Each mark refers to a single location; if you change this location with the m command, the previous location is lost. There is no concept of a "mark value history" whic...
Assuming innermost directories are not empty, in any POSIX compliant system, find . -type d -links 2 -exec cp -r {} . \; In a GNU Linux system, a more performant alternative is find . -type d ...
How can one add one comment to two or more selections in Google Docs? It is clearly technically possible, since when you copy a section with a comment, any pasted text will link to the same commen...
Background: I'm using a websites which uses a pin code locally stored in a cookie for login. As firefox does not recognise the field to input the pin as a password field, it won't store the passwo...
I have a docx file in A3 format here consisting of one page. Using LibreOffice Writer, I'd like to scale it down to A4 without breaking the layout. Eventually, I want to print the document on an A...