Skip to main content

New answers tagged

1 vote

How to split a file and compress directly?

I'm adding this answer because I used a different one-liner than Peter's to get the same result, but a lot faster. This one splits the file and then calls gzip through the parallel utility to compress ...
Gamal Abdulsalam's user avatar
0 votes

How to find out the log file name that a currently running process is writing to?

If you already know the process ID ($pid) then on Linux you can simply use ls -lU /proc/$pid/fd
Martin Kealey's user avatar
1 vote

Take screenshot of rendered HTML from Linux without GUI

You don’t need a GUI to screenshot rendered HTML on a Rocky Linux box. Three practical approaches: Headless Chrome/Chromium (local, simple & robust) Install Chromium (or Google Chrome) and use ...
Andreas A's user avatar
0 votes

Force SSH to use a specific shell

Not strictly answering your question, you can run any shell/command you want for an SSH session with fish shell (the default for CachyOS) by updating your ~/.config/fish/config.fish with something ...
ATorras's user avatar
  • 111

Top 50 recent answers are included