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
Lim Woojaejaylog.hashnode.dev·Nov 13, 2024[React.js] Error: GH013: Repository rule violations foundAbout Error This error occurred when I git push -u origin main to push my commits. The reason was because I wrote personal access token in the index.html file. I copied and pasted on there because it’s something I can never remember, but I will need...28 readsFront-endReact
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·Nov 6, 2024🐧 Linux & Git-GitHub Command Cheatsheet📂 Linux File System Navigation Basic Navigation CommandDescriptionExample pwdPrint working directorypwd lsList files and directoriesls -la cdChange directorycd /home/user mkdirCreate directorymkdir new_folder rmdirRemove empty directoryrm...5 likesGit Commands
Anurag Hatoleanuraghatole.hashnode.dev·Nov 2, 2024kubectl - Essential CommandsKubernetes is an essential tool for modern cloud-native applications, and kubectl is the command-line interface for interacting with Kubernetes clusters. This guide covers various kubectl commands categorized by functionality, providing you with a so...4 likes·61 readsKubernetes