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.

Posts tagged linux

This tag doesn't have any usage information yet.

This tag doesn't have a detailed wiki yet.

71%
+3 −0
Q&A How to dump a MariaDB while mariadb.service is stopped, to move the database to a different server?

A MariaDB server is installed on a Linux server. The MariaDB service is currently stopped, so no client can connect to it. How to create a SQL-dump of all databases without starting the service? T...

1 answer  ·  posted 1y ago by H_H‭  ·  last activity 1mo ago by aura-lsprog-86‭

Question linux mysql
60%
+1 −0
Q&A Delete "dosdevices" folder created by WINE from Windows

I have a backup of a Linux Mint install circa 2016. Individual files were copied using Ubuntu to an NTFS drive. Now I'm tar-ing and archiving the files, and trying to delete what's left. I made th...

1 answer  ·  posted 6mo ago by Big Head Mode‭  ·  last activity 6mo ago by matthewsnyder‭

75%
+4 −0
Q&A Linux task app with support for CalDAV sync

I'm looking for a Linux task app that syncs tasks with an existing CalDAV server. I already have a CalDAV server set up (Baikal), and the relevant calendars have been set up with task support, so ...

1 answer  ·  posted 7mo ago by Zoe‭  ·  last activity 6mo ago by Zoe‭

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

0 answers  ·  posted 8mo ago by mcp‭  ·  edited 7mo ago by mcp‭

71%
+3 −0
Q&A How to record both audio output and input as separate channels in Audacity?

Is it possible to record both audio in and out with Audacity? I am imagining that after configuring it somehow, I would end up with two concurrent audio tracks: One for what the microphone heard, ...

0 answers  ·  posted 9mo ago by matthewsnyder‭

Question linux audio recording
60%
+1 −0
Q&A Alternative to Cheese that allows custom capture directory?

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

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

75%
+4 −0
Q&A How to create a dump of a complete MariaDB how the data is at a single point in time?

A MariaDB server is installed on a Linux server. How can a dump of the complete database be made, how it is at a single point in time, while preventing write access to the database during the dump...

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

Question linux mysql
71%
+3 −0
Q&A How to add a file to a >5GB bootable UDF ISO?

I have a moderately large ISO image (>5 GB)[1] to which I want to add a single file[2], and I want to do that on Linux (preferably using only software which is available in Debian's main and con...

0 answers  ·  posted 1y ago by Canina‭

Question linux
66%
+2 −0
Q&A How to set the default time format in Linux Debian.

How to set the default time format in Linux? For example to set the format the date command outputs when run with no parameters.

1 answer  ·  posted 1y ago by H_H‭  ·  last activity 1y ago by Quasímodo‭

Question linux
75%
+7 −1
Q&A Linux distro and documentation for a Windows power user wanting to become a Linux power user without spending a lifetime in the process?

I'm a very-long-time Windows user that has lots of experience with that OS and its predecessor (MS-DOS). I can't call myself exactly a Windows system programmer, although I know some of the APIs a...

4 answers  ·  posted 1y ago by Lorenzo Donati‭  ·  last activity 1y ago by matthewsnyder‭

66%
+2 −0
Q&A Why do tty's log in even with a wrong password or none at all?

I have a Manjaro machine with mostly default programs in the background. I recently found out that when signing in to the other tty's (the ones you go to by pressing CTRL+ALT+F#), it logs in withou...

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

Question linux manjaro PAM
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 2y ago by Matthias Braun‭  ·  edited 1y 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 2y ago by Matthias Braun‭  ·  edited 1y ago by Wicket‭

77%
+5 −0
Q&A How to copy files preserving one directory up

Have mkdir -p d1/d1_sd1/ d2/d2_sd1/ touch d1/d1_sd1/f1.txt d2/d2_sd1/f1.txt . ├── d1 │   └── d1_sd1 │   └── f1.txt └── d2 └── d2_sd1 └── f1.txt 4 directories, 2 files ...

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

Question linux cp bash
71%
+3 −0
Q&A Simple text editor for Linux with support for coloring individual words

I'm looking for a text processor that can color specific words, just like Microsoft Wordpad can (select a word -> click the color button -> choose a color), but for a GNU/Linux system. I hav...

1 answer  ·  posted 3y ago by Quasímodo‭  ·  edited 3y ago by Quasímodo‭

66%
+2 −0
Q&A Grub rescue error

I was using Linux mint and Windows 10 together (in different partitions). Few months I was using it freely. Today I got a message in Windows 10 (new updates available or shutdown and update) then, ...

1 answer  ·  posted 4y ago by deleted user  ·  edited 4y ago by Alexei‭

Question windows linux grub boot