Nginx Templates

Nginx Templates: Secure and fastify your nginx setup process with useful features using these templates.

Read More

Setting up a CA for HAProxy Two-Way SSL Authentication

Dive into the step-by-step guide on establishing a Certificate Authority (CA) tailored for HAProxy. Ensure secure two-way SSL authentication with our detailed walkthrough.

Read More

Install Windows 10 from a USB Flash Drive

I’m writing this because I can, for some reason, never remember how to use Diskpart. And who uses DVD’s anymore? Download the Windows 10 preview ISO from here: http://windows.microsoft.com/en-us/windows/preview Insert a usb drive at least 4gb in size Open a command prompt as administrator Hit Windows Key, type cmd and hit Ctrl+Shift+Enter. This will force it to open as admin. Run diskpart […]

Read More

One-Press VPS Starter script

Script tự động thiết lập toàn bộ cấu hình bảo mật cho một VPS mới

Read More

Sử dụng iptables trên CentOS

Bài viết này hướng dẫn về cách cài đặt và cấu hình iptables trên CentOS.
Tới thời điểm hiện tại, tuy rằng CentOS 7 sử dụng firewalld làm công cụ thiết lập các chính sách mạng cho server linux, nhưng mình vẫn quen sử dụng iptables hơn.

Read More

Log Rotation

Linux script rollback log by interval.

log-rotation.sh

Read More

Install Gnome 3 GUI on RHEL, CentOS

Kiểm tra yum package đã có sẵn gói cài đặt giao diện hay chưa bằng lệnh:

sudo yum group list

Cài đặt gói giao diện:

sudo yum -y groupinstall "GNOME Desktop" "Graphical Administration Tools"
sudo ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target

Read More

Open port for SQL Server remote connection

Ports and protocols used by Microsoft SQL Server database engine (SQLServer).

About this task

Microsoft SQL Server is a relational database management system (RDBMS) produced by Microsoft. Its primary query language is Transact-SQL, an implementation of the ANSI/ISO standard Structured Query Language (SQL) which is used by Microsoft. You need to allow distant users to connect to the SQL server so they can address it their queries.
SQL Server is used by:

Read More