With the static generator Hugo and the nice theme hugo-theme-learn we can easily build a skeleton for a documentation site.
[Read More]KeeCloud on Keepass2 to sync with Dropbox using Ubuntu
Installation and configuration of Keecloud a Keepass2 plugin that can open and synchronize a file from Dropbox.
[Read More]Nextcloud using docker backup and update
Backup and update a Nexctcloud personal cloud server using docker
Backup and update an instance of Nextcloud installed via docker compose.
[Read More]Nextcloud using docker on ovh vps
Installing Nexctcloud personal cloud server using docker on a virtual private server hosted by OVH
Nextcloud is a private cloud service platform. I plan to use it for personal and family usage, just to move some of my personal data away from third parties.
[Read More]VSTS minimal docker build agent
The default visual studio team service build agent image is too big. By removing some unused tools let's see if we can limit the size.
The official standard image with all the tools is 4Gb compressed and it is really too big for my tiny VPS server. The image includes a lot of tools that I don’t use so I will remove those tools and see ho much disk space I can save.
[Read More]VSTS personal build agent on Docker
Using a personal build agent running on docker to speed up compilation times
Visual Studio Team Services has a very good build agent: free and with high availability. The only problem is that it is a bit slow because every time you run a build it will start from scratch and download everything. A custom build agent will cache stuff and speed up build times a lot.
[Read More]Restore xubuntu initramfs
For some reason my boot stopped after unlocking my luks encrypted drive.
[Read More]Using Ansible to setup my machine
With an ansible script setup all the software for my dev workstation
The deployment of the software will be made with ansible-pull, without a remote machine. This is a little different from the classic client server deployment used with ansible and is, in a way, simpler.
[Read More]Install nodejs using nvm
Installation of node on ubuntu using node version manager
Node Version Manager is Simple bash script to manage multiple active node.js versions.
[Read More]Visual Studio Code Plugins
A small selection of useful plugins for visual studio code.
Various plugins for visual studio code, useful for developing in c# and Angular.
[Read More]