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.

Posts by Matthias Braun‭

6 posts
80%
+6 −0
Q&A 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 for...

1 answer  ·  posted 2y ago by Matthias Braun‭  ·  last activity 2y ago by Canina‭

Question gzip compression tar
75%
+4 −0
Q&A 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 A...

0 answers  ·  posted 11mo ago by Matthias Braun‭  ·  edited 10mo ago by Wicket‭

75%
+4 −0
Q&A 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.

1 answer  ·  posted 11mo ago by Matthias Braun‭  ·  edited 10mo ago by Wicket‭

75%
+4 −0
Q&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 Brother_DCP-L3550CDW DCP-L3550CDW To get...

posted 11mo ago by Matthias Braun‭  ·  edited 11mo ago by Matthias Braun‭

Answer
71%
+3 −0
Q&A 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 Lin...

1 answer  ·  posted 1y ago by Matthias Braun‭  ·  last activity 1y ago by Matthias Braun‭

Question wayland sway
66%
+2 −0
Q&A Measure distance in pixels on screen

One way to do this is using slurp and its -d option. Here's an example of slurp -d on Sway:

posted 1y ago by Matthias Braun‭

Answer