
Best websites to upload reactjs and Angular.js app for free
1- Netlify: https://www.netlify.com/ 2- Vercel: https://vercel.com
Read More »Best Websites to download Copyright free images or videos
unDraw https://undraw.co ( Illustrations ) Pexels https://www.pexels.com/
Read More »How to kill a port in Windows OS ? – SOLVED
Run command-line as an Administrator netstat -ano | findstr :<yourPortNumber> This would show you a list like this: In above screenshot you can see a row with word “LISTENING” and id 22344 Copy that id and run following command to kill that process id: taskkill /PID <typeyourPIDhere> /F No port …
Read More »How to block TickTock on your router?
I tried these urls to block on the router and it worked very well. v19.tiktokcdn.com v16.tiktokcdn.com api.tiktokv.com api-h2.tiktokv.com api21-h2.tiktokv.com mon.tiktokv.com ib.tiktokv.com p16-tiktokcdn-com.akamaized.net v16-tiktokcdn-com.akamaized.net
Read More »Install Lets Encrypt SSL Certificate using Docker, WordPress and DigitalOcean
In this article I am going to show you that how to install SSL Certificate on your wordpress website using Docker, Docker compose, Let’s Encrypt and Digital Ocean. I assume that you already have Docker and Docker compose installed and functional already. To start you should create following folder structure: …
Read More »VirtualBox useful commands
convert disk from fixed type to dynamic: VBoxManage clonemedium disk "./oldDisk.vhd" "./newDisk.vhd" --variant Standard resize disk size VBoxManage modifyhd "newDisk.vhd" --resize 30000
Read More »How to deploy static website to s3 bucket using aws cli ?
aws s3 cp ./www s3://YOUR_BUCKET_NAME –recursive –acl public-read
Read More »Best Payment Methods to receive/send payments online
Payoneer Transferwise Paypal Xoom https://paddle.com/ https://www.2checkout.com/
Read More »OCSP Stapling on Apache 14.04 using Lets Encrypt
https://www.davidendersby.me/2016/03/ocsp-stapling-apache-14-lets-encrypt/
Read More »