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
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...
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...
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 ...
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...
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, ...
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...
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...
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...
How to set the default time format in Linux? For example to set the format the date command outputs when run with no parameters.
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...
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...
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...
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.
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 ...
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...
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, ...