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 »

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.

Activity for Matthias Braun‭

Type On... Excerpt Status Date
Edit Post #288147 Post edited:
add link to blog post
11 months ago
Edit Post #288147 Initial revision 11 months ago
Answer A: Get supported resolutions of scanner in Linux
Using `scanimage` First, get the name of the scanner with scanimage --list-devices In my case, this produced device `brother4:net1;dev0' is a Brother BrotherDCP-L3550CDW DCP-L3550CDW To get the different options and capabilities of that device, run scanimage --help -d 'b...
(more)
11 months ago
Edit Post #288146 Initial revision 11 months ago
Question Get supported resolutions of scanner in Linux
How can I find out the different image resolutions in DPI that my scanner supports? I'd prefer to use a command line tool to get the supported resolutions.
(more)
11 months ago
Comment Post #288127 I added the OS and further information to the question, @#36377, thanks for taking an interest.
(more)
12 months ago
Edit Post #288127 Post edited:
added versions of used software and drivers
12 months ago
Edit Post #288127 Initial revision 12 months ago
Question Fit page content to paper format in LibreOffice Writer
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 A4 page. Things I've tried: 1. In the menu, go to "Format" → "Page Style" and change the paper ...
(more)
12 months ago
Edit Post #287025 Initial revision over 1 year ago
Answer A: Measure distance in pixels on screen
One way to do this is using slurp and its `-d` option to see the rectangle's dimensions. Here's an example of `slurp -d` on Sway: Demonstration of slurp -d
(more)
over 1 year ago
Edit Post #287024 Initial revision over 1 year ago
Question Measure distance in pixels on screen
I'd like to draw a rectangle on the screen and get the dimensions in pixels of that rectangle. A bit like a ruler in order to measure the distance on screen. I'm using Sway version 1.8 on Arch Linux 5.19.9.
(more)
over 1 year ago
Edit Post #286391 Post edited:
Add links, fix typo cited zstd manual that was fixed upstream here: https://github.com/facebook/zstd/issues/3101
almost 2 years ago
Suggested Edit Post #286391 Suggested edit:
Add links, fix typo cited zstd manual that was fixed upstream here: https://github.com/facebook/zstd/issues/3101
(more)
helpful almost 2 years ago
Edit Post #286389 Post edited:
add versions
almost 2 years ago
Edit Post #286389 Initial revision almost 2 years ago
Question reduce gzip archive size if files are similar
I'd like to use the similarities between files to produce a gzip archive that's as small as possible. On gzip's Wikipedia entry it says that: > gzip is not to be confused with the ZIP archive format, which also uses DEFLATE. The ZIP format can hold collections of files without an external archi...
(more)
almost 2 years ago