Ozoemena Chigozie Danieldanielluxembourg.hashnode.dev·Dec 6, 2024Creating Virtual Machines Exporting & Deployment of ARM Template Using Azure CLIAutomating resource deployment is a critical skill for any Cloud or DevOps Engineer when working in Azure. This step-by-step guide will walk you through creating a Virtual Machine (VM) using Azure CLI and then exporting the Azure Resource Manager (AR...Discusscommand line interface
Ammar Khanammar-khan.hashnode.dev·Nov 11, 2024Advanced Git & GitHub for DevOps EngineersMastering Git Branching, Reverting, and Rebasing for DevOps Engineers Git is an essential tool for developers and DevOps engineers alike. It helps you manage your codebase efficiently, collaborate with your team, and keep track of all changes made to...Discuss·1 likeBeginner git
Faizan Shaikhfaizanshaikh.hashnode.dev·Oct 17, 2024Day 13 Task : Advanced Git & GitHub for DevOps EngineersMastering Git Branching, Reverting, and Rebasing for DevOps Engineers Git is an essential tool for developers and DevOps engineers alike. It helps you manage your codebase efficiently, collaborate with your team, and keep track of all changes made to...Discuss·29 readsBeginner git
Smd Sohailsohail18.hashnode.dev·Oct 15, 2024Linux Command Line - part 2Exploring the Filesystem. Tree The tree command is a good way to get a bird’s-eye view of the filesystem tree. Use tree -d to view just the directories. tree #listing all the file system including files and directories in the tree view. tree -...DiscussLinux for scripting.hardlink
Ankita Lunawatcloudhub2295.hashnode.dev·Sep 16, 2024How to Install AWS CLI on UbuntuTo install the AWS CLI (Command Line Interface) on Ubuntu follow below steps. The AWS CLI (Amazon Web Services Command Line Interface) is a unified tool that allows users to interact with various AWS services from the command line or terminal. It pro...Discussaws cli
Prem Choudharyprem14choudhary.hashnode.dev·Sep 13, 2024How to connect local system to AWS via CLI...?Visit: Install or update to the latest version of the AWS CLI - AWS Command Line Interface (amazon.com) Then install AWS cli on your device as the instruction given. Search for ‘IAM’ on AWS Management Console. Click ‘Users‘. Then click ‘Create Use...DiscussClient-side rendering
Nitinnitinthite.hashnode.dev·Sep 10, 2024Azure CLI: The Ultimate Tool for Efficient Cloud ManagementWhat is Azure CLI? Azure CLI is a command-line interface that allows you to manage Azure resources and tasks, such as creating, updating, or deleting resources. It provides a way to interact with Azure services through commands, offering the same cap...Discuss·477 readsBrush up AzureAzure
Vaibhav Magdumpyvmag.hashnode.dev·Jul 21, 20243. Ec2 -> Cli -> S3Automation is the name of the game when it comes to managing AWS resources efficiently. Let’s dive into the various tools and methods you can use to automate your AWS tasks and discover why each is valuable. Here’s a rundown of AWS CLI, Boto3, CloudF...Discusscli
Harsha Ssharsha315.hashnode.dev·Jul 11, 2024Agent-AMA: An SQL Querying AI AgentIntroduction: Do you need to access information from a database but don’t know how to write SQL queries? Are you a non-technical person worried about how to get the data you need? Well fret not, Agent-AMA is for your rescue. Imagine having a smart AI...Discuss·68 readsreactprompt
Niladri Dasniladridas.hashnode.dev·Jun 28, 2024The Power of Bash Scripting in Automating TasksHi, I'm Niladri Das, and I'm excited to share with you the power of Bash scripting in automating tasks on Linux, Mac, and Windows PCs! As a system administrator, automating tasks is an essential part of my daily routine. Bash, a Unix shell and comman...Discuss·45 readsLinux automation