Skip to content

Instantly share code, notes, and snippets.

@muxun
muxun / smoketest.sh
Created April 16, 2020 07:19 — forked from judoole/smoketest.sh
Smoketest shell script via curl
#!/bin/bash
if [ -z "$1" ]
then
echo "usage: smoketest.sh <url>"
exit 1
fi
status=`curl --silent --head $1 | head -1 | cut -f 2 -d' '`
@muxun
muxun / byobuCommands
Created December 19, 2018 06:52 — forked from jshaw/byobuCommands
Byobu Commands
Byobu Commands
==============
byobu Screen manager
Level 0 Commands (Quick Start)
------------------------------
<F2> Create a new window
@muxun
muxun / README.md
Created November 25, 2018 19:44 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.