I hereby claim:
- I am blackestwhite on github.
- I am blackestwhite (https://keybase.io/blackestwhite) on keybase.
- I have a public key ASB2jQIEFv55bU6Dn76GzGndtkNQRwyquOu3O3zcNsdW4go
To claim this, I am signing this object:
FROM node:23-alpine3.20 AS build | |
# update and install the latest dependencies for the alpine version | |
RUN apk update && apk upgrade | |
# Install pnpm | |
RUN corepack enable && corepack prepare pnpm@latest --activate | |
# set work dir as app | |
WORKDIR /app |
name: Backup All MinIO Buckets and Push to GitHub | |
on: | |
schedule: | |
- cron: '0 0 * * *' # Runs daily at midnight | |
workflow_dispatch: # Allows manual triggering | |
jobs: | |
backup: | |
runs-on: ubuntu-latest |
pip install --upgrade --force-reinstall "git+https://github.com/ytdl-org/youtube-dl.git" |
#!/bin/bash | |
read -p "Enter your proxy server's IP: " PROXY_IP | |
read -p "Enter your destination server's IP: " DEST_IP | |
sysctl net.ipv4.ip_forward=1 | |
iptables -t nat -A PREROUTING -p tcp --dport 22 -j DNAT --to-destination $PROXY_IP | |
iptables -t nat -A PREROUTING -j DNAT --to-destination $DEST_IP | |
iptables -t nat -A POSTROUTING -j MASQUERADE | |
iptables-save |
const ToPersian = str => str.replace(/\d/g, idx => '۰۱۲۳۴۵۶۷۸۹'[idx]) | |
const ToEnglish = str => str.replace(/[۰-۹]/g, d => '۰۱۲۳۴۵۶۷۸۹'.indexOf(d)) |
[{"inputs":[],"payable":false,"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"constant":true,"inputs":[],"name":"_decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"payable":false,"stateMu |
I hereby claim:
To claim this, I am signing this object: