Neha Bhardwajnehabhardwaj.hashnode.dev·Jan 11, 2025Getting Started with Docker: Basic Commands You Need to Know!If you're new to Docker or just starting to explore containerization, mastering a few basic commands is the first step toward becoming a Docker pro! Docker simplifies deployment of applications by running container. Here are some simple Docker comman...Docker
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·255 readsConcepts in OCamlocaml
seo2hexaa-homee.hashnode.dev·Dec 27, 2024What are the basic to get started with CLI?Getting Started with CLI: Basic Commands You Need to Know The Command Line Interface (CLI) is a powerful tool that allows users to interact with their operating system through text commands. While it may seem intimidating at first, mastering some bas...hexahome
Md Shahriyar Al Mustakim Mitulmitul-shahriyar.hashnode.dev·Dec 18, 2024Terraform Basics 101: Part 3Terraform commands To check if our syntax is right, use terraform validate terraform fmt file makes the .tf file much more suitable to read terraform show command shows current state of the resources. We can also use flag json to check them in jso...From Linux to DevOps Expertmetadata
FMZ Quantfmzquant.hashnode.dev·Dec 13, 2024Discussion on External Signal Reception of FMZ Platform: Extended API VS Strategy Built-in HTTP ServicePreface There are several articles in the platform "Digest" about connecting to Trading View webhooks, which allows strategies to drive tradings with signals from external systems. At that time, the platform did not support the built-in http service ...APIs
Sujeet Vishvkarmasujeet-vishvkarma.hashnode.dev·Dec 5, 2024Linux Commands🐧 Linux Command Cheat Sheet: Essential Commands with Examples Linux is a versatile and powerful operating system. The command line is your gateway to mastery. Here's your cheat sheet, packed with must-know commands and real-world examples, sprinkled...Linux
Pulkit Yadavlinux-fundamental.hashnode.dev·Dec 5, 2024Essential Kubernetes Commands with Kind for DevOpsIntroduction Kubernetes is a powerful tool for managing applications inside containers. If you're new to Kubernetes or want to practice, using tools like Kind (Kubernetes in Docker) can make it easier to set up and learn. In this blog, we’ll go over ...1 like#90daysofdevops
Ankita Lunawatcloudhub2295.hashnode.dev·Nov 30, 2024Let's Dive into Shell Scripting!A shell script is a computer program intended to run by a Unix-like shell, which is a command-line interpreter; it is essentially a text file containing a series of commands that the shell interprets and executes. Why Use Shell Scripts? Shell scripts...shell script
Manish ShivanandhanforfreeCodeCampfreecodecamp.org·Nov 27, 2024How Hackers Use Command Execution to Break Into SystemsWhen learning about cybersecurity, you’ll quickly realize that some vulnerabilities are more dangerous than others. One of the most serious ones is called command execution. Hackers use it to run harmful commands on a system, gain access to sensitiv...#cybersecurity
Ranindu Abeyratneblog.ranindu.com·Nov 25, 2024Understanding the Basics of TerraformAn open source infrastructure as code (IaC) software tool that allows DevOps engineers to programmatically provision the physical resources an application requires to run. What is Terraform? Terraform is an open source and declarative tool for infras...7 likesTerraform