alias please='sudo $(fc -ln -1)'
6️⃣9️⃣4️⃣2️⃣0️⃣
- 0 Posts
- 18 Comments
$ man woman No manual entry for woman🤷♂️
Try the same thing only with
-Sy. You probably need to update your local package db.
Just wait until you discover fish/zsh autosuggestions.
6️⃣9️⃣4️⃣2️⃣0️⃣@lemmy.worldto
Linux@programming.dev•780k Windows Users Downloaded Linux Distro Zorin OS in the Last 5 WeeksEnglish
5·4 months agoI keep hearing about this “free as in beer.” Where are you guys getting free beer? Can I have some?
6️⃣9️⃣4️⃣2️⃣0️⃣@lemmy.worldto
Rust@programming.dev•How do you implement API Keys?English
51·10 months agoDon’t forget to add some salt to that hash.
6️⃣9️⃣4️⃣2️⃣0️⃣@lemmy.worldto
Linux@lemmy.ml•What is the best way to work on Figma Desktop in Linux?English
11·11 months agoI can’t read the word without thinking this.
6️⃣9️⃣4️⃣2️⃣0️⃣@lemmy.worldto
Asklemmy@lemmy.ml•What is the smallest city in your country that everyone can still instantly recognise the name of? What is it famous for?English
17·1 year agoI too have never heard of Oregon City. I can only assume it’s in Oregon. The only thing I remember about the Oregon Trail is that I died from dysentery every time I followed the trail.
Here’s a good place to start:
gpg --gen-keyThen follow the prompts.
6️⃣9️⃣4️⃣2️⃣0️⃣@lemmy.worldto
Linux@lemmy.ml•How do you secure your bootloader without secure boot or why doesn't it matter?English
183·2 years agoThis is patently false. Secure boot and hibernation are not mutually exclusive.
6️⃣9️⃣4️⃣2️⃣0️⃣@lemmy.worldto
Asklemmy@lemmy.ml•How do you pronounce zsh? Sudo? Ssh?English
9·2 years agoZee shell ist die beste.
6️⃣9️⃣4️⃣2️⃣0️⃣@lemmy.worldto
Rust@programming.dev•GitHub - Atreyagaurav/numrng: Terminal Command to generate list of numbers from human-readable representationEnglish
1·2 years agoThere’s also
seq:$ seq 1 2 10This will print the numbers starting from 1, incrementing by 2 until you get to 10.
I think you’re conflating shells and terminals.
Is this a Demolition Man joke?
6️⃣9️⃣4️⃣2️⃣0️⃣@lemmy.worldto
Linux@lemmy.ml•Kaspersky releases free tool that scans Linux for known threatsEnglish
34·2 years agoxz --version
6️⃣9️⃣4️⃣2️⃣0️⃣@lemmy.worldto
Linux@lemmy.ml•Kaspersky releases free tool that scans Linux for known threatsEnglish
261·2 years agoSo much whoooosh

If you need a GUI, Audacity is a popular audio editor that has many features, one of which is normalizing levels. If you need to automate via CLI, ffmpeg is probably the tool for the job, as others have mentioned.