Respuestas al mensaje #12,924

  • 🔧 Site instability resolved. You can report double-posts and broken attachments. For bigger issues, use the Technical Grievances thread.
    🇵🇦 Nuestro primer dominio localizado está en español en kiwifarms.pa. Our first localized domain is on Spanish on kiwifarms.pa.
DavidS877

The Linux Thread

My favorite bash "alias" which is actually a function: gacp() { git add . ; git commit -m "$*" ; git push ; }
agent_donkey

The Linux Thread

Following in the same spirit: alias tmux='tmux new-session -t '0' || tmux' alias resource='unalias -a; source ~/.bashrc' You can do better* by...
prollyanotherlurker

The Linux Thread

oh yeah. I kept forgetting. I was going to post some of mine. Just a few, I use. I have a good bit more. alias rebuild='make clean && make &&...
Vesperus

The Linux Thread

Technically it's in kdeconnect rather than .bashrc, but I do have loginctl lock-session && xset dpms force off filed under "splat". (Also dull...
totallytubetastic

The Linux Thread

I should probably do another purge again sometime soon, but here are some of my most used(/useful): # Length of string le() { echo -n "${*}" | wc...
Atrás
Top Abajo