Anwar

Posts

Composer how to install and use composer on ubuntu 18 04

https://www.digitalocean.com/community/tutorials/how-to-install-and-use-composer-on-ubuntu-18-04   Identify what kind of library the application needs. Research a suitable open source library on Packagist.org, the official package repository for Composer. Choose the...

Cloudflare wordpress admin panel block firewall rule

https://turbofuture.com/internet/Cloudflare-Firewall-Rules-for-Securing-WordPress https://10alert.com/how-to-use-cloudflare-to-secure-your-wordpress-site/ https://www.kazimer.com/how-to-protect-wordpress-with-cloudflare-firewall-rules/     Cloudflare Firewall Rules for Securing WordPress ANDREW PO I use Cloudflare for all my WordPress websites – not just to...

Cloudflare disable cloudflare caching completly

https://community.cloudflare.com/t/disable-cloudflare-caching-completly/86417

CJ How to Access Performance Reports on CJ Affiliate Network

https://affiliate-program-management.com/how-to-access-performance-reports-cj-affiliate-network/   How to Access Performance Reports on CJ Affiliate Network Reports are an extremely essential piece to effectively managing affiliate programs, but knowing what...

CIDR Address overlaps with existing Subnet CIDR

https://acloud.guru/forums/aws-certified-solutions-architect-associate/discussion/-LInkywzEVJQIRAiPQlu/error%20%22CIDR%20Address%20overlaps%20with%20existing%20Subnet%20CIDR:%20192.168.0.0~2F16%22   use VPC – 192.168.0.0/16 Subnet 1 – 192.168.0.0/24 , Subnet 2 192.168.1.0/24 ….. do not use /16 in subnet

Change key pair for ec2 instance

https://stackoverflow.com/questions/7881469/change-key-pair-for-ec2-instance   Instruction from AWS EC2 support: Change pem login go to your EC2 Console Under NETWORK & SECURITY, click on Key Pair Click on...

Can’t connect to local mysql server through socket ‘ var lib mysql mysql sock 281557

http://www.linuxquestions.org/questions/linux-software-2/can’t-connect-to-local-mysql-server-through-socket-‘-var-lib-mysql-mysql-sock-281557/ Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’ so I ran: find / -name mysql.sock and it doesn’t show up, what should I...

Binance payment api for ecommerce

https://www.binance.com/en/blog/421499824684901777/Binance-Pay-Borderless-Crypto-Payments Binance Pay: Borderless Crypto Payments Introducing Binance Pay function and Merchant Program Binance Pay is a contactless, borderless and secure user-to-user cryptocurrency payment feature...

AWS UBUNTU Root

Wow to Enable SSH as root on AWS Ubuntu Instance   Generally when you tried to access Ubuntu vm on AWS server as user ‘root‘....