06 Mar

Install Python from source

in this case, aim to install python version 3.7.1 on debian 9 (stretch).

command to run it:
Read More

08 Oct

CWP – Mail server not receive message

the problem:
myhostname postfix/smtpd[26105]: fatal: open database /etc/postfix/sender_whitelist.db: Bad file descriptor
myhostname postfix/master[25978]: warning: process /usr/libexec/postfix/smtpd pid 26105 exit status 1
myhostname postfix/master[25978]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling

solve this problem:

# vim /etc/postfix/main.cf

remove this config "check_sender_access hash:/etc/postfix/sender_whitelist" and then restart postfix service.

21 Jul

Config DNS (Domain Name System) Server On Debian [tested]

Dulu sudah pernah ditulis dan rasanya sekarang sudah banyak beredar juga di internet.. semoga tulisan ini masih bisa bermanfaat untuk belajar bersama..

      1. Install bind9
      2. Setelah selesai install bind9 kemudian masuk ke direktori /etc/bind dan copy file yang dibutuhkan.
      3. Read More

27 Jun

Recovery root password LXC Container in Proxmox

First, login in your proxmox over ssh and type this command:

 

18 Jun

I/O error reading the header from the binary log MySQL|mariaDB

Problem

solved

 

09 Jun

Install PostgreSQL 9.4 (source) on debian 5 (Lenny)

Read More