Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

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.

General Q&A about software and hardware usage

Filters (None)
71%
+3 −0
How to sort contacts by last name on Android phone?

After a software update maybe a month or two ago, contacts are displayed differently on my Android phone. The most annoying difference is that they are now sorted by first name. Under Settings &g...

1 answer  ·  posted 10mo ago by Olin Lathrop‭  ·  edited 10mo ago by Olin Lathrop‭

android
66%
+2 −0
Problems accessing disks from a Synology NAS from a Linux PC

My Synology DS220+ died and I decided that the successor will be a DIY system. Now I'm trying to access the data from the disks that were used in the NAS. Every tutorial, blog post, forum post I f...

1 answer  ·  posted 10mo ago by GeraldS‭  ·  last activity 10mo ago by GeraldS‭

linux synology recovery
71%
+3 −0
Discover what is Excluding Ports in Windows

I recently hit an issue on Windows where an application was not able to bind to a specific port (1883 for RabbitMQ MQTT). I followed the normal steps of using Resource Monitor to check for ports th...

0 answers  ·  posted 10mo ago by rcmosher‭

windows port networking
71%
+3 −0
Linux / Android XMPP communication with OMEMO

The OMEMO encryption ecosystem for XMPP (Jabber) is split into distinct, incompatible versions. Unfortunately there are different versions of OMEMO encryption existing, that are incompatible to ...

1 answer  ·  posted 1y ago by Michael‭  ·  edited 10mo ago by Michael‭

xmpp omemo
50%
+0 −0
How can I convert an .eml file to an SVG?

