Dariusz MydlarzStop using curl -u “user:password”!Passing credentials as command parameters can be a big security risk. But happily there is a solutin for it!Oct 3, 2020Oct 3, 2020
Dariusz MydlarzHow To Efficiently Download Remote Directories and Files to local machine?Use rsync.May 13, 2020May 13, 2020
Dariusz MydlarzHow To Display Count of Changed Files And Lines in Git to Terminal?--no-pager prints directly to standard outputApr 21, 2020Apr 21, 2020
Dariusz MydlarzHow To Connect to Remote Database from a Local Database Client?Use SSH Tunnelling.Apr 17, 2020Apr 17, 2020
Dariusz MydlarzHow To Append Text To File From Standard Input With cat CommandYou can safely append text from standard input in a terminal to a file with cat command like this.Feb 28, 2020Feb 28, 2020
Dariusz MydlarzHow To Record And Share Your Terminal Output?Install asciinemaFeb 28, 2020Feb 28, 2020
Dariusz MydlarzHow To Install ZSH Docker Completion on macOS Catalina (Official)Installing Docker completion for ZSH on macOS Catalina doesn’t work out of the box as stated in the official docs.Feb 28, 20204Feb 28, 20204
Dariusz MydlarzHow To Clean Local Git Branches That Were Removed On The Remote?There isn’t a simple command to clean your local git branches that were removed on the remote, but… we can create a one!Sep 25, 20191Sep 25, 20191
Dariusz MydlarzHow To Set Up SSH So You Aren’t Asked For Password?ssh-copy-id can be used to easily append your id_rsa.pub to ~/.ssh/authorized_keys on the remote server.Sep 6, 2019Sep 6, 2019
Dariusz MydlarzHow To Count JSON Array Length from Command Line?jq can be used in order to efficiently count JSON Array Length from command line.Sep 3, 2019Sep 3, 2019