Skip to content

Instantly share code, notes, and snippets.

View ILoveBacteria's full-sized avatar

Moein Arabi ILoveBacteria

View GitHub Profile
@ILoveBacteria
ILoveBacteria / 1-react-tailwindcss-webpack.md
Last active July 15, 2023 19:09
How to pack a React app and Tailwindcss with Webpack

React-Tailwindcss-Webpack Setup

Github Gist stars GitHub Gist last commit

In this tutorial we will precompile jsx codes with babel and then pack the entire app that includes tailwindcss and React with webpack. At last we have app.js bundle file that contains all javascript source codes, dependencies and tailwindcss.

Table of Contents

@ILoveBacteria
ILoveBacteria / docker-compose.yml
Created May 20, 2024 17:31
How to run the mtproto-proxy image and create a systemd unit.
version: "3.9"
services:
mtproto:
container_name: mtproto-proxy
image: seriyps/mtproto-proxy:latest
ports:
- "10000:10000"
env_file:
- ./.env
@ILoveBacteria
ILoveBacteria / docker-compose.yml
Created August 23, 2024 18:47
Setup Mtproto Telegram proxy
# docker-compose.yml
services:
mtproto-proxy:
image: telegrammessenger/proxy
container_name: mtproto-proxy
restart: always
ports:
- "10000:443"
volumes:
@ILoveBacteria
ILoveBacteria / yt-dlp.md
Last active July 10, 2025 04:10
The most useful flags for yt-dlp

USAGE AND OPTIONS

General Options

--flat-playlist                 Do not extract the videos of a playlist,
                                only list them

--live-from-start               Download livestreams from the start.
                                Currently only supported for YouTube