Simon Sicklesimonsickle.hashnode.net·Sep 15, 2022Featured1Password Meets Git👋 Hey there! I'm Simon, a senior Android engineer at Block. I have been hacking around on Android roughly since its creation: from kernel mods to app creation, I have done a little bit of it all. I also dabble in other projects, like home automation...Discuss·85 likes·2.6K readsSecurity
Coding Pastorcodingpastor.hashnode.net·Jul 2, 2022What the hell is SSH?When you want to clone a repo from GitHub, you see an option SSH. What does this mean? In this article, we are going to understand together what it means and stands for. First, let's think together about what SSH may mean, Sterilized server host 😏...Discuss·76 likes·1.2K readsssh
Mihai Viisanmihaiviisan.hashnode.net·Jun 8, 2021Everything you need to know to get started with Git and GitHub on a Windows machineGit is the golden standard in software version control and it will probably remain so for the foreseeable future. Git allows you to save and track changes to your code in a manageable way and collaborate with other developers in building scalable app...Discuss·53 likes·285 readsGitHub
Vishweshwaranmjvish.hashnode.net·Apr 23, 2023Unlocking the magic of SSHIn this article, I will try my best to easily make you understand how SSH works and how to make an SSH connection. Without much hesitation take a deep breath and let's go!! Boooooommmm!! Quick Intro on SSH SSH stands for Secure Shell or Secure Socket...Discuss·1 like·42 readsDevops
Innocent Waluzanumnet.hashnode.net·Apr 19, 2023How To Setup Simple Media Streaming ServerHey there! Got an old computer gathering dust and have no idea what to do with it? Want to jazz up your home server or add some excitement to your Raspberry Pi? or do you want to have fun with your virtual machine on your PC? Well, you're in luck bec...DiscussLinux
Gaurav GforCoffeedcoffeed.hashnode.net·Apr 18, 2023Tips to SSH to a remote server with easeSSH is the best way to connect to your remote servers. Most of the time, you would make use of PuTTy to connect to the servers, preconfiguring the path to your ssh key along with the username and IP. There are a few of us, who live on the edge and co...Discussssh
Mark Kibaratopsideboss2.hashnode.net·Apr 17, 2023Effortlessly Sync Your FilesWhat is Rsync? Rsync stands for 'Remote Sync'. It is a Linux-based tool that can be used to sync files between remote and/or local servers. This comes in handy when one needs to migrate from one server to another without incurring any additional cost...Discussssh
Ronald Rodriguezrodruizronald.hashnode.net·Apr 14, 2023SSH 101 for Git usersAre you tired of typing your credentials when using HTTPS? The SSH protocol allows you to connect and authenticate to remote Git repositories without providing your credentials each time. To follow this post, you will need: OpenSSH and Git installed...DiscussGitHub
Mark Blakeneybulletmark.hashnode.net·Apr 11, 2023Create a reverse SSH tunnel for remote access to a restricted Linux machineI did not find a clear modern description of this set-up so have written this post to help others. Say you have a Linux machine to which you want to ssh to but that machine is behind corporate or other firewalls etc which you have no control over, an...Discussssh
Shivam Mahajanshivammahajan.hashnode.net·Apr 8, 2023Setup GCP Compute Engine with Bastion HostGCP Compute Engine with Bastion Host is a commonly used security configuration for providing secure access to virtual machines (VMs) in GCP. A bastion host is a special-purpose VM that acts as an intermediary between your local computer and the VMs y...Discussssh
Knut Møgstermogster.hashnode.net·Mar 31, 2023Mount Windows network drives with sshfs and samba(Odd) Scenario: Mounted network drives are not accessible outside your home (aka. workplace).You have another place you go to and need to access the same network drives, but have no vpn between the second place and home. This solution solves the vpn ...Discuss·26 readsssh
Tamal Anwar Chowdhurytamalchowdhury.hashnode.net·Mar 28, 2023How to Setup SSH Keys for Git on Windows 10In this doc, you will set up your own private and public SSH keys to securely connect to your GitHub account from your computer. This is important if you push and pull code to your GitHub profile. Requirements: You need git bash installed on your sy...DiscussGit
Ambuz Ranjanambuzrnjn33.hashnode.net·Mar 27, 2023Mastering the Linux Terminal: Advanced Tips and TricksLinux is a popular open-source operating system that is used by developers, IT professionals, and enthusiasts worldwide. One of the most powerful and flexible tools in Linux is the terminal, also known as the command line. The terminal allows users t...Discuss·40 readsDevops