Encrypted dotfiles with GnuPG
What these dotfiles are? In unix world, most programs are configured command line and they save their configurations in homedir usually a file which names start with a dot. Thus dotfiles. ...
What these dotfiles are? In unix world, most programs are configured command line and they save their configurations in homedir usually a file which names start with a dot. Thus dotfiles. ...
What’s tmate? On *nix systems, sometimes we need support. And geeks don’t like GUI apps just to have your system in front of them, at least I don’t like that. tmate is terminal sharing software you can use it to connect with your friends and you both work from there. It’s available in many distributions repos and in case you aren’t lucky enough, you can compile it from source or there are pre-compiled binaries there in their Github page. ...
How to configure Git Git is a version control system by Linus Torvalds, same person who wrote linux kernel. Installation...