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 H_H‭

Type On... Excerpt Status Date
Comment Post #290503 Wenn er es nicht kann soll er DeepL, Google Übersetzer, oder etwas ähnlich verwenden oder es lernen. > In any case it would be better to stick to English, as that's what most people can understand. Nein.
(more)
3 months ago
Comment Post #290503 Muss es in Vim sein? Könntest du nicht ein Skript erstellen das alle Dateien im Projekt prüft und automatisch iconv anwendet, bei denen die UTF16 kodiert sind? Vielleicht verstehe ich auch das Problem nicht ganz. Warum muss es genau in Vim sein? Ich meine du: 1. Bearbeitest eine Datei A mit Pro...
(more)
4 months ago
Comment Post #290218 This is a crucial information we need for a appropriate answer, since there can be (and most likely will be) a difference between filesize and the space used by that file. And you have to make sure you check all files (including hidden file and files that are inaccessible for the normal user). So ...
(more)
6 months ago
Comment Post #290179 Ok, edit the question so that it fits your answer. Do you think they match now?
(more)
6 months ago
Comment Post #290178 Ok, thank you. made a new question https://powerusers.codidact.com/posts/290195
(more)
6 months ago
Comment Post #290178 > you would not have to be concerned about a client writing to the database after dump is done, would you? As far as i see, that was mentioned in the question. Or isn't > so that no new writes to the database can be made clear enough that the question is about a way to get a dump and preven...
(more)
6 months ago
Comment Post #290178 Sorry, i don't see how this makes the question different. In both cases i asked how to create a dump without having writes to the database that aren't in the dump. The answer from Canina doesn't answer that, as she said at the beginning.
(more)
6 months ago
Comment Post #290179 Thank you for your answer. But when i understand you correctly, a client may write to the database after `mariadb-dump` is done and that will not be included in the dump? Is there a way to prevent that? I was thinking about a read only mode, but i am not sure if the clients handle this well.
(more)
6 months ago
Comment Post #289917 "The question does not match what you are asking in comments" My question is how to configure the datetime format. With that i mean, how can i set a specific format, for example a string that is used in `strftime()`. I don't see a difference from the comment to the original question. It is very co...
(more)
7 months ago
Comment Post #289917 Don't understand that. I was asking about the time format. How is that bind to a locale? Shouldn't that be local independent? I want to use a format similar to ISO8601 regardless of where i am. How to set the time format as `%Y-%m-%d_%T`?
(more)
7 months ago
Comment Post #289720 I was talking about the options of the ntfs partition not the one for ext4. When for example `fmask=0777` but `noexe` is set on a ntfs mount, you can not execute any file from that partition. However when you then copy a file from there to a other partition which supports unix permissions and does...
(more)
8 months ago
Comment Post #289720 There is `noexec` and there is `umask` and `fmask`. They are independent from each other. You can give executable permission with `fmask` but set `noexec`, and the files will be listed with executable permission but you can't execute it. Maybe this is the reason? Maybe the executable flag was set (wi...
(more)
8 months ago
Comment Post #289720 > When you migrate data from an NTFS partition, everything will likely be marked executable by default Most likely, they are non-executable by default. Which is more annoying but a security feature. (See also the mounting options `exec` `noexec` and `umask` for NTFS). > Modern systems assume U...
(more)
8 months ago
Comment Post #289315 I learned a lot about the basics how to use Linux (mostly command line) as a power user by reading "Wie werde ich UNIX-Guru?: Einführung in UNIX, Linux und Co (Galileo Computing)" from Arnold Willemer. It is a bit dated but most things still apply. I didn't found translations in any other language...
(more)
8 months ago