27
Oct
Tag Archives: server
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..
-
-
- Install bind9
1# apt-get install bind9 - Setelah selesai install bind9 kemudian masuk ke direktori /etc/bind dan copy file yang dibutuhkan.
123# cd /etc/bind/# cp db.127 /var/cache/bind/db.10# cp db.local /var/cache/bind/db.kukukaki
- Install bind9
-
27
Jun
Recovery root password LXC Container in Proxmox
First, login in your proxmox over ssh and type this command:
1 2 3 4 5 6 7 8 |
root@px:~# lxc-ls 100 104 106 107 108 116 root@px:~# lxc-attach 116 root@b-test:~# passwd yourPassword nb: lxc-ls : for list the containers existing on the system lxc-attach : for runs the specified command inside the container specified by name |
18
Jun
I/O error reading the header from the binary log MySQL|mariaDB
Problem
1 2 3 4 |
[ERROR] I/O error reading the header from the binary log, errno=175, io cache code=0 [ERROR] I/O error reading the header from the binary log [ERROR] Can't init tc log [ERROR] Aborting' |
solved
1 2 |
# rm /var/log/mysql/mysql-bin.index # service mysql start/restart |