New answers tagged command-line-interface
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 ...
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
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 ...
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 ...
Top 50 recent answers are included
Related Tags
command-line-interface × 1581linux × 468
windows × 251
bash × 160
unix × 97
ubuntu × 78
shell × 63
ssh × 61
powershell × 57
php × 56
scripting × 52
windows-command-prompt × 46
networking × 44
mysql × 43
windows-server-2008 × 41
centos × 38
batch-file × 37
windows-server-2003 × 35
mac-osx × 34
windows-7 × 33
windows-xp × 29
permissions × 26
active-directory × 24
amazon-web-services × 24
email × 23