Skip to content

Instantly share code, notes, and snippets.

@pinedamg
Last active October 16, 2019 12:06
Show Gist options
  • Save pinedamg/3382390 to your computer and use it in GitHub Desktop.
Save pinedamg/3382390 to your computer and use it in GitHub Desktop.
Linux Helpful Things

#Linux commands, tips & tricks#

##Arreglar acentos y eñes## find . -name '?' | xargs convmv -r --notest -f cp850 -t UTF-8

SSH | ssh-add

###error could not open a connection to your authentication ### eval ssh-agent; echo $SSH_AUTH_SOCK

Console apps

###List Directory and Sizing in console### apt-get install ncdu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment