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
Let's take a look at what WAVE is telling us. A <button> element is present that contains no text content (or alternative text), or an <input type="submit">, <input type="button...
I have an AppleScript application (i.e. an AppleScript exported from the Script Editor as an application) in my "Login Items" list which disappears from the list after running once. The script its...
Does the Mac Mini have a GPU? This sounds like something that could happen due to a graphics driver issue. AFAIK Youtube relies on the HTML5 video element. If it freezes in all browsers, it's prob...
How to change user language for Microsoft 365/Sharepoint Online? I found this https://support.microsoft.com/en-US/office/change-sharepoint-online-language-settings-0f6a477a-dcab-4462-9d0c-e3b53d13...
I found this, thanks to Zelphir Kaltstal, and it worked! gsettings set org.gnome.desktop.wm.preferences button-layout appmenu:minimize,maximize,close Found at Add minimize and maximize buttons ...
The default icon of the Tunnelbear Firefox extension looks like this: I would like to hide the "Off" badge so that it looks like this: Following a similar process as in the answer https://pow...
In case of a classic magnetic disc drive starts to make new strange sounds and you can tell it isn't coming from one of the many fans in the computer, turn it off immediately and remove the power p...
One of the Wifi networks I connect to has a DNS server on it, which is better than public ones. This DNS server is not available when connected to other networks. When I'm on this network, I want ...
I use offlineimap to synchronize my mail, and I have the directory set up as a local folder in KMail. Currently, I open KMail and also run offlineimap to synchronize my mail. Is there a way to mak...
Brave The Brave project was started by Brendan Eich, one of the key figures in original Firefox, after he left the Mozilla foundation due to political reasons. From this, one could presume that it...
It seems possible to do this with unlockPref. unlockPref("signon.rememberSignons"); This technically only "unlocks" the setting, but in my case when unlocked it changes to true on its own in ab...
In ranger, I am often copying a bunch of files from one folder to another. Currently I do it like this: Select files with Space Cut with F6 Navigate to the destination folder Paste with pp ...
Still don't know how to do this, but bookmarks kind of accomplish it. You can do m1 too bookmark a folder as "1". Then move to another folder and bookmark with m2. Now, to switch use: `1 `2 #...
RethinkDNS includes a WireGuard option since v0.5.5. The development team was sponsored in 2020 by Mozilla's now-defunct "Builders Program." Rethink was originally an on-device "VPN"[1] with a DNS...
My keyboard is getting old and occasionally I notice the key presses don't quite register. This keyboard uses membrane switches so I can see how they would wear out after a while and not be as resp...
M-x kill-local-variable RET c-basic-offset seems to work, but only temporarily. If I save, and close Emacs, and revisit the file, the changes do not persist. I that in an affected directory, each ...
On my work laptop, I have realized that I have a rather low disk space on the system drive. I have run a disk usage application (Run as Admin) to try to understand what is taking so much space and ...
When I receive a call with Google Voice open in a browser on my desktop, it only rings briefly in the browser (about 2 seconds). After that, my phone starts ringing. When I'm at my computer, I wan...
I use Cheese to take photos with my webcam. The photos get saved under ~/Pictures/Webcam which I don't like. I want them somewhere else. In typical, presumptuous Gnome fashion, there is no UI in C...
There's a new WireGuard app on F-Droid called WG Tunnel, probably owing to dissatisfaction with the official app. It claims to sport a quick toggle in the drawer, and you can split-tunnel by appli...
As far as I know, Apple iCloud does not offer much of a straightforward way to store a massive photo/video library in the cloud, and offload it from devices. iCloud backup features an "optimize st...
I'm using the note taking app obsidian. In one of my notes I have a mermaid/gantt diagram which looks like this: Source code: ```mermaid gantt tickInterval 1day axisFormat %d %b dateFormat...
Problem Wrapping comments in Neovim gets messed up in the presence of parentheses. This happens with both auto wrapping and manual wrapping (gw). MWE This is what happens in a Python file (file...
My current computer is about 10 years old. It suits my current needs well enough, but in the future I'd like to do a bit more, so I'm think about some budget upgrades for CPU, motherboard and memor...
If one uses the --exec argument, one can access the name of the .mp4 file via %(filepath)s and %(requested_subtitles.en.filepath)s will give the filename of the subtitles: yt-dlp -f 160 --write-su...