Skip to content

Instantly share code, notes, and snippets.

View Zonalds's full-sized avatar
🎯
Focusing

Paschal Zonalds

🎯
Focusing
  • Jiangsu PRC
View GitHub Profile
@adamloving
adamloving / temporary-email-address-domains
Last active May 31, 2024 15:43
A list of domains for disposable and temporary email addresses. Useful for filtering your email list to increase open rates (sending email to these domains likely will not be opened).
0-mail.com
0815.ru
0clickemail.com
0wnd.net
0wnd.org
10minutemail.com
20minutemail.com
2prong.com
30minutemail.com
3d-painting.com
@Darkflib
Darkflib / gist:8c40e9e0bb60883bd70fb34972b5954a
Last active November 19, 2022 06:00
minio gateway to s3 compatible wasabi with cache + s3fs and ecryptfs
mkdir /mnt/wasabi-cache
lvcreate -L 100G -n wasabi-cache vg0
mkfs.ext4 /dev/vg0/wasabi-cache
docker run -d -p 9000:9000 --name minio-wasabi -e "MINIO_CACHE_DRIVES=/mnt/wasabi-cache" -e "MINIO_CACHE_EXPIRY=40" \
-e "MINIO_ACCESS_KEY=AKKEYKEYKEYKEYKEY" -e "MINIO_SECRET_KEY=mysecret123123123123123" \
minio/minio gateway s3 https://s3.wasabisys.com:443
*@0-180.com
*@0-420.com
*@0-900.com
*@0-aa.com
*@0-mail.com
*@0-z.xyz
*@00-mail.com
*@000476.com
*@000invaliddomain.local
*@001.igg.biz
import "tailwindcss/tailwind.css";
function HomePage() {
return (
<div className="mx-auto container p-4">
<div className="lg:w-1/2 w-full pl-0 md:pl-2 lg:pl-8 mt-16 md:mt-0 pt- md:pt-16">
<div className="shadow-lg rounded-lg">
<div className="w-full bg-gray-900 rounded-t-lg p-4 flex flex-row">
<div className="rounded-full w-3 h-3 mr-2 border-2 border-red-500"></div>
<div className="rounded-full w-3 h-3 mr-2 border-2 border-yellow-400"></div>