For me it’s: Testdisk (and Photorec) Caddy Netstat Dig Aria2

You are viewing a single thread.
View all comments View context
8 points

Too many options to remember and look up every time

This is a good use case for shell aliases. If you can identify a few of your use cases, you can give each bundle of options its own command.

permalink
report
parent
reply
7 points

I do exactly this for downloading music, I aliased my preferred options to ‘yt-audio’

permalink
report
parent
reply
5 points

Would you mind sharing your command?

permalink
report
parent
reply
2 points

This is what I use (with zsh):

yt-audio() {
	   yt-dlp --no-playlist -f 'ba' -x --audio-format mp3 $1
}
yt-audio-playlist() {
	   yt-dlp -f 'ba' -x --audio-format mp3 $1
}

It takes the best quality available and downloads it to mp3.

permalink
report
parent
reply

Linux

!linux@lemmy.ml

Create post

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

  • Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
  • No misinformation
  • No NSFW content
  • No hate speech, bigotry, etc

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

Community stats

  • 8.5K

    Monthly active users

  • 6.2K

    Posts

  • 173K

    Comments