How to manage a website using git

Git is another awesome tool developed and maintained by Linus Torvalds who wrote linux kernel. In this post I’ll explain how can we use it for our site maintenance. I have a vps on which my site is hosted along with a mail server, git server and a web server too. But I’m sure this guide can be used with shared hosting accounts with some modifications. ...

9 ноября 2020 г. · 2 минуты · 357 слов

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. ...

9 ноября 2020 г. · 3 минуты · 595 слов

Terminal Sharing service

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. ...

9 ноября 2020 г. · 4 минуты · 718 слов

Git Initial Setup

How to configure Git Git is a version control system by Linus Torvalds, same person who wrote linux kernel. Installation...

9 ноября 2020 г. · 1 минута · 138 слов