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
I'm using Microsoft Word v16.9.3 on macOS Sonoma 14.6.1. I need to use Chicago Manual of Style 17th edition for a paper, and this calls for the footnotes being in 12 point font and the footnote num...
It's icky, but the generally accepted practice until this bug is fixed seems to be disabling Wayland when launching LibreOffice: WAYLAND_DISPLAY= SAL_USE_VCLPLUGIN=kf5 /usr/bin/libreoffice
You may try looking for the command mariadb-dump. As I can see from the documentation, this is a standalone command that generates the necessary SQL DDL statements to recreate and populate existin...
I'm using Borg to create backups of my home directory. I'm having trouble with excluding specific sub-directories when using a PATTERNSFILE with --patterns-from. I have the following (simplified) ...
There are several apps which allow the user to toggle immersive mode in Android. These may require root or the use of adb on a connected computer for the initial setup. Searching for "immersive mod...
Since macOS 15, the right-click context menu for removable volumes has an entry "Erase Disk..." right next to the "Eject" entry: Is there any way to remove the erase option from the context menu...
What's happening The operating systems are using the hardware clock in different ways. Linux uses UTC while widows uses localtime (dubious I know). So when you boot the other OS, it's gonna see th...
You can use the command line tool albatross (https://gitlab.com/islandoftex/albatross/) to find out which of the fonts you already have on your system, contain a given symbol. For example, on my s...
You could use the site https://www.fileformat.info to find fonts which contain a specific character. For example for the creative commons logo: https://www.fileformat.info/info/unicode/char/1F16D/...
Do I first have to somehow connect it with my Google account (how?) and then Groups will know about it That turned out to be the key. After a lot of poking around, I went to "Manage your Goog...
I've worked for a while with OpenSCAD as a nice tool to quickly build pieces to then export for 3D printing. In a new use case, I'd like the object to include a human-like arm or head. Think in t...
I would like to change the vertical position of subtitles in videos downloaded with yt-dlp. If I use yt-dlp -f 160 --write-subs --write-auto-subs --sub-langs en --embed-subs "https://www.youtube....
I have to use Windows for work. I am trying to start the Rancher Desktop application from Powershell, and keep it open after I close Powershell. My Powershell command looks like this: Start-Proces...
Again, the order of the patterns matters 🫤 I was able to exclude any .idea sub-directory —at all levels— by declaring the line - /home/user/**/.idea at the beginning of the file. R /home/user ...
How do I make a test call in Microsoft Teams in Browser?
When there is unstaged change in the file I'm editing, VS code shows little red triangles and colored bars (green/blue) in the left margin. If I click on these, a popup opens showing a diff of that...
I'm a big believer in benchmark vs. cost, so I would suggest the following approach: Determine "current power" of the hardware you currently have. Do some representative task on it and measure p...
A couple of years ago when I installed Linux, I followed some instructions to get an "etching" tool to load an ISO onto removable media for a live boot - in my case, a 4GB microSD card. It worked f...
Want I want Alt-. get the last argument to the last command, as it does in a default bash terminal, when Vim bindings are enabled. Similar to this SO post, but with a bash terminal, not zsh. MW...
You're in a bit of a period of transition - and it's a little more complicated than one would assume. A decade is a very long time, and both 'big' CPU makers are transitioning towards much more cap...
For the last year or so, when I go to old.reddit.com I get the "whoa there, pardner" message with some garbage about scripts. reddit.com says "You've been blocked by network security.". I do use a...
I recently acquired a Samsung "gaming" screen (Samsung 28" Odyssey G7 4K 28BG700) to be the monitor for my desktop. Unfortunately, it seems to want to be everything but a simple monitor for my comp...
It seems like many smart TVs use firmware/OS based on Linux or Android. I would guess that by now somebody must have tried putting their own software (mainstream Linux distro or custom OS) on one o...
You just need to add "\e.":yank-last-arg to $HOME/.inputrc. From man 3 readline: yank-last-arg (M-., M-_) Insert the last argument to the previous command (the last word ...
You can't edit it in settings, but I do know where those come from. It's in language-configuration.json, under comments: Comment toggling VS Code offers two commands for comment toggling. Toggl...