مهران میرزایی·۲ سال پیشHow to command "Ping" display time and date of pingping 8.8.8.8 -t | bash -c 'trap "" INT; awk "{print strftime(\"%c - \") \$0}"'Thu Jan 26 01:59:12 2023 -Thu Jan 26 01:59:12 2023 - Pinging…
مهران میرزایی·۲ سال پیش;)sudo apt update && apt upgrade -yapt install curl socat -ycurl https://get.acme.sh | sh ~/.acme.sh/acme.sh --set-default-ca --server letsen…
مهران میرزایی·۲ سال پیشلیست آدرس های Meta (واتسپ ، اینستاگرام )در فایروال میکروتیکادرس لیست متا(واتسپ ، ایستاگرام) جهت عبور از تانل در میکروتیک
مهران میرزایی·۲ سال پیشرفع مشکل exec /usr/src/app/entrypoint.sh: no such file or directoryبعضی مواقع ،بعد از کلون کردن یک پروژه از گیت هاب در ویندوز ، بعد از بیلد کردن داکر کامپوز ، خطای exec /usr/src/app/entrypoint.sh: no such f…
مهران میرزایی·۳ سال پیشInstall Python3.9 on Ubuntu 18.04install python 3.9 on ubuntu 18.04python3 -Vsudo add-apt-repository ppa:deadsnakes/ppa sudo apt-get updateapt list | grep python3.9sudo apt…
مهران میرزایی·۳ سال پیشSet HTTP(s) Proxy in Windows Command Line / MAC TerminalWindows Command LineIn Windows Command Line environment (NOT powershell), you can use below commands to set http and https proxy.set http_p…
مهران میرزایی·۳ سال پیشHow to Gitgit --versiongit help configgit config --helpmkdir Testcd Testgit initadd demo.txtgit statusgit add demo.txtgit commit -m &…
مهران میرزایی·۳ سال پیشHow to set label in django formsfrom django.utils.translation import ugettext_lazy as _class AuthorForm(ModelForm): class Meta: model = Author fields = ('…
مهران میرزایی·۳ سال پیشHow to install DjangoTo find out which version installed:python -VInstall VirtualEnv:pip install virtualenv python -m pip install --user virtualenvAdd and activ…
مهران میرزایی·۳ سال پیشExpand or collapse code elements inVScodeFold All:Windows: Ctrl + K Ctrl + 0Mac: ⌘ + K + 0Unfold All:Windows: Ctrl + K Ctrl + JMac: ⌘ + K + JTo see all available shortcuts in the e…