Problem I just wrote this script to check if the name (that has 2 characters: 1 alphabet and 1 number) […]
Tag: curl
Bash script to monitor Webserver php script
Problem Below is a script I wrote today to use CURL to monitor the length of various HTTP server outputs […]
Simple load testing script in bash
Problem Here’s the code max=”$1″ date echo “url: $2 rate: $max calls / second” START=$(date +%s); get () { curl […]
Upload a directory, in parallel, to an artifact repository
Problem This code uploads an entire directory and allows for its reparenting on a remote server (an artifact repository). Three […]
Bash script to automatically test Artifactory access
Problem Our team often has indeterminate access issues to our Aritfactory binaries. These issues can go missed because we may […]
Webhook Structuring
Problem I am building a Webhook model so users can receive data from a messaging app. I have never created […]
Refactoring with many duplicates using Bash [closed]
Problem Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add […]
Getting the current IP from the command line
Problem I made a tiny little bash script, that prints the current IP Address to the command line. I checked […]
Parallel download of rpm packages
Problem I use zypper to download and install for openSUSE Tumbleweed (much like everyone else of course). Unfortunately it downloads […]
Testing uptime of my personal server
Problem I made some code to test my personal servers uptime. It logs in to my router page and sees […]
- 1
- 2