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 »

Activity for celtschk‭

Type On... Excerpt Status Date
Comment Post #281919 I guess it would make sense. However you might want to ask that as new question, so that those who can decide on this (and potentially change it) will see it.
(more)
over 1 year ago
Comment Post #282675 Don't use the `-9` option unless all else failed! The `-9` option is the “nuclear option”, leaving the process no chance to clear up (e.g. deleting that `server.pid` file). Normally you should use `kill` without that option. This will send a SIGTERM signal that should terminate the process, bu...
(more)
over 1 year ago
Comment Post #286772 If the file names contain funny characters (actually only newline characters are relevant in this specific case), the option `-q` comes in handy: ``` $ touch 'file with > newline character' $ ls -A | wc -l 2 $ ls -Aq | wc -l 1 ```
(more)
almost 2 years ago
Comment Post #286096 I've never tried it, but x2go has the option to run single applications instead of complete desktops. It also has the option to suspend and resume a connection. Thus it might be a solution to your problem.
(more)
about 2 years ago
Comment Post #284594 Another thing to note is that the script called through `$LESSOPEN` may have further customisation points. For example, I just figured out that the version installed on my system (Linux Mint) first looks for an executable script named `.lessfilter` in the home directory and if that exists and execute...
(more)
over 2 years ago
Comment Post #281930 @Quasimodo: Note that `file` doesn't give a definitive answer anyway. For a start, it only looks at the beginning of a file, so it is starts with text, but then continues with arbitrary binary data, `file` may still classify it as text. If you want to know whether the last character of a file is a ne...
(more)
almost 3 years ago
Comment Post #282171 BTW, I wonder if you have been able to boot up your Windows system again. Usually if Windows takes a long time to shut down, it is because it is installing updates. I could imagine that Windows doesn't take an interrupted update too well either.
(more)
almost 3 years ago
Comment Post #281929 Note that `file` is not a POSIX utility; the question it answers is not “does this conform to POSIX's idea of what is a text file” but “is this file likely to contain human-readable text”.
(more)
almost 3 years ago
Comment Post #281869 For automatic updates, I think the package `unattended-updates` should do what you want. However I don't think that completely resolves the issue with the message window (if whatever program is responsible for that detects a new update before the unattended update does, the message will still be disp...
(more)
almost 3 years ago
Comment Post #281852 Thank you. I hope that combining this with the previous answer will solve the issue with initially installed packages.
(more)
almost 3 years ago
Comment Post #281850 Thank you, that's very helpful.
(more)
almost 3 years ago