I/O (Input/Output) performance is a critical aspect of system administration and optimization. In Linux, various tools can help you measure and analyze disk I/O performance, which is crucial for diagnosing system bottlenecks…
Category: Tutorial
Block Ads Through Mikrotik Firewall Raw
To combat disruptive ads while browsing the internet, you can simply add the following list and rules to your Mikrotik router. Firstly, add the following address list: /ip firewall address-list add address=analytics.google.com…
List of Port Online Game for Mikrotik Firewall 2
MikroTik is commonly used as a tool for managing bandwidth for clients. Even though it has been allocated according to preferences, the stability of online gaming can sometimes be unreliable. One way…
Script auto installer OpenVPN on Ubuntu
To set up OpenVPN on Ubuntu with an auto-installer script, you can use the OpenVPN road warrior installer. This script automates the installation and configuration process. Here are the steps to install…
Script Mikrotik with static IP for client without DHCP server and only allows internet access to clients with assigned IP
To configure a MikroTik router to allow only specific devices with assigned static IP addresses to access the internet, you can create a script that assigns static IP addresses to clients and…
Mikrotik load balance with 3 ISP, 2 ISP with ECMP and 1 ISP for static routing
Configuring load balancing with MikroTik for three ISPs, where two ISPs use Equal-Cost Multi-Path (ECMP) and the third ISP employs static routing, involves a combination of routing policies and firewall rules. Below…
Mount SFTP as a Local Storage on Ubuntu
To mount a remote SFTP (SSH File Transfer Protocol) directory to a local Ubuntu system, you can use the sshfs command. This allows you to access and interact with the remote files…
Script Mikrotik Collection part 1 (with alaphabet A)
Anti Hack Protected BootLoader – MikroTik Script RouterOS The way this script works is simple but smart, this script will monitor anyone who intends to activate the Mirotik Protected Bootloader, it will…
Install wordpress using remote mysql database
SETUP REMOTE MYSQL SERVER Let ip address of mysql server is 192.168.33.12 and ip address of wordpress server is 192.168.33.11 sudo apt update sudo apt install mysql-server sudo mysql_secure_installation sudo nano /etc/mysql/mysql.conf.d/mysqld.cnf…
List of Port Online Game for Mikrotik Firewall
MikroTik is commonly used as a tool for managing bandwidth for clients. Even though it has been allocated according to preferences, the stability of online gaming can sometimes be unreliable. One way…
Implementing DNS-over-HTTPS (DoH) with Google DNS on MikroTik
As internet privacy and security concerns grow, the use of DNS-over-HTTPS (DoH) has gained popularity as a means of encrypting DNS queries and protecting user data. MikroTik routers, known for their versatility…
Building a Running Text Clock with Arduino in 24-Hour Format
Introduction Creating a clock with a running text display using an Arduino is a fun and educational project. In this tutorial, we will guide you through the process of building a 24-hour…