|
You are here |
www.trickster.dev | ||
| | | | |
www.hlfshell.ai
|
|
| | | | | tldr ROS/ROS2 environments are notoriously annoying to get into a repeatable, isolated dev environment. I write about my initial look into this problem, and some proposed solutions I tried. I present my imperfect solution using both Docker and VMs to wrap my whole dev environment with... moderate success. The Why ROS2 (I'll mostly focus on ROS2 in this post, but some of what I discuss here is applicable to a ROS environment as well) assumes that you'll be dedicating the entirety of the given system to ROS. | |
| | | | |
jiby.tech
|
|
| | | | | Like many developers, I keep track of my configuration files in version control, to make moving to new machines is simpler and share code with others. This process started out for my Emacs config files at first, but grew to consume other aspects: bash functions, git aliases... Since 2016, I have accumulated over 500 git commits. Now the dotfiles are tracked, the next biggest pain is to install packages and folder structures and obscure commands required to set up some subsystems needs which config files. | |
| | | | |
www.unixsheikh.com
|
|
| | | | | ||
| | | | |
hjr265.me
|
|
| | | Can you make a private and secure network between servers on multiple cloud providers? Yes, with WireGuard, you can. The solution is fast and secure. It is easy to deploy/automate. And, best of all, it is cloud-agnostic. For convenience, I have created a demo repository with Terraform and Ansible that you can clone and try. The demo uses Linode (referral) and Vultr (referral). In this article, I will walk you through the inner workings of the demo and this solution. | ||