Skip to main content

Questions tagged [utilities]

small programs used on the command line to do a specific job

3 votes
2 answers
997 views

I want to be able to ascertain what kernel is in use across modern, UNIX-derivative OSes. This appears feasible, considering that utilities like uname exist on multiple OSes with different kernels. ...
RokeJulianLockhart's user avatar
0 votes
1 answer
60 views

Found this binary in my Fedora install while trying to autocomplte bcompare. Running it with --help doesn't even say what it does. https://linux.die.net/man/1/bcomps says "biconnected components ...
Dan Dascalescu's user avatar
0 votes
0 answers
19 views

Well-behaved apps add the files they are saving to .local/share/recently-used.xbel so that they are easily retrieved when using another app (for instance, browser for upload). So, if a shell script ...
xenoid's user avatar
  • 9,348
0 votes
1 answer
120 views

I'm looking for a way to provide custom/configurable randomisation to a slideshow tool like impressive or feh (something lightweight I can run automatically at startup). Basically I need to weight ...
fjdksflds's user avatar
4 votes
1 answer
509 views

Are there any utilities to verify integrity of common document types used in the office environment (docx, pptx, xlsx, pdf, common image, audio and video files) without using the actual applications? ...
Jasio's user avatar
  • 644
3 votes
1 answer
1k views

I'm creating a CLI utility which is aimed at *nix OS:es. Let's call it 'Super CLI Project'. Looking at the latest POSIX Issue 7, 2018 edition - https://pubs.opengroup.org/onlinepubs/9699919799/ - ...
Beamie's user avatar
  • 133
1 vote
1 answer
206 views

what is the best way to mirror an entire directory, say original/, to a new directory, say mirror/, which has the structure mirror/data/ and mirror/tree/, such that every file in the directory ...
windfish's user avatar
  • 113
1 vote
2 answers
263 views

I'm looking for a command line tool that takes a tarball, uncompresses and unpacks it, and turns the contents into one contiguous file, comprised of lines that are a maximum of eighty characters wide, ...
Joselin Jocklingson's user avatar
0 votes
1 answer
314 views

For a .adoc file to write documentation, it based on the asciidoctor syntax, is possible through GUI use either VSCode or AsciiDocFX to see a preview. Therefore the asciidoctor syntax is rendered/...
Manuel Jordan's user avatar
-1 votes
1 answer
264 views

I imagine this is a pretty common thing to do. Which posix utility for reads, which for writes? What are the most common file formats to do this with? Is inplace modification possible? My first ...
Tom Huntington's user avatar
0 votes
1 answer
160 views

I'm using Brave browser ver 1.56.20 in MX Linux 21.3 (Debian 11 based), how can I remove cookies in Brave? Tried to use remove icon, it does not work, seems it's a known bug in Brave (over a year old ...
michaelbr's user avatar
  • 121
3 votes
1 answer
787 views

When you run a command such as systemd-analyze security (or a program such as lynis which, for services, runs systemd-analyze security), you may get, like I do, a list of 'unsafe' or 'exposed' ...
Glendalough's user avatar
3 votes
0 answers
343 views

I see so many Linux distros all around, and they all come with different look & feels and their own set of pre-installed GUI tools for most standard tasks. The default shell environment, however, ...
carlfriedrich's user avatar
1 vote
0 answers
161 views

Is this a bug from lscpu? How to fix it? ~$ lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: ...
Mark Kang's user avatar
  • 975
0 votes
1 answer
277 views

For every program/utility on Unix, I would type the name of the program followed by --version to check its version, like so program --version If I understand correctly, the double dash -- is used to ...
user avatar

15 30 50 per page
1
2 3 4 5
22