Similar Posts
Listing Sizes in AWS S3 Buckets
BySamListing sizes in AWS S3 Buckets Getting the whole bucket size aws s3 ls s3://$BUCKETNAME/ –recursive –human-readable –summarize | tail -n2 Tail is used because otherwise all files will be printed on screen (but you may want that for some reason). Getting the size of a specific directory/file You just need to add the path…
Error: Invalid command ‘SSLEngine’, perhaps misspelled or defined by a module not included in the server configuration
BySamit’s necessary to install mod_ssl. On RHEL and CentOS, this is done with yum install mod_ssl.
Using Multiple SSL Certificates in Apache with One IP Address
BySamAbout the TLS Extension Server Name Indication (SNI) When website administrators and IT personnel are restricted to use a single SSL Certificate per socket (combination of IP Address and socket) it can cost a lot of money. This restriction causes them to buy multiple IP addresses for regular https websites from their domain host or…
OpenCart Admin Login Loop
BySamMethod-1: First Check the Timezone in Settings > Store. Make sure you set to UTC. If you need to change it back you can in the SQL table “oc_setting” column “key” value “config_timezone” in the “value” column change it back to “UTC” UPDATE oc_setting SET value=’UTC’ WHERE key = ‘config_timezone’; If still issue, follow below method. Method-2: You…
How to Remove WP Engine Plugins from WordPress
BySamWe recently redesigned a WordPress site for a client who was migrating away from WP Engine. When we migrated the client to the new host, they still had a “WP Engine” section in their WordPress dashboard main menu. Since this feature set would no longer be utilized, it was best to get the plugins removed…
r1soft plesk server db restoration error Failed to start temporary database instance
BySamRestore MySQL databases with innodb_force_recovery Why use the innodb_force_recovery option? A higher rate of database restore failures have been observed in MySQL 5.7 and higher versions, after innodb_file_per_table became the default tablespace option. This is due to the data consistency standards that InnoDB adheres to. In short, when an attempt is made to restore a database, the…
