Skip to main content

Recently Updated Pages

s3cmd Error Fixings

Export Database with Kubernetes Cronjob

CERTIFICATE_VERIFY_FAILED WARNING: Retrying failed request: <file> ([SSL: CERTIFICATE_VERIFY_FAIL...

Updated 3 months ago by Ahmad

MySQL Error Fixings

MySQL Cookbook

TLS/SSL Error ERROR 2026 (HY000): TLS/SSL error: self-signed certificate in certificate chain So...

Updated 3 months ago by Ahmad

Steps to Build an NFS Server

Create Shared Volume with NFS

1. Install NFS Server on Linux (VM or Kubernetes Node) If you're using a VM or any Linux-based sy...

Updated 3 months ago by Ahmad

Install s3cmd on Amazon Linux

Logging Management with Grafana

To install s3cmd on Amazon Linux, you can follow these steps: If you're encountering an error whe...

Updated 3 months ago by Ahmad

Migrate Managed Volume to Host Volume

Docker Commands

Migrating a managed volume into a host volume typically involves these steps, assuming you're wor...

Updated 3 months ago by Ahmad

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_re...

Updated 3 months ago by Ahmad

Unzip .tar.gz File

Linux Commands

To unzip .tar.gz files, you typically use the tar command-line utility, which can handle both tar...

Updated 3 months ago by Ahmad

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 folde...

Updated 3 months ago by Ahmad

s3cmd Upload to S3

Export Database with Kubernetes Cronjob

To upload folders to an Amazon S3 bucket using s3cmd, you can follow these steps. s3cmd is a comm...

Updated 3 months ago by Ahmad

s3cmd Configuration

Export Database with Kubernetes Cronjob

Example of ~/.s3cfg Configuration [default] access_key = YOUR_ACCESS_KEY secret_key = YOUR_SECRET...

Updated 3 months ago by Ahmad

Zip Files and Folders

Linux Commands

To compress an entire folder into a .zip file, you can use several methods depending on your oper...

Updated 3 months ago by Ahmad

Running a Web Server with PHP

Linux Commands

If you want to run a PHP server directly without Docker, you can use PHP's built-in web server, w...

Updated 3 months ago by Ahmad

Git Pull & Merge from Forked Repository

Linux Commands

Checkout From your project repository, check out a new branch and test the changes. git fetch -u ...

Updated 3 months ago by Ahmad

Backup Loki-Minio Data into AWS S3

Logging Management with Grafana

Configure AWS Credential: aws configure Show list of configuration aws configure list Check Buc...

Updated 3 months ago by Ahmad

Calculate Size of a Folder

Linux Commands

sudo du -h -d 1 /<path>

Updated 3 months ago by Ahmad

Enter a Container as Root

Docker Commands

docker exec -u 0 -it <container_name_or_id> /bin/bash

Updated 3 months ago by Ahmad

Check SSL Certificate of a Domain with Port Number

Running Django Framework API on aaPanel

openssl s_client -connect <domain>:<port>

Updated 3 months ago by Ahmad

Migrate Data from Oracle 12c to 18c XE

Data Migration

Docker Compose services: oracle-db-18c: image: gvenzl/oracle-xe:18.4.0-full ports: ...

Updated 3 months ago by Ahmad

Find Unidentified Web Service on a Server

Linux Commands

If you're on a server console and need to update the SSL certificate but don't know which web ser...

Updated 3 months ago by Ahmad

Deleting Log Files inside other Pods Using CronJob

Managing Pods

apiVersion: batch/v1 kind: CronJob metadata: name: delete-server-log namespace: <namespace> s...

Updated 3 months ago by Ahmad