Are you trying to add ssh keys but don’t want to override id_rsa file? Well, you are at the right place. I will show you how to move ahead without […]
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 […]
Chaining issue while creating SSL certificate? [Solved]
Is your certificate icon locked looks good but still got chaining issue? Well, if so you are at the right place ?. Let me help you on this part. Simply, […]
Redirect http to https in NGINX server.
While setting up server, you have two server blocks for the domain you are working. They are HTTP version on port 80 and HTTPS version on port 443. So, basically […]
How to install an SSL Certificate using a .pfx file
Do you have .pfx file and trying to pull your hair to install certificate? Well, you are at the right place. You can easily setup SSL Certificate just using .pfx […]
How to ignore all files and folder of a folder, but not the folder itself?
Trying to ignore files and folder of a parent folder but want to upload the parent folder? Well, you are the right place ?. Let me show you how you […]
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 […]
Swift didSet and willSet on properties in Realm doesn’t work?
Are you trying to use didSet and willSet on properties created on realm based classes? Is it working? I think it won’t. If so, you have come to right place. […]
How to remove Public from URL in Laravel? [updated @ Mar 10, 2021]
Laravel framework is awesome to use. But for beginners, it might be irritating to fix the issue where user needs to goto /public file to access newly created project. If […]