meta.discourse.org/t/388327 contains a PNG example of what it describes. The example was converted from an .eml file (because the .eml file is > 100 000 characters, and Discourse doesn't permit ...

0 answers  ·  posted 10mo ago by Mr. Beedell, Roke Julian Lockhart (RJLB)‭  ·  edited 10mo ago by Mr. Beedell, Roke Julian Lockhart (RJLB)‭

email conversion svg
71%
+3 −0
Does a full-featured camera application exist for any desktop OS?

As was originally posted at community.spiceworks.com/t/1226828: [1] I want something that is as versatile as Open Camera for AOSP: [2] it allows me to configure the aperture, ISO, grain reductio...

1 answer  ·  posted 11mo ago by Mr. Beedell, Roke Julian Lockhart (RJLB)‭  ·  last activity 10mo ago by Franck Dernoncourt‭

linux windows-11 software-recommendation camera
60%
+1 −0
Change finder view for a specific folder programmatically

I'm trying to change the view for a specific folder in finder from the command line. Specifically, I want to switch to icon view and set the icon size to 512 pixel. Currently, my approach is to us...

0 answers  ·  posted 11mo ago by samcarter‭  ·  edited 11mo ago by samcarter‭

macOS26
71%
+3 −0
Why does a USB webcam, passed-through from a Fedora 42 host, to a guest Windows 25H2 VM, render no video (inside the VM)?

Similarly to posts/294844: I've recently installed the Windows 11 Enterprise 25H2 Insider Preview Canary .ISO. [1] After registering my webcam: ...I expected it to operate. However, althou...

0 answers  ·  posted 11mo ago by Mr. Beedell, Roke Julian Lockhart (RJLB)‭  ·  edited 11mo ago by Mr. Beedell, Roke Julian Lockhart (RJLB)‭

virtual-machine linux windows-11 webcam
60%
+1 −0
How to complete online Windows 11 OOBE with a non-Outlook e-mail address?

Context/Rationale I've recently installed the Windows 11 Enterprise 25H2 Insider Preview Canary .ISO. [1] During its OOBE (its initial configuration process), I was asked to authenticate with my M...

0 answers  ·  posted 11mo ago by Mr. Beedell, Roke Julian Lockhart (RJLB)‭  ·  edited 11mo ago by Mr. Beedell, Roke Julian Lockhart (RJLB)‭

windows-11
71%
+3 −0
Search tool for PDF content with verbatim text including special characters

I'm looking for a free (and if possible opensource) tool to search through the content of PDFs. Requirements: search full text of all PDFs in one folder (the PDFs are "plain text", not scans) ...

2 answers  ·  posted 11mo ago by samcarter‭  ·  last activity 11mo ago by samcarter‭

software-recommendation macOS
30%
+1 −5
"File name too long" when printing a long base64 string. Why?

Downloading an image and encoding it into base64: curl -o output.jpg https://upload.wikimedia.org/wikipedia/commons/thumb/f/f6/USA-San_Jose-De_Anza_Hotel-3.jpg/500px-USA-San_Jose-De_Anza_Hotel-3.j...

1 answer  ·  posted 11mo ago by Franck Dernoncourt‭  ·  last activity 11mo ago by Michael‭

bash
71%
+3 −0
Outlook Search Folder only works for some addresses in criteria.

In Outlook 365 I have a search folder. It only has From... criteria on the Messages tab. There are multiple from addresses there to match, separated by semicolons: [email protected]; [email protected]...

0 answers  ·  posted 12mo ago by rcmosher‭

microsoft-outlook
60%
+1 −0
Show icon in menu bar while a shell script is running?

When running a finder quick action, a cute little cog wheel is shown in the menu bar while the task is still running: Is there a way to make a similar icon appear in the menu bar while a shell s...

1 answer  ·  posted 12mo ago by samcarter‭  ·  last activity 12mo ago by samcarter‭

macOS macos15
60%
+1 −0
Wrapping comments in Neovim messed up by parentheses

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...

1 answer  ·  posted 2y ago by mcp‭  ·  last activity 12mo ago by inwon‭

linux vim lunarvim neovim
75%
+4 −0
Is there a functional benefit to 4k screens?

Is there a functional benefit to using a 4k computer monitor over a 2k one, or is it just a luxury (ie. looks nicer etc).

1 answer  ·  posted 12mo ago by matthewsnyder‭  ·  last activity 12mo ago by matthewsnyder‭

monitor
75%
+4 −0
How do I install avidemux on Debian?

Avidemux doesn't appear to be in the standard package repository for Debian. What are my options for installing Avidemux on Debian 12? Is there a relatively safe package repository that I can use...

1 answer  ·  posted 12mo ago by SystemExplorer‭  ·  edited 12mo ago by trichoplax‭

installation debian
66%
+2 −0
Docker throws docker: invalid reference format: repository name (library/PRIVATE) must be lowercase error

I've been trying to set up campfire to test - I'm mostly following the guide given on the git repo , and trying to fill in the missing bits. I'm using this script to try to start the basecamp dock...

1 answer  ·  posted 12mo ago by Journeymangeek ‭  ·  last activity 12mo ago by Journeymangeek ‭

docker
50%
+0 −0
Adding google link to startpage search engine

I recently switched from DuckDuckGo to startpage as my primary search engine. I was using the firefox addon duckduck-go-google to add a google link to the DuckDuckGo search results - just in case i...

1 answer  ·  posted 12mo ago by samcarter‭  ·  last activity 12mo ago by samcarter‭

userscript
75%
+4 −0
What are best practices for keeping my blog in version control repository (Wordpress in a git repo)?

What are best practices for keeping my blog in version control? In particular, I hear that many people use git to version control a Wordpress blog. (a) (b) (c) (d) (e) (f) (g) (h) (i) (j) That wa...

2 answers  ·  posted 1y ago by DavidCary‭  ·  last activity 1y ago by GeraldS‭

website backup git
77%
+5 −0
2FAuth Self-Hosted, Unable to Register

I'm trying to set up 2FAuth on a local server (old Raspberry Pi, Debian), alongside some other services. Following the self-hosting directions, I believe that I managed to get the code running, an...

1 answer  ·  posted 1y ago by John C‭  ·  last activity 1y ago by John C‭

php self-hosted nginx
81%
+7 −0
Why might a PGP-signed email be considered less secure than the same message without a signature?

I sent an email to a friend's work address. The email had an attachment, not a lot of text, and was signed (not encrypted) with my PGP signature. They briefly received the email before it ...

1 answer  ·  posted 1y ago by Michael‭  ·  last activity 1y ago by InfiniteDissent‭

email pgp
75%
+4 −0
Is there an email client for Plasma Mobile?

I've resurrected my Linux phone hardware, set to try it again as a defense against the further subversion of Android as a platform you own in any way. I figured I'd install Plasma Mobile, as I use...

0 answers  ·  posted 1y ago by Michael‭

email linux smartphone postmarketos plasma-mobile
77%
+5 −0
How do I enlarge inbox text in Thunderbird?

I've just installed Thunderbird on MacOS 14.2.1. I've run through all the settings I could find related to fonts and sizes, but nothing I change affects the message list, meaning the list of sende...

1 answer  ·  posted 1y ago by Monica Cellio‭  ·  last activity 1y ago by GeraldS‭

thunderbird macos14
83%
+8 −0
How to use GitHub Personal Access Token?

I have repositories on GitHub, and have been using a user name and password to access them. All was working great. I could use various GIT commands on the command line, and GIT would automaticall...

2 answers  ·  posted 5y ago by Olin Lathrop‭  ·  last activity 1y ago by Michael‭

authentication github
81%
+7 −0
Hardware for occasional direct control of personal server

Sorry if the title is weird, please feel free to suggest a rephrase. I have a personal server in my closet. I host various software on this for my family's use. The vast majority of the time I con...

3 answers  ·  posted 3y ago by matthewsnyder‭  ·  last activity 1y ago by Journeymangeek ‭

hardware home-server system-administration
75%
+4 −0
How do I troubleshoot a NVMe drive that drops out under load?

I'm running a self built machine with a MATX-CS612 motherboard. It runs ubuntu server 24.04 with a ZFS root. The machine tends to reboot under a very specific workload (Running a selenium workflow ...

0 answers  ·  posted 1y ago by Journeymangeek ‭  ·  edited 1y ago by Journeymangeek ‭

storage ubuntu
50%
+0 −0
Supposedly privacy-respecting Apple not deleting my data when I tell it to! Why?

On iPhone and iPad I can delete Facebook (and thus all its data, per storage info in Settings) and reinstall it and it still remembers my login. Privacy violation/bug?

1 answer  ·  posted 1y ago by Logician‭  ·  last activity 1y ago by Logician‭

ios apple facebook privacy
71%
+3 −0
How can I filter GitHub commits by date range, in a friendlier way than git log?

We have a repository hosted on GitHub. I'm trying to track down a bug and have narrowed the date range for when it could have been introduced. I would like to easily review commits in that date r...

2 answers  ·  posted 3y ago by Monica Cellio‭  ·  last activity 1y ago by Michael‭

github
80%
+6 −0
How to verify a github link for my mastodon profile?

I included a link to my github profile in my mastodon profile. How can I verify the link? I've already tried adding a link to mastodon in the social accounts fields on my github profile adding...

1 answer  ·  posted 1y ago by samcarter‭  ·  last activity 1y ago by samcarter‭

mastodon
80%
+6 −0
I got a "Website NFC Tag" alert on iPhone. How do I see what URL it will send me to, safely? (Potential for 0day in iOS?)

"Website NFC Tag" Got this alert which I've never seen before popping up over and over on my iPhone. I'm not seeing a way to see the whole URL without opening it, so I'm not opening it. It seems i...

2 answers  ·  posted 1y ago by Logician‭  ·  last activity 1y ago by GeraldS‭

information-security iphone apple
77%
+5 −0
Code blocks on mastodon

Recently, I've seen a number of mastodon toots which show code with a special markup, e.g. a light font on a red background. One example can be found at https://wetdry.world/@jessienab/114857900769...

1 answer  ·  posted 1y ago by samcarter‭  ·  edited 1y ago by samcarter‭

mastodon
71%
+3 −0
Do we have web based Discord client except the official one?

I have been finding a web based discord client which is not the official once since it's full of tracking and it doesn't provide any feature that other alternative clients do. one of the best thin...

1 answer  ·  posted 1y ago by ghodawalaaman‭  ·  last activity 1y ago by Michael‭

linux web-browsers Discord web-application
77%
+5 −0
How can I remove sticky "reply" etc buttons in Gmail Android app?

The Android Gmail app recently (I have version 2025.06.15.773123224.Release) added sticky reply buttons (reply, reply all, forward) to the bottom of the screen when viewing an individual message. ...

0 answers  ·  posted 1y ago by Monica Cellio‭

android gmail
75%
+4 −0
How to identify which processes consume most CPU?

I want to have a list of top consumption in a range of time, or at least when the total CPU consumption is over a threshold. In many task managers, sorting the processes by CPU only shows which one...

0 answers  ·  posted 1y ago by Ooker‭  ·  edited 1y ago by Andreas‭

windows task-manager process-monitor
75%
+4 −0
Set number of frames per second when creating an animated png with ImageMagick

I would like to convert a pdf file into an animated png with a specific number of frames per second using ImageMagick . The example pdf file used below can be downloaded from https://mirrors.ctan....

0 answers  ·  posted 1y ago by samcarter‭  ·  edited 1y ago by samcarter‭

ImageMagick
20%
+0 −6
How can I use Power Query to import many monthly Excel files, into 1 Excel file with many sheets, with each month on its own sheet? [duplicate] [closed]

i am facing the same difficulty as https://superuser.com/questions/1896861/how-can-i-use-power-query-to-import-many-monthly-excel-files-into-1-excel-file?noredirect=1&lq=1. as it got wrongly cl...

0 answers  ·  posted 1y ago by 7095‭  ·  closed 1y ago by samcarter‭

microsoft-excel
33%
+1 −4
how much does instagram know about me, if i download from instagram profiles using third party websites?

I work in the travel industry. To get inspiration and ideas, I use https://sssinstagram.com to download pictures from public instagrams of restaurants, travel websites, destinations, photographers....

0 answers  ·  posted 1y ago by 7095‭  ·  edited 1y ago by Monica Cellio‭

web-application
33%
+0 −2
Is running AllDup on two folders separately faster, than running it once on both folders together? How does splitting files affect performance?

I use AllDup to find and delete duplicate or similar pictures. To keep my question simple, suppose I am searching two folders. I own both Asus and Lenovo computers, but their technicians gave oppos...

0 answers  ·  posted 1y ago by 7095‭

deduplication
84%
+9 −0
Allow extended keys in tmux?

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...

1 answer  ·  posted 2y ago by rcmosher‭  ·  last activity 1y ago by Kamil Maciorowski‭

tmux
75%
+4 −0
How do I turn one layer into the mask for another layer, and back to normal again?

If I have two layers, how do I convert one of them back and forth between a normal layer and as a layer mask for the other layer?

0 answers  ·  posted 1y ago by Andreas‭

gimp
71%
+3 −0
Repeat one layer (group) as a tile

I have an image which I want a number of identical tiles on top of, arranged such that the tiles start at an offset, then duplicate x number of times in the horizontal direction, and y number of ti...

0 answers  ·  posted 1y ago by Andreas‭  ·  edited 1y ago by Andreas‭

gimp
71%
+3 −0
Stack contents of layer or selection

If I have a layer or selection, how do I stack it horizontally and/or vertically such that it draws into the layer beneath (or current layer in the case of a selection)? I have a tile that I'd lik...

1 answer  ·  posted 1y ago by Andreas‭  ·  last activity 1y ago by Andreas‭

gimp
71%
+3 −0
How do I firewall all telemetry?

How can I block all network requests that look like telemetry at the network level? I realize that "looks like telemetry" is a nebulous definition - it would probably involve a lot of custom logic...

1 answer  ·  posted 1y ago by matthewsnyder‭  ·  last activity 1y ago by Journeymangeek ‭

networking
75%
+4 −0
How to install PWAs on Android?

You're supposed to be able to "install" PWAs to your device directly from web browser. How is it done? It should result in a launchable icon that takes you to the web app without showing the brows...

1 answer  ·  posted 1y ago by Iizuki‭  ·  last activity 1y ago by Iizuki‭

android pwa
77%
+5 −0
What's the protocol for keyboards to communicate which keys were pressed?

For context, suppose I ask (on Linux) a process to report to me about the exact bytes I send it - say, with xxd -. I press the right arrow key on my keyboard, then Enter, then Ctrl-D (to signal the...

2 answers  ·  posted 1y ago by Karl Knechtel‭  ·  last activity 1y ago by ninjalj‭

keyboard-input hardware protocols
66%
+2 −0
Find and close last opened tab in Safari

Finding and opening the last open tab in Safari, is usually straightforward; just look in the user interface. However, that's not an option, because every time the browser is started, it opens ever...

1 answer  ·  posted 1y ago by Andreas‭  ·  last activity 1y ago by Andreas‭

Safari
71%
+3 −0
Restore tabs from windows.plist

Due to unfortunate circumstances (my own shortcomings), I have managed to back up only ~/Library/Saved Application State/com.apple.Safari.savedState/windows.plist before making changes to that file...

0 answers  ·  posted 1y ago by Andreas‭

Safari
70%
+5 −1
reasonable to mandate sending attachments in a separate follow-up email to ensure that the recipient receives at least one message?

My new company has this IT policy for emailing attachments. Does it make sense? The Chief Technology Officer (CTO) claims that sending attachments in a follow-up email is safer than sending a sing...

3 answers  ·  posted 1y ago by 7095‭  ·  last activity 1y ago by Michael‭

email
40%
+2 −4
How am I supposed to join that Slack channel? Is upgrading upgrading my Slack account required?

I got invited to some Slack channel. Slack asks me to select an account to be able to accept the invitation and join the channel: However, when I select an account, it just tells me: Shared c...

1 answer  ·  posted 1y ago by Franck Dernoncourt‭  ·  last activity 1y ago by Franck Dernoncourt‭

slack
27%
+1 −6
Does posting the same content on multiple sites hurt their rankings in search engines?

I wonder if posting the same content on multiple sites hurt their rankings in search engines. I found 2 old related Q&A: The lone answer on https://webmasters.stackexchange.com/q/93286/1307...

1 answer  ·  posted 1y ago by Franck Dernoncourt‭  ·  last activity 1y ago by Franck Dernoncourt‭

search-engines SEO