Okay so these are some example commands that I find useful when I am on my development environment. These are ran on Ubuntu 24, I guess they work for all flavors of Linux just mind the directory structure. Make a folder that you would like to hold your files for example a folder named simple_csv_expenses_parser/ […]
Tag: ubuntu
Categories
Git clone command for Ubuntu
Example git command: Get actual repository link from github and use the –config argument to point it to the correct ssh key you have added to your GitHub account.
This all started by surfing around the internet when I saw something about spinning developer environments on VMs. Just a quick look around lead me to Vagramt and yes in that quick search I also saw that a lot of people asked the question “is it really useful in the age of containers?”. Well you […]