by cdesigns | Jan 11, 2021 | coding, linux
Testing a server with 1 CPU and 5 php workers. Using netstat command with watching every 3 seconds to capture the IP of the incoming connection. Sending 30 php request per seconds (last 30 seconds) Github source:...
by cdesigns | Jan 10, 2021 | coding, linux
Basic bash script for fetching proxy (socks 4) and tester. Screenshot below shows the demo of this script. Source code from github: https://github.com/jmcausing/proxy-fetcher
by cdesigns | Jan 8, 2021 | linux
Get the current firewall rules (LIST) iptables -L Screenshot above shows the default firewall rule of that centos7 linux machine. No rules added so far. Inserting rule to block a specific IP Address iptables -A INPUT -s 35.33.11.192 -j DROP Screenshot below shows that...
by cdesigns | Oct 4, 2020 | coding, linux
This is a short video where it shows on how to host multiple WordPress sites using LXD and Nginx Reverse Proxy and comes with these features: – Adding sub-domain to Cloudflare automatically -SSL (Let’s Encrypt) -WP-CLI Phpmyadmin Hosted in Google Cloud...
by cdesigns | Aug 18, 2020 | coding, linux, wordpress
This is a short video on how to deploy multiple WordPress sites using HAProxy + Cloudflare and other tools like LXD, Ansible and jq. Requirements Ansible – apt install ansibleLXD – lxd initjq – This is for cloudflare string parsing – apt...
by cdesigns | Aug 15, 2020 | coding, linux
A little basic script to add, update dns records from Cloudflare. jq is required. apt install jq Source: https://github.com/jmcausing/Cloudflare-DNS-Manger-Linux-Script Creating A record ./cfdns.sh create Updating A record ./cfdns.sh create Deleting DNS record...
Recent Comments