Uttam Mahatauttammahata.hashnode.dev·Nov 13, 2024How to Access Linux Laptop Files on Your Mobile via SFTPSecurely accessing your Linux laptop’s files from your mobile device can be efficiently done using SFTP (Secure File Transfer Protocol). Follow these steps to set up SFTP and connect your mobile device to your Linux laptop. 1. Set Up SFTP on Your Lin...Discussftp
Anik Kumar Nandiblog.anikweb.me·Nov 10, 2024How to Set Up GitHub in a Local Environment on UbuntuStep 1: Install Git Git is an essential tool for version control, allowing you to track changes to your code, collaborate with others, and maintain a history of your projects. On Ubuntu, installing Git is straightforward: Update Your System: Before...Discuss·26 readsgithub on ubuntu
Bryan Lumbantobingbryanprimus.hashnode.dev·Nov 10, 2024Using SSH to Connect Local Git to Remote RepositoriesThis is cross-post from my blog: https://www.bryanprim.us/blogs/using-ssh-to-connect-local-git-to-remote-repositories Github, Gitlab, Bitbucket and many more are plaftorms to host Remote Repositories using Git.The two most common ways to connect to...Discussssh
REHAN SAYYEDdignitas.hashnode.dev·Nov 10, 2024Attacking On-Prem IaCIaC Challenge Now that you have learned how on-prem IaC deployments work and the security concerns that arise when using IaC. In order for us to provide you with this challenge, a significant amount of software had to be kept at specific version lev...DiscussDevsecops#IaC
VVSS Gowtham Korupoluvvssgowtham.hashnode.dev·Nov 9, 2024Beginner's Guide to Hosting Applications on AWS EC2I've recently started working with AWS, particularly exploring EC2 instances and understanding public IP’s. Have you ever wondered why we need to host applications on the internet? Why not just host them on our local machines? Let’s explore why. When...Discuss·39 readsAWS
Amitabh soniamitabhdevops.hashnode.dev·Nov 7, 2024A Guide to Server Security with Passwordless AuthenticationPasswordless Authentication Between Servers: A Step Toward DevOps Mastery Embarking on the DevOps journey means diving into automation, security, and efficiency—principles that drive the seamless functioning of modern IT infrastructure. One of the co...DiscussDevops
Diógenes Fernandesdiofeher.hashnode.dev·Nov 5, 2024Multiple Github and SSH accountsHey! Have you ever needed two different GitHub accounts — one for personal use and one for work? GitHub doesn’t allow the same SSH key to be used for multiple accounts; if you try to reuse it, you’ll see a “Key Already in Use” error. So, what’s the b...DiscussDeveloper
Amitabh soniamitabhdevops.hashnode.dev·Nov 1, 2024Linux Advanced ConceptsLecture-07 : Linux Advanced of DevOps batch-8 In this blog, we’ll dive into advanced Linux concepts, covering user management, file permissions, SSH, SCP, software installation, and practical usage of commands like grep, awk, sed, and find. This know...Discuss·1 like·42 readsDeveloper
Anish Agrawalanish29801.hashnode.dev·Oct 31, 2024🔐 A Complete Guide to SSH Keys: What They Are, How to Generate and Link to GitHub, and Why Use SSH over HTTP🌐 Introduction In today's tech world, security is a top priority, especially for developers working with code repositories and remote servers. SSH keys are powerful tools that provide secure, password-free authentication. This guide dives into every...Discussssh
Pulkit Yadavlinux-fundamental.hashnode.dev·Oct 29, 2024Beginner’s Guide: Connecting Your Local Git to GitHubIntroduction In the world of DevOps, keeping track of changes in your code is essential for smooth collaboration and efficient workflows. That’s where Git comes in. Git is a tool that helps teams manage their code and work together effectively. GitHu...Discuss·2 likes#90daysofdevops