Debajyati Deydebajyatidey.hashnode.dev·Dec 27, 2024Build A CLI in OCaml with the Cmdliner LibraryIn this tutorial we are building a simple CLI named textsearch which is able to search a provided piece of string (probably a word) in a given text file. Prior knowledge of components of a dune project is recommended but not required. I will guide yo...20 likes·185 readsConcepts in OCamlocaml
Junaid Bin Jamanjunaidbinjaman.help·Dec 15, 2024Comprehensive Guide to Nano Text Editor with Key CommandsNano is a user-friendly and lightweight command-line text editor. It's an excellent choice for editing files directly in the terminal, especially for users new to the command line. In this tutorial, we will explore the basic usage of Nano, including ...Othersnano
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...command 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...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...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 -...Linux 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...aws 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...Client-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...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...cli