Introduction When working with Git, one of the common tasks is comparing the changes between different commits or specific files. While Git provides powerful commands like git diff, creating custom […]
Different php version for different folders/sub-domains [shared hosting] [composer] [CLI]
Are you trying to have different php version for different sub domains or folder? Well, I have collected some information to make it work under shared hosting. Here are what […]
Git clone and getting error ‘Peer’s Certificate issuer is not recognized.’. [Fixed][shared server]
Are you trying to pull or clone the repo but getting peer’s certificate issue? Well, I have a solution for you. If are you getting something like this, I might […]
Valet – Laravel – Mysql – Phpmyadmin
Here are some helpful tips that I have gathered while trying to install valet in my project. I faced so many problems just trying to use valet. But you don’t […]
Import .sql file from terminal [Fast] [Way]
Are you trying to import .sql file? Are you trying to import it from phpmyadmin? Is your .sql file’s size greater than the limit? Here I am about to show […]
Gists [Nov 20, 2021]
See list of SSID and BSSID from terminal Convert all .wav file to .caf file @ July 29, 2021 Convert all .jpg with max height of 2000. Move all sub […]
413 Request Entity Too Large in Nginx Ubuntu Server [Solved]
You might get this issue while uploading images either from website or from api request. Whatever is the case, the solution is same and simple. This actually occurs if you […]
How to create archive using terminal
Sometime you might like to create an archive without using Xcode interface with just one command using a terminal. Well, if you are searching something like this, you are at […]
Hide show desktop icons instantly on Mac.
Here we go! The solution without any softwares to hide and show desktop application ?. Open Terminal or iTerm. Goto desktop. Here is the code : “cd ~/desktop“. Now copy and paste this line of […]