KHKarthik Harpanhalliinkarthikharpanhalli.hashnode.dev·Oct 11, 2021 · 2 min readSetup a private Git server on Ubuntu VMThere are plenty of reasons to host your own git server vs using services like GitHub or GitLab. My main reason being the memory cap of 6 to 10gb. Step 1: Setup an Ubuntu 18.04 server as shown here Step 2: Install git and git-shell $ sudo apt upda...00
KHKarthik Harpanhalliinkarthikharpanhalli.hashnode.dev·Oct 8, 2021 · 2 min readSetup local Linux/Ubuntu VMIf we have a windows machine and if we want to try out and use Linux machine, we need not to buy a new machine or re-install our machine with Linux/Ubuntu OS. All we need to do is to create a Linux/Ubuntu VM on our machine and play around with it. M...00
KHKarthik Harpanhalliinkarthikharpanhalli.hashnode.dev·Oct 6, 2021 · 1 min readFile Transfer from Windows to Ubuntu using WinSCPSome times we want to transfer data from Windows machine to Ubuntu machine/VM. This can be accomplished by using a free software called WinSCP Environment: Windows 10 Ubuntu 20.X WinSCP 5.19.2 And, its a simple 4 step process. Step 1: In U...00