Chris Holcombenullvoid.hashnode.dev·Dec 20, 2024Command & Conquer: Automating with Shell Scripts (Part 4)Automate Everything: An Introduction to Linux Shell Scripting Welcome to Part 4 of the Command & Conquer series! You’ve mastered the essentials, file management, processes, and networking now it’s time to put those skills together with shell scriptin...Command & ConquerLinux
vikas bhaskar vooradidevjourney.co.in·Dec 14, 2024How I Triggered a Jenkins Job via CURL commandA Step-by-Step Guide to Triggering Jenkins Jobs with CURL Commands on Windows Install Jenkins on Windows Ensure Jenkins is installed and configured on your Windows machine. Download CURL Executable File By default, Windows comes with CURL. If it's...curl
CryptapeforCryptape Jungleblog.cryptape.com·Nov 29, 2024Efficiency Unleashed: Key Upgrades to the CKB Transaction PoolThis post was originally a talk delivered at Common Knowledge Conference (CKCON) 2024 in Chiang Mai, Thailand. Yukang is an open-source enthusiast and a versatile technologist. Now, he is contributing to the CKB core team and Fiber team. Explore more...37 readsTalksBlockchain technology
Optimise SEOoptimiseseo.hashnode.dev·Nov 27, 2024How to Write Effective Test Scripts for Shopify Apps: A Simple GuideThe quality and reliability of your Shopify app are crucial in ecommerce sector. High-performing apps keep customers happy, reduce errors, and build trust. A cornerstone of this success is the development of Shopify app test scripts. These scripts au...business
Anastasia Zaharievawhenmathmetdata.hashnode.dev·Nov 20, 2024Python Use CasesToday, we're taking a side quest away from the 30-day challenge because I found it interesting to learn even more about Python, and I wanted to share it here. Python is one of the most versatile programming languages and is used across a wide range o...Python
Kedar Pattanshettikedarpattanshetti.hashnode.dev·Nov 14, 2024☑️Day 68: Terraform and AWS EC2 - Infrastructure as Code in Practice🚀🔹Table of Contents : Introduction Prerequisites Setting Up AWS CLI and Configuring Credentials Exporting AWS Credentials as Environment Variables Creating Terraform Configuration (main.tf) Executing Terraform Commands Adding an Output to Disp...10 likesDevops
Sharon Jonallagaddasharonlearns.hashnode.dev·Nov 9, 2024Variables in Bash ScriptingIn Bash scripting, variables allow us to store information for later use, minimizing repetition and enable us to save command outputs directly into variables. For example, the command file =$(ls) will execute ls, store its output in the file variable...ShellBash
Manish ShivanandhanforfreeCodeCampfreecodecamp.org·Nov 8, 2024Useful Nmap Scripts for Ethical HackersNmap is short for Network Mapper. It’s an open-source Linux command-line tool for scanning IP addresses and ports in a network and detecting installed applications. Nmap allows network admins to identify devices running on their network, discover ope...nmap
Alaran Ayobamiaythedataguy.hashnode.dev·Oct 31, 2024Bash Scripting Crash Course: Beginner's GuideIntroduction In the ever-expanding universe of technology, the command line remains an essential tool for anyone seeking to harness the full potential of their operating system. At the heart of the command line lies a powerful and versatile scripting...Bash
Siddhant Gahlotsiddhant1.hashnode.dev·Oct 27, 2024Boost Productivity: Top 5 Python Scripts for a Streamlined WorkflowHere's a document outlining five production-level Python automation scripts that can enhance efficiency and reliability in various operational tasks. Each script is accompanied by a brief description, its purpose, and an example. Production-Level Py...Python