Nginx Templates
Nginx Templates: Secure and fastify your nginx setup process with useful features using these templates.
Two-Way SSL with HAProxy
In some situations it is useful to set up your own Certificate Authority (CA) for signing certificates that HAProxy will use for two-way SSL authentication
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 […]
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.
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
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: