Please turn JavaScript on

All commands

Subscribe to All commands’s news feed.

Click on “Follow” and decide if you want to get news from All commands via RSS, as email newsletter, via mobile or on your personal news page.

Subscription to All commands comes without risk as you can unsubscribe instantly at any time.

You can also filter the feed to your needs via topics and keywords so that you only receive the news from All commands which you are really interested in. Click on the blue “Filter” button below to get started.

Title: All commands

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.08 / day

Message History

$ elinks -dump https://djmag.com/top100djs | awk '/^[0-9]+$/ { rank=$0; next } rank && /^\[[0-9]+\]/ { gsub(/^\[[0-9]+\]/, ""); gsub(/^[ \t]+|[ \t]+$/, ""); print rank ". " $0; rank="" }'|sort -u https://djmag.com/top100djs View this command ...

Read full story
$ gpu-screen-recorder -w "$(slurp -f "%wx%h+%x+%y")" -f 60 -o "$HOME/rec_$(date +%Y%m%d_%H%M%S).mp4" A lightweight and dependency-minimal way to record a selected region of your Wayland screen. By using `slurp`'s custom formatting directly (`%wx%h+%x+%y`), we eliminate the need for piping through helper tools like `sed` or `awk` to construct the geometry argument for `gpu-scree...

Read full story