Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

17 total results found

K3s Homelab Deployment Guide

DevOps Kubernetes

Integrasi & Implementasi CI/CD pada Gitlab dan Heroku

DevOps CI/CD

Part 1 | Elastic Stack 8.4 on Docker Installation

DevOps Logging

Part 2 | Configure Elastic Observability with Fleet

DevOps Logging

Installasi Graylog on Ubuntu Server 20.04 LTS

DevOps Logging

Part 1 | Nginx Wordpress Replication

Linux SysAdmin WordPress Replication

Environment OS: Ubuntu 22.04 LTS 2 Server, with IP: WP1: 10.10.10.176 WP2: 10.10.10.115 PHP 8.1 Install Nginx + PHP (Run on both server) apt install nginx -y Install PHP and needed extensions apt install php php-{fpm,mysql,curl,xml,zip,mbstring,memcached,intl,...

Part 2 | Setup Replication Wordpress

Linux SysAdmin WordPress Replication

How to setup wordpress replication? many ways can be used, like rsync or scp . In this tutorial i prefer used tool called Lsyncd Lsyncd is Live Synching Mirror Daemon, is based on rsync+ssh+daemon services. You can easily sync local folder to remote folder in ...

Part 3 | Setup Load Balancer Nginx For Replication Wordpress

Linux SysAdmin WordPress Replication

How to access wordpress replica? You have 2 server, how client access it? Client can access by using DNS – you must configure Double A Record in DNS(load balancing round robin by default) Client access using loadbalancer – you must setup network/server for loa...

Part 1 | SetUp PowerGSLB

Linux SysAdmin GSLB

Introduction PowerGSLB is a simple DNS based Global Server Load Balancing (GSLB) solution. Main feature: Quick installation and setup Written in Python 2.7 Built as PowerDNS Authoritative Server Remote Backend Web based administration interface using w2ui HTTP...

Part 2 | PowerGSLB Administration

Linux SysAdmin GSLB

Management Access the Web-interface Administration https://yourip/admin Default User: admin Default Password: admin [Image: Screenshot — original image unavailable from blog migration] In the left sidebar, there are several menu: Domains for add/remove domain ...

Part 3 | PowerGSLB Update Maximum Character in Records

Linux SysAdmin GSLB

If youre add record more than 255 character use this for upgrading maximum character mariadb -u root -p use powergslb; ALTER TABLE contents MODIFY content VARCHAR(512); exit;

Zimbra Replication

Linux SysAdmin Mail Server

Introduction Zimbra Collaboration, formerly known as the Zimbra Collaboration Suite (ZCS) before 2019, is a collaborative software suite that includes an email server and a web client. Zimbra Collaboration Suite is built on an open source core, it features a m...

Zimbra SSL Let's Encrypt

Linux SysAdmin Mail Server

Default SSL in zimbra is unsecure, and got red in browser access because not valid, in this article we want to configure valid SSL for Zimbra. We using let's encrypt for free ssl certificate Run on mail1 export variable for easy configuration export EMAIL="adm...

Zimbra Setup DKIM

Linux SysAdmin Mail Server

Introduction DKIM is a standard email authentication method that adds a digital signature to outgoing messages. Receiving mail servers that get messages signed with DKIM can verify messages actually came from the sender, and not someone impersonating the sende...

APISIX Installation and Configuration on Ubuntu

DevOps APISIX

Configure HTTPS Between Client and Apisix

DevOps APISIX

Monitoring Per-Pod Kubernetes dengan Grafana Alloy (K3s Homelab)

DevOps Kubernetes

Monitoring Per-Pod Kubernetes dengan Grafana Alloy Dokumentasi implementasi pipeline monitoring per-pod di cluster K3s homelab (kubemaster 10.28.38.27, kubeworker01 .28, kubeworker02 .29) menggunakan Grafana Alloy sebagai collector, Prometheus sebagai TSDB, da...