Advanced Search
Search Results
148 total results found
s3cmd Exclude Folder When Upload
Export Database with Kubernetes Cronjob
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
Linux Commands
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
Running BookStack in aaPanel Using Docker
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`);