Chạy loop windows command

Tạo file bat với nội dung sau và chạy @echo off cls :start echo Running => nhập các lệnh muốn loop vào đây echo Complete ping 127.0.0.1 -n 30 > nul => để pause 30 giây goto start

Firewall centos 7

firewall-cmd –zone=public –add-port=80/tcp –permanent firewall-cmd –zone=public –add-port=443/tcp –permanent firewall-cmd –reload

Cài mariadb centos 7

Prerequisites To follow this tutorial, you will need: A CentOS 7 with a non-root user with sudo privileges. You can learn more about how to set up a user with these privileges in the Initial Server Setup with CentOS 7 guide. Step 1 — Installing MariaDB We’ll use Yum to install the MariaDB package, . . . Read more