Mounssif BOUHLAOUInuux.hashnode.dev·Dec 14, 202410 Ways to Copy Files from Server to Local: A DevOps GuideOkay, let's dive deep into the world of transferring files from a remote server to your local machine. As a DevOps engineer, this is a task you'll encounter frequently, and mastering various methods is crucial for efficiency and security. This articl...2 likesDevops
Ansh Balanlinuxfordevops.hashnode.dev·Dec 9, 2024Part 2: Mastering SSH and SCP for DevOpsIn the previous post, we explored the basics of Linux. In this part, we’ll dive into two essential tools for DevOps engineers: SSH (Secure Shell) and SCP (Secure Copy Protocol). These are crucial for securely connecting to servers and transferring fi...ssh
Michael Amachreemichaelish.hashnode.dev·Nov 16, 2024Local Share: The Open-Source, Cross-Platform File Transfer Revolution1. Introduction In today’s multi-device world, sharing files between different operating systems can be frustrating. Whether you're juggling a mix of Windows, macOS, Linux, iOS, or Android devices, finding a solution that works seamlessly across all ...Open Source
Prem Choudharyprem14choudhary.hashnode.dev·Sep 16, 2024How to transfer file from local system to AWS EC2...?We cannot able to connect local system to AWS EC2 instance just because our key is visible, we just have to change the permission mode of that key. Here the solution: Open your terminal. Connect your bastion server with local system by ssh command....ec2
Prem Choudharyprem14choudhary.hashnode.dev·Sep 9, 2024Cannot able to transfer file from bastion or jump server to EC2 instance.While learning, I faced the issue of not being able to connect my bastion server or jump server to the EC2 instance for file transfer.Here the solution: Open your terminal. Connect your bastion server with local system by ssh command. ssh -i /path/...30 readsDevops
Nisarg Pipaliyanisargpipaliya.hashnode.dev·Aug 3, 2024How to Transfer Files Between Containers with One CommandImagine you are enjoying your regular cup of coffee. Sip... ahhh! It’s a nice morning, and you are ready for work, you open your laptop, and BAM!! have a Docker task assigned to you i.e. you are supposed to transfer a file from a folder “Source” to ...1 likeDocker
Mukoro Ogheneteguonor Michellecyberauntee.hashnode.dev·Jul 29, 2024How to Transfer Files from Kali Linux virtual machine to Windows host machine Using Apache ServerIntroduction Transferring files from a Linux virtual machine to a Windows system can be a challenging task, especially for those who are not familiar with the process. The differences in operating systems, network configurations, and File Transfer Pr...2 likes·62 reads#cybersecurity
Srinivasa Varanasivsik.hashnode.dev·Nov 12, 2023TCP based file transfer in goIntroduction to TCP Transmission Control Protocol (TCP) is a fundamental communication protocol that plays a pivotal role in ensuring reliable and orderly data transmission across computer networks. It is one of the core components of the Internet Pr...3 likes·820 readsTCP
Sourav Kumarblog.souravk.cloud·Aug 24, 2023what are SSH and SCP?Heyevery on today's blog we will learn about SSH and SCP. What it is and why everyone needs to learn mostly if you want your career in cloud, DevOps, etc. For any server-related work, you will end up using these commands. So let's go and learn. What ...52 readsssh
Matthew Hardmatthewhard.com·Apr 25, 2023Linux for Beginners: How to Transfer Files Between Linux MachinesTransferring files between Linux machines can seem daunting for beginners, but it's actually a simple process. In this post, we'll go over some easy ways to transfer files between Linux machines. Method 1: SCP SCP, or Secure Copy, is a command-line t...552 readsMastering Linux Basics for BeginnersLinux