Category: System

Linux (238)
Windows (383)

How to Install an SSL Certificate on Linux with Nginx

Nginx SSL certificate installation requires two configuration files: 1_root_bundle.crt and 2_domainname.com.key.
Note: These certificate files are located in the folder for Nginx.zip.
Example: 1_root_bundle.crt is the root certificate chain (public key), and 2_domainname.com.key is the private key. (Where: the certificate public …

Two Methods to Set Data Transfer Mode to PORT (Active Mode) in FlashFXP

When performing FTP operations, I usually use EditPlus’s built-in FTP feature. However, EditPlus’s FTP function cannot directly delete non-empty directories, making it very cumbersome when deleting multi-level directory trees, so I switched to using FlashFXP. During the connection process in FlashFXP, a prompt appeared: [右] 数据 Socket 错误 …

How to Force Domain Binding on Localhost

Sometimes, you need a domain to resolve immediately. To achieve this, you must modify the hosts file on your computer to force your domain to resolve to a specific IP. Of course, modifying this file only affects your computer and no one else.
How to Modify the Hosts File?

1. Open C:/win … with Notepad

Win8 Hyper-V Feature: A Visual Hands-On Tutorial

The Hyper-V feature was previously available only in server editions of Windows. With the Win8 era, Microsoft brought it to Windows 8. Hyper-V is a great choice for those eager to try newly leaked ISOs without installing them on physical machines. Here is a simple guide on how to use it — hope it helps.

Installing SQL Server 2005 (SQL2005) – Illustrated Guide

Anyone who has installed SQL Server may know that some of its services depend on IIS, so to ensure a smooth database installation, enable the IIS service first! One advantage Win7 has over XP is that enabling IIS does not require the system installation disc — you can enable it right from the Control Panel, as shown: step1 step2 Step 3…