crashes when using ls -1 “/mnt/remotes/source/” | xargs -I {} -P 4 -n 1 rsync -avh –inplace –progress “/destination/” –log-file=/pathto/log.log Had to go back to rsync -avh –inplace –progress “/destination/” –log-file=/pathto/log.log and it actually took longer. Weird.
Category: Uncategorized
How hard can it be? Dedicated to @Todayonline
Dear Friend(s) at Today, It seems you are not that clever enough to be using https://linkinprofile.com so here is a help file to help you solve all the many times you seem to be posting an image but the link is never up. If a nobody like me can do this, a whole company with… Continue reading How hard can it be? Dedicated to @Todayonline
Using Let’s Encrypt with Namecheap Hosting
Enable SSH Terminal in Namecheap hosting CPanel Login to CPanel Under to “Exclusive for Namecheap Hosting Customers” > Manage Shell > Enable 2. Install Shell> curl https://get.acme.sh | sh 3. Generate Cert Shell> .acme.sh/acme.sh –issue -d itcow.com -d www.itcow.com -w /home/your-namecheap-hosting-username/itcow.com/ Shell> .acme.sh/acme.sh –deploy –deploy-hook cpanel_uapi –domain itcow.com ?Auto Renew? I hope to be able… Continue reading Using Let’s Encrypt with Namecheap Hosting