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

Type On... Excerpt Status Date
Answer A: How to run a command on a list of files?
If I just used `find` to generate a list of files, then find's `-exec` argument is usually the way to run some other program on each file found. If you pipe the command to `xargs`, note that `-P n` will run up to n commands in parallel. The best value of n will depend on the relative usage of y...
(more)
11 months ago
Answer A: What does a minimal /etc/hosts need to contain?
Technically, you don't need an /etc/hosts file at all if you have some other form of name resolution available - i.e. DNS. In practice, what you have will work nicely, and could be cut down to just the 2 localhost entries.
(more)
almost 2 years ago
Answer A: sensors to histogram
The basic version is xsensors, widely packaged and originating at http://www.linuxhardware.org/xsensors/. There are various desktop-environment specific versions which might be prettier, according to your personal taste.
(more)
about 2 years ago
Answer A: Which Linux system to use?
Beginners should always start with a Linux that people around them are using. If they have friends using Red Hat, they should use Red Hat. If they have a local users' group with lots of Ubuntu users, they should use Ubuntu. Local support is much more important than anything else when starting out ...
(more)
over 2 years ago
Answer A: Why does the file command fail to recognize non-text files as such?
You might be enlightened by reading the man page for file(1). A brief quotation: > This manual page documents version 5.35 of the file command. file tests each argument in an attempt to classify it. There are three sets of tests, performed in this order: filesystem tests, magic tests, an...
(more)
almost 3 years ago
Question Tag/category suggestions
I have some suggestions for categories, or perhaps tags, here. kernel distribution-specific daemon application server laptop desktop phone/device hardware
(more)
almost 3 years ago
Answer A: How to configure GNOME Keyring to by default NOT automatically unlock keyrings whenever logged in, on Debian?
Two things: First, if you create a second keyring, one not named login.keyring, it will not be automatically unlocked on login. Second, GNOME has a policy that they don't let users configure things that the developers don't want them to configure, so you probably cannot change the default check...
(more)
almost 3 years ago