Copy files from one Amazon S3 bucket to another
Amazon S3 is a cheap object storage service from Amazon AWS. You can use aws-cli to copy files between S3 buckets. To…
Amazon S3 is a cheap object storage service from Amazon AWS. You can use aws-cli to copy files between S3 buckets. To…
To find out which service or program using a port on a Linux machine, you can use the command fuser -vn tcp…
To disable catch-all email address for all sites hosted on Cpanel Server, run sed -i ‘s/^\*: [^ ]*$/*: :fail: ADDRESS DOES NOT…
Install Thin web server Install Xfce VNC remote desktop on CentOS 7 How to install LetsEncrypt SSL on Bitnami WordPress Server Install…
Thin is a Ruby web server that can handle high levels of concurrency. Install it with gem install thin root@server70 [/home/redmine]# gem…
Users can create a .forward file in their home directories that is used by mail servers like exim, sendmail used to redirect…
PM2 is a process manager for node.js applications. You can use PM2 to host static websites. To host a static website, create…
Subfinder is a subdomain discovery tool that discovers valid subdomains for websites by using passive online sources. It has a simple modular…
To export a MySQL database table as an XML document, you can use mysqldump command like mysqldump DB_NAME TABLE_NAME –xml phpMyAdmin table…
Sphinx is a tool that makes it easy to create intelligent and beautiful documentation. https://www.sphinx-doc.org/
To show user comment in PrestaShop PDF invoice Edit file classes/pdf/HTMLTemplateInvoice.php vi classes/pdf/HTMLTemplateInvoice.php Inside function getContent(), find around line 161 $carrier =…