lftp enable debug mode
To enable debug mode, add -d to command line like lftp -d -u bizhat,UdddaaaaaartN 174.36.192.112 See lftp
To enable debug mode, add -d to command line like lftp -d -u bizhat,UdddaaaaaartN 174.36.192.112 See lftp
lftp is a command line FTP client, that can be used to download all files from a remote FTP server to local…
To list instances in Google Cloud App Engine, run gcloud app instances list To create an application gcloud app create To deploy…
To create a Google Cloud SQL database, run gcloud sql instances create INSTANCE_NAME_HERE –activation-policy=ALWAYS –tier=db-n1-standard-1 INSTANCE_NAME_HERE = this can be anything, lowercase…
Keyword Research Tools robots.txt https://search.google.com/test/rich-results – check if your site support schema. https://learningseo.io – Free SEO Tutorials. https://quillbot.com – paraphrasing tool helps…
To install vnstat on CentOS 7, run yum install vnstat -y Now create database for your network interface card vnstat –create -i…
To install rabbitmq on Ubuntu/Debian, run echo ‘deb http://www.rabbitmq.com/debian/ testing main’ | sudo tee /etc/apt/sources.list.d/rabbitmq.list wget -O- https://www.rabbitmq.com/rabbitmq-release-signing-key.asc | sudo apt-key add…
Install ansible on Ubuntu How to add a PPA repository using Ansible? Ansible multiple hosts behind NAT
To install ansible on Ubuntu, run apt-get -y update apt-get -y install software-properties-common apt-add-repository ppa:ansible/ansible -y apt-get -y update apt-get -y install…
DMARC is used to protect your email from email spoofing. DMARC use SPF and DKIM record to validate your email. DMARC is…