-
Create a new mercurial repo using hg init
When you have your mercurial docker container up and running, these are the steps to create a new repo. On your server, login to mercurial docker container: Then create your new repo: Add new files and commit: Then Ctrl+D two times to exit hg user shell and docker exec shell. Now the repo is available […]
-
3-2-1 backup! Save data from VPN to local disk to cloud: part 1
3-2-1 backup is not a timer to backup. It’s a well covered backup strategy to avoid data loss storing 3 copies of valuable data in different places. At least 3 backups, 2 of which are locally stored in different devices, and 1 is stored externally, for example a cloud storage service. Here’s a recipe of […]
-
Private repo on github: how to push using a SSH deploy key
On github you can use a deploy key at a time for user associating github.com to a private key configured in .ssh/config file. Create a new user on system (e.g. userperrepo) Generate a public / private pair following github howto (e.g. /home/userperrepo/.ssh/id_ecdsa_github) Associate the key with the repo on github Add or change config file […]
-
Upgrade from Windows 7 OEM to Windows 10
Can still be feasible to upgrade an existing Window 7, 32 bit installation on 2020? I tried and yes, it is. Actually this is a suggestion of some of the best articles on this topic, this ZDnet howto by Ed Bott (archive) and this howtogeek howto by Chris Hoffman (archive) to convert a Windows 10 […]