47
Roast my aliases! (lemmy.world)
# here is where my aliases go yo

alias alias-edit="vim ~/.local/config/alias_config && source ~/.local/config/alias_config && echo 'Alias updated. \n'"


## Modern cli
alias ls="exa"
alias find="fdfind"

## System 76
alias battery-full="system76-power charge-thresholds --profile full_charge"
alias battery-balanced="system76-power charge-thresholds --profile balanced"
alias battery-maxhealth="system76-power charge-thresholds --profile max_lifespan"

## Maintenance
alias update-flatapt="sudo apt update && sudo apt upgrade -y && flatpak update --assumeyes"

## Misc
alias tree="exa --tree"

## Incus
alias devi-do="sudo incus exec dev0 -- su -l devi"

## Some programs
alias code="flatpak run com.visualstudio.code"
~                                                
top 23 comments
sorted by: hot top controversial new old
[-] BananaTrifleViolin@lemmy.world 11 points 6 days ago* (last edited 6 days ago)

Quick FYI - Exa is no longer fully maintained; there is a fork called Eza which is maintained. They couldn't take over the original Exa repo as the original creator is unreachable. Eza is in many distros; I've installed it on OpenSuSe Tumbleweed with ease from the factory-oss.

https://github.com/eza-community/eza

[-] InternetCitizen2@lemmy.world 6 points 6 days ago
[-] razorozx@lemm.ee 3 points 6 days ago* (last edited 6 days ago)

I use flatpak, pacman, and yay for my software management. I unify the basic needs by using these aliases:

SEARCH
fsearch = flatpak search <input>
psearch = pacman -Ss <input>
ysearch = yay -Ss <input>

REMOVE
fremove
premove
yremove

LIST
flist
plist
ylist

GARBAGE COLLECTION
fcg
pcg
ycg

And so on.

Additionally I also gave ucg as well as an all-in-one garbage collector command.

[-] MicrowavedTea@infosec.pub 29 points 1 week ago

I'd like to one day have the confidence to do upgrade -y

[-] Draghetta@lemmy.world 18 points 1 week ago

If you haven’t special requirements then just use Debian stable, and never be worried about an update again.

[-] linearchaos@lemmy.world 2 points 6 days ago

Or if you like beating your head against a brick wall constantly NixOS is really hard to brick. Any update that fails can just be reverted with a reboot.

Of course the downside is poor documentation, and nothing at all works like you expect it to work. It's like hey, you want to learn Linux again from scratch? And by the way no two things work the same.

[-] TimeSquirrel@kbin.melroy.org 11 points 1 week ago

Headline: MAJOR EXPLOIT FOUND IN NEW LINUX KERNEL VERSION!

Debian: business as usual...

[-] Draghetta@lemmy.world 2 points 1 week ago

TBH I don’t even remember the last time some actually important bug came out on the kernel, long gone are the days of ptrace-kmod.c and hatorihanzo.c

[-] sorrybookbroke@sh.itjust.works 1 points 1 week ago

A while back, somewhere around Linux 5.17, some Intel chips in laptops caused the Linux kernal to rapidly set backlight brightness to 100% then zero. This flashing would likely cause it to break. That's the last one I remember only a year or so ago.

This only effected arch an it's varients to my knowledge though, as they were the first to recieve the update, and it was fixed very quickly. To my knowledge nobodies systems were broken from this.

[-] Draghetta@lemmy.world 3 points 1 week ago

Ah yes, just like that time when Mandrake kernels burned the cd drives..

https://lwn.net/Articles/55815/

[-] InternetCitizen2@lemmy.world 5 points 1 week ago

I believe in you

[-] user@lemmy.one 3 points 1 week ago* (last edited 1 week ago)

I always do that. Is that bad on pop os/fedora? I wouldn't know any different. Selectively choose what to update?

[-] MicrowavedTea@infosec.pub 2 points 1 week ago

Apparently apt has a stroke sometimes. I don't think I've had an update fuck up this bad but it's better to read the output so you know what changed in case something stops working.

[-] Draghetta@lemmy.world 3 points 1 week ago

That’s by no means a routine upgrade though, the guy just “upgraded to” backports which you’re not even supposed to do. Not comparable to the soothingly boring apt upgrade of Debian stable.

[-] MicrowavedTea@infosec.pub 1 points 1 week ago

True, it's just an example to always look at the output. I've definitely used that in Fedora to reinstall packages when something stopped working after an upgrade.

(Maybe this doesn't happen by itself in Debian but I wouldn't trust Ubuntu for example)

[-] BananaTrifleViolin@lemmy.world 20 points 1 week ago

For the Flatpak apt upgrade how about "flapt".

[-] savvywolf@pawb.social 16 points 1 week ago

vim

Opinion disregarded.

As an aside: I really wish flatpaks would put symlinks or something in ~/.local/bin so you could just run them without the flatpak run boilerplate.

[-] Virual@lemmy.dbzer0.com 11 points 1 week ago* (last edited 1 week ago)

They sorta do. Flatpak user install puts shims in ~/.local/share/flatpak/exports/bin/. You just need to add it to your path.

I'm pretty sure flatpak system installs are at /var/lib/flatpak/exports/bin/ so you'd just add that to path.

[-] savvywolf@pawb.social 8 points 1 week ago

Oh, neat. Surprised that isn't added to the default paths though.

It also still does the annoying name.like.this for binary names rather than just using normal names though.

[-] some_guy@lemmy.sdf.org 10 points 1 week ago

They’re too long. Geez, learn to implement shorthand or acronyms. What are you a monster?

/roast

[-] myrmidex@slrpnk.net 2 points 1 week ago

Added the exa aliases. Nice to see pacman points exa to eza as the former is unmaintained.

[-] InternetCitizen2@lemmy.world 2 points 1 week ago

I did notice that recently and am planning to move

[-] krolden@lemmy.ml 1 points 1 week ago

I use lsd how is nexa?

this post was submitted on 24 Oct 2024
47 points (100.0% liked)

Linux

47952 readers
1488 users here now

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

Related Communities

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

founded 5 years ago
MODERATORS