this post was submitted on 21 Sep 2024
220 points (96.6% liked)

Asklemmy

45214 readers
1365 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
(page 2) 50 comments
sorted by: hot top controversial new old
[โ€“] NaevaTheRat@vegantheoryclub.org 9 points 5 months ago* (last edited 5 months ago) (1 children)

Not a command but bang expansions. For example !? is the args of last command useful for stuff like mkdir foo ; cd !?

https://www.redhat.com/sysadmin/bash-bang-commands learn these. you suck at using your computer if you don't know them.

load more comments (1 replies)
[โ€“] kittenzrulz123@lemmy.blahaj.zone 9 points 5 months ago (2 children)

Btop is an amazing resource monitor

load more comments (2 replies)
[โ€“] anonymouse2@sh.itjust.works 9 points 5 months ago (7 children)

I recently learned to use a for loop on the command line to organize hundreds of files in a few seconds.

load more comments (7 replies)
[โ€“] blackstrat@lemmy.fwgx.uk 9 points 5 months ago (3 children)
load more comments (3 replies)

nmtui. But that's because my router is trash.

[โ€“] _thebrain_@sh.itjust.works 9 points 5 months ago (7 children)

Not a command as much as I press the up arrow a lot. I'm.pretty lazy and hitting the up arrow 12 times is easier then retyping a complex rsync command.

load more comments (7 replies)
[โ€“] Wuttin@lemmy.ml 8 points 5 months ago
[โ€“] pocopene@lemmy.world 8 points 5 months ago
[โ€“] DirigibleProtein@aussie.zone 8 points 5 months ago (2 children)
[โ€“] walden@sub.wetshaving.social 6 points 5 months ago* (last edited 5 months ago) (2 children)

I learned you can edit .bashrc (in your home dir) and update the alias for ls to include what I like. It has saved me lots of keystrokes. Mine is ls -lha in addition to whatever color coding stuff is there by default.

[โ€“] jbrains@sh.itjust.works 7 points 5 months ago (10 children)

You might like eza even more!

load more comments (10 replies)
load more comments (1 replies)
load more comments (1 replies)
[โ€“] korthrun@lemmy.sdf.org 8 points 5 months ago (1 children)

Seems like an appropriate place to share https://github.com/agarrharr/awesome-cli-apps

I'm a fan of ripgrep and lsd in particular.

load more comments (1 replies)
[โ€“] Spider89@lemm.ee 7 points 5 months ago (2 children)
load more comments (2 replies)
[โ€“] NauticalNoodle@lemmy.ml 7 points 5 months ago* (last edited 5 months ago) (2 children)

For Debian based/descended distros:

sudo apt-get update && sudo apt-get upgrade

And technically I also regularly use

redshift -O 3000

all of the blue light filter programs try to align themselves with a user's geographic location and time, but I don't keep normal hours

[โ€“] sirico@feddit.uk 8 points 5 months ago (1 children)

Chuck the -y in there for extra lazy mode

load more comments (1 replies)
load more comments (1 replies)
[โ€“] pineapplelover@lemm.ee 7 points 5 months ago (1 children)
[โ€“] potentiallynotfelix@lemmy.fish 9 points 5 months ago (1 children)

let me guess, you either use arch or gentoo

load more comments (1 replies)
[โ€“] macattack@lemmy.world 6 points 5 months ago* (last edited 5 months ago)

Getting cheatsheets via curl cheat.sh/INSERT_COMMAND_HERE

No install necessary, Also, you can quickly search within the cheatsheets via ~. For example if you copy curl cheat.sh/ls~find will show all the examples of ls that use find. If you remove ~find, then it shows all examples of ls.

I have a function in my bash alias for it (also piped into more for readability):

function cht() { curl cheat.sh/"$1"?style=igor|more }

[โ€“] olafurp@lemmy.world 6 points 5 months ago (4 children)

g-push which is alias for

git push origin `git branch --show`

Which I'm writing on my phone without testing or looking

load more comments (4 replies)
[โ€“] Cruxil@aussie.zone 6 points 5 months ago

I've recently started using tmux when starting a new SSH session to try to build the habit.

https://github.com/tmux/tmux/wiki

[โ€“] squid_slime@lemm.ee 6 points 5 months ago

du -sh /too/bar to get size of files/folders. sudo !! inserts sudo into previous command when forgotten. yay for full system update if yay is installed. cat reads files.

[โ€“] nameisnotimportant@lemmy.ml 6 points 5 months ago (1 children)
load more comments (1 replies)
[โ€“] CameronDev@programming.dev 6 points 5 months ago (1 children)
[โ€“] sem@lemmy.blahaj.zone 6 points 5 months ago

I remember touch

load more comments
view more: โ€น prev next โ€บ