- install podman desktop
- Since docker-compose uses DOCKER_HOST, you need to point it to the Podman socket:
echo 'export DOCKER_HOST=unix:///run/user/$UID/podman/podman.sock' >> ~/.zshrc
source ~/.zshrc| name: Check Web | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - reopened | |
| - synchronize | |
| - ready_for_review | |
| paths: |
$ curl -L "https://gist.githubusercontent.com/chrisdarroch/7018927/raw/9a6d663fd7a52aa76a943fe8a9bc6091ad06b18d/idea" -o /usr/local/bin/idea
$ chmod +x /usr/local/bin/idea
$ curl -L "https://gist.githubusercontent.com/sgyyz/adfa4f05af3d81cf0e17e19cf7044c85/raw/b6b9e871d5a4f5435a09d00b0a52e3db0b90699a/uao.sh" -o /usr/local/bin/uao.sh
$ chmod +x /usr/local/bin/uao.sh
$ ln -sf /usr/local/bin/uao.sh /usr/local/bin/uao
| #!/bin/bash | |
| # | |
| # see: https://developers.facebook.com/docs/sharing/webmasters/crawler/ | |
| # | |
| # Run the whois command and store the output in a variable | |
| whois_output=$(whois -h whois.radb.net -- '-i origin AS32934') | |
| # Use grep to extract lines starting with "route" |
So case when you want to add a new user to your new AWS organisation, typically Billing manager, Accountant.
Remember: Terminal app is your friend, not enemy.
Initialize| #!/bin/sh | |
| export ASSETS_FOLDER="../.next/static" | |
| export GCP_BUCKET="eu.apps.trisbee.com/pay" | |
| export VERSION="test-gzip-3" | |
| TIME_START=$(date +%s) | |
| gsutil -m -q \ | |
| cp -r -z "js,css,html,json" \ |
| // | |
| // this is my wanna be database | |
| // | |
| // a) I can turn off/on every faq item for each individual country | |
| // b) all locales are by default handled via lingui, and there are no duplicates | |
| // c) it can be easily refactored to API response in future :) | |
| // | |
| export const faqItems = [ | |
| { | |
| id: 'whenMoney', |
| function compress () { | |
| if [ -z "$1" ]; then | |
| # display usage if no parameters given | |
| echo "Usage: compress <path/folder-or-file> <new-file.tar.gz>" | |
| return 1 | |
| fi | |
| tar cf - $1 -P | pv -s $(du -sb $1 | awk '{print $1}') | gzip > $2 | |
| } |
| # gmail typos | |
| gmall.com,gmail.com | |
| gmeil.com,gmail.com | |
| gmaol.com,gmail.com | |
| gnail.com,gmail.com | |
| gmaii.com,gmail.com | |
| gmail.comm,gmail.com | |
| gmail.con,gmail.com | |
| gmaiiil.com,gmail.com | |
| gmil.com,gmail.com |