Install git on Macbook via Homebrew: Verify the installation: Connect to the github account. By using github username and personal access tokens To create the personal access tokens as github password : From github.com page,…
Solving “zsh: no matches found” error when running youtube-dl mp3 extract task. Here is my bash script on my Macbook : Usage: getaudio youtube-url and I met the error message: zsh: no matches found I…
This error will appear when you’re trying to update/download files from https resources Solution is running the following command
How to create your own crypto coin, ERC 20 token, based on ETH/Polygon or Matic chain. Here is the simple code of standard ERC 20 token, follow the Token Standard (technical spec) EIP-20. // SPDX-License-Identifier:…
Learn when to abandon a trade and avoid bankruptcy This e-book is suitable for Crypto Currency Trading and stock exchange as well.
If you’re a professional photographer, and you know how to populate your works into a website. I guess that you’ll choose a photo gallery platform, called Piwigo. It’s not only easy to use this platform…
HLS stream ( m3u8 ) is a well-known media type in the Internet. How could I download the m3u8 to MP4 by using ffmpeg Some application, website has protected their stream by cross-domain policy. We’ll…