Categories: DevopsUncategorized

Mikrotik Custom DNS Record

// TODO

IP -> DNS StaticAdd New

IP -> Firewall -> NAT. Klik Add New

  1. Action: dst-nat, chain : dstnat, protocol: 6 (tcp), dst port: 53, to address: 192.168.88.1, to port: 53

Action: dst-nat, chain : dstnat, protocol: 17 (udp), dst port: 53, to address: 192.168.88.1, to port: 53

Command Line

Herbert Abdillah

Test

Recent Posts

Langchain JsonOutputParser Invalid json output Error

Sometimes json output from llm like this : {“key”: “value”}“` that langchain JsonOutputParser regex cant…

1 year ago

Ada Apa Didalam Sistem Operasi (Linux). Apa yang membedakan distribusi Linux seperti Ubuntu, Redhat, Alpine?

#include <stdio.h> int main() { FILE *f_ptr; char f_content[256]; char output[512]; f_ptr = fopen("/tmp/1337", "r");…

2 years ago

Convert OpenSSL 1 in Ruby Gem to OpenSSL 3

Version 3 have different interface Example: https://github.com/herbertabdillah/fabric-gateway-ruby/commit/c7377aaf2e62de1e2ac309965a09b5c7c72a2c7e

2 years ago

Catatan Belajar Ruby on Rails dari aliran Java dan Php

Telah di edit. Sumber Asli : https://twitter.com/nateberkopec/status/1250603032523370496/photo/1 Ruby on Rails merupakan framework web MVC menggunakan bahasa…

4 years ago

Deploy Spring Boot di Tomcat dan Berbagai Application Server Lain

Sebenernya spring boot sudah di embedd applicatoin server tomcat (hanya berisi web container, tidak bisa…

4 years ago

Catatan Clonezilla

// TODO Menggunakan virtualbox untuk membuat image Buat 2 disk/vdi Untuk OS Untuk Menyimpan image…

4 years ago