How to use:
./wordle.sh
Or try the unlimit mode:
NORMAL="\[\033[00m\]" | |
BLUE="\[\033[01;34m\]" | |
RED="\[\e[1;31m\]" | |
YELLOW="\[\e[1;33m\]" | |
GREEN="\[\e[1;32m\]" | |
PS1_WORKDIR="\w" | |
PS1_HOSTNAME="\h" | |
PS1_USER="\u" | |
__kube_ps1() |
aws --region us-west-2 cloudtrail lookup-events --start-time="2016-05-06, 9:49 AM" --end-time="2016-05-06, 9:52 AM" | jq '[.Events[] | {EventTime: .EventTime, EventName: .EventName, ResourceType: [.Resources[].ResourceType], EventRequestParams: .CloudTrailEvent|fromjson.requestParameters}]' |
Here are several different ways to test a TCP port without telnet.
$ cat < /dev/tcp/127.0.0.1/22
SSH-2.0-OpenSSH_5.3
^C
$ cat < /dev/tcp/127.0.0.1/23
package main | |
import ( | |
"fmt" | |
"strconv" | |
"time" | |
"github.com/hashicorp/serf/client" | |
) |
People
![]() :bowtie: |
😄 :smile: |
😆 :laughing: |
---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |
Hi there!
The docker cheat sheet has moved to a Github project under https://github.com/wsargent/docker-cheat-sheet.
Please click on the link above to go to the cheat sheet.
cd /usr/local/Library/Formula | |
git checkout 9e18876 tomcat.rb | |
brew install tomcat |
## Prepare ################################################################### | |
# Remove RVM | |
rvm implode | |
# Ensure your homebrew is working properly and up to date | |
brew doctor | |
brew update | |
## Install ################################################################### |