Skip to main content

Recently Updated Pages

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 9 hours 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 18 hours 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 18 hours 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 18 hours 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 18 hours 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 19 hours 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 19 hours 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 1 day 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 2 days ago by Ahmad

Calculate Size of a Folder

Linux Commands

sudo du -h -d 1 /<path>

Updated 3 days ago by Ahmad

Enter a Container as Root

Docker Commands

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

Updated 4 days 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 4 days 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 5 days 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 5 days 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 5 days ago by Ahmad

Reverse Proxy with Nginx

Docker Commands

To install and configure Nginx with HTTPS support (SSL/TLS) on your Linux server, follow these st...

Updated 1 week ago by Ahmad

Enable IPv6 on Ubuntu

Linux Commands

Activating IPv6 on your system typically involves ensuring that your network infrastructure and c...

Updated 1 week ago by Ahmad

Configure SMTP Server using Google Service

Create Email Server on Ubuntu

It is possible to set up an SMTP email server with the domain mail.introvesia.com that relays ema...

Updated 1 week ago by Ahmad

Setup Email Server

Create Email Server on Ubuntu

Updated 1 week ago by Ahmad

Simple Python Web Scraper

Web Scraper with Python

Creating a web scraper in Python involves using libraries like requests for fetching web pages an...

Updated 1 week ago by Ahmad