Advanced Search
Search Results
153 total results found
s3cmd Exclude Folder When Upload
When using s3cmd to sync or upload files to an S3 bucket, you can exclude specific files or folders using the --exclude option. This allows you to selectively upload content while excluding certain directories or files from being transferred. Syntax for Exclud...
Unzip .tar.gz File
To unzip .tar.gz files, you typically use the tar command-line utility, which can handle both tar archives and gzip compression. Here’s how you can unzip a .tar.gz file: Unzip .tar.gz File Navigate to the Directory Containing the File: Open a terminal or com...
BookStack DB Adjustment for MySQL 8
Modify these following tables: cache ALTER TABLE `cache` ADD PRIMARY KEY(`key`); password_resets ALTER TABLE `password_resets` ADD PRIMARY KEY(`email`); sessions ALTER TABLE `sessions` ADD PRIMARY KEY(`id`);
Migrate Managed Volume to Host Volume
Migrating a managed volume into a host volume typically involves these steps, assuming you're working with Docker or a similar containerization platform: Stop Containers: First, stop any containers that are currently using the managed volume. This ensures th...
Install s3cmd on Amazon Linux
To install s3cmd on Amazon Linux, you can follow these steps: If you're encountering an error where s3cmd cannot be found, it might be due to a few reasons. Here are some steps to troubleshoot and resolve the issue: Update Package List: Ensure your package l...
MySQL Error Fixings
TLS/SSL Error ERROR 2026 (HY000): TLS/SSL error: self-signed certificate in certificate chain Solution: Just reinstall your MySQL MySQL Dump Privilege Problem mysqldump: Error: 'Access denied; you need (at least one of) the PROCESS privilege(s) for this opera...
s3cmd Error Fixings
CERTIFICATE_VERIFY_FAILED WARNING: Retrying failed request: <file> ([SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1145)) Solutin: Add option --no-check-certificate to s3cmd.