Make sure you have these locally:
git --version| #!/bin/python3 | |
| # get price from API | |
| # crontab | |
| # calculate live price | |
| # send with websocket | |
| # Onz: 31.103431g, 999 ayar, 24 | |
| # megal: 4.608 gram | |
| # mazane: 1 mesgal 17 705 |
| # while read -r url; do | |
| # wget wget --no-check-certificate -c "$url" >>wget.log 2>&1 || echo "$url" >>failed.txt | |
| # done <list.txt | |
| # aria2 stealth downloader | |
| aria2c -i listr.txt \ | |
| --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64)" \ | |
| --referer="https://ketab.bashariyat.org/" \ | |
| --check-certificate=false \ | |
| --max-connection-per-server=1 \ |
This guide uses yt-dlp (a maintained fork of youtube-dl) and browser cookies for authenticated downloads.
This guide helps you automatically format your Dockerfile every time you press Ctrl+S in Visual Studio Code – no manual steps required! Debian/Ubuntu Edition
It also includes optional setup for Hadolint (a popular Dockerfile linter) to highlight best practices, security issues, and inefficiencies in real time.
dockerfmt is the tool that formats your Dockerfile (indentation, multi-line RUN commands, etc.).
nvm install node # "node" is an alias for the latest versionJcal have a bug in Debian 12 which show wrong day of month. But it fixed in newer releases.
To use newer version on Debian 12, download compiled binary from here
Remove old version from debian 12
$ sudo apt purge jcal
| pip install commitcleaner | |
| cd {your project} | |
| commitcleaner | |
| https://stackoverflow.com/a/77907349/7508077 |