Ankita Lunawatcloudhub2295.hashnode.dev·17 hours agoTo Install NodeJS and NPM on UbuntuNode.js is an open-source, cross-platform JavaScript runtime for building server-side scalable applications, with the Node Package Manager (NPM) as a key tool for managing libraries, dependencies, and scripts. Prerequisites Ubuntu SSH access with s...DiscussNode.js
Ankita Lunawatcloudhub2295.hashnode.dev·19 hours agoIntegrate Open Telemetry for NodeJSPrerequisites Ubuntu 24.04 LTS SSH access with sudo privileges Install Node.js and NPM Install Node.js and NPM On Ubuntu 24.04 LTS In the current directory named example-site, execute the command below. npm init -y Install Express dependencies....Discussrolldice
Biswnath Mukherjeelove-to-code108.hashnode.dev·Oct 13, 2024Connecting Your Linux Machine to GitHub Using SSHIn this blog, I’ll guide you step-by-step on how to connect your Linux machine to GitHub using SSH. This method allows for secure, password-free authentication, making your Git operations more seamless. Whether you are cloning, pushing, or pulling re...Discussssh
Aditya Gadhaveadityag7678.hashnode.dev·Oct 13, 2024Step-by-Step Guide: Connecting to a Remote Server on CentOS Using SSHWhat is SSH ? SSH, or Secure Shell, constitutes a cryptographic network protocol designed to enable secure communication between two systems over networks that may not be secure. This protocol is widely employed for remote access to servers and the...DiscussLinux
Jeevang1nagarkar.hashnode.dev·Oct 13, 2024🔐 Secure Multi-User Access to EC2 Instances Without Sharing Private Keys! 🚀When managing an Amazon EC2 instance, giving multiple users secure access without compromising security is a common challenge. Generally, access is provided by sharing a private key between users. However, sharing the same private key among multiple ...DiscussAWSAWS
Pedro Dautonetops.com·Oct 11, 2024SSH TunnelsSSH Tunnels serve as a powerful method for establishing connections between three entities that face restrictions or limitations in directly reaching one another. These tunnels are particularly useful in overcoming challenges related to the direction...Discussssh
Vedant Singh Chauhanwdevops.hashnode.dev·Oct 11, 2024Master Vim: A Complete Guide from Beginner to ExpertHey there! 👋 Whether you're a complete newbie wondering "What's Vim?" or a curious coder thinking about making the switch from your comfy modern IDE, this guide is for you! Let's dive into the world of Vim together. What Is Vim, Really? 🤔 Vim is a ...DiscussComputer Science
Mikeblog.aifetel.cc·Oct 11, 2024Run a task in the opened terminalRunning a preset task has never been easier if you’re a keyboard enthusiast and prefer to keep your hands on the keyboard. https://youtu.be/GjwfcQ_CaI0DiscussDevops
Abang Lazabang.hashnode.dev·Oct 10, 2024Understanding Linux Commands: Beginner to AdvanceStage 1: Beginner Level Introduction to Linux: What is Linux and how it works. Common Linux distributions. Basic Linux Commands: Navigating the filesystem. Managing files and directories. Viewing and editing files. Stage 2: Intermediate ...DiscussLinux
Ankita Lunawatcloudhub2295.hashnode.dev·Oct 7, 2024Troubleshooting concept for EC2..1. Check EC2 Instance Status Verify Instance State: Ensure that the EC2 instance is running. Go to the AWS Management Console → EC2 Dashboard → Instances → Check the instance's state (Running, Stopped, Terminated). Instance Status Checks: Go to ...Discussec2