Category: Articles

Computer (3)
Open Source (313)
Security (30)
Server (5)

How to Install Open-Source Cloud Drive kiftd

Kiftd — An open-source, free file-sharing system designed for individuals, teams, and small organizations. It offers unlimited uploads, online video and music playback, image browsing, and much more. Extremely powerful.

1. Install JDK (CentOS example)

You can download and use the following one-click installation script:
wge …

OpenResty vs. Tengine Comparison

Introduction: Tengine is a web server project initiated by Taobao. Built on top of Nginx, it adds many advanced features and functions tailored to the needs of high-traffic websites. Tengine’s performance and stability have been well proven on large-scale websites such as Taobao and Tmall. …

Our Download Portal Is Now Open to the Public

For a long time, our download site has been open to the public, containing commonly used software. Users can download the files they need as appropriate. The addresses are as follows:

Main Site http://mirror.cnop.net/
Backup Site http://mirrors.cnop.net/

The main site supports directory listing, while the backup site does not. For downloading large files or fas…

QQ App Install Tribe: Earn Commissions Promoting Tencent PC Manager, Tencent Video, and Kugou Music

QQ Install Tribe promotes Tencent PC Manager, Tencent Video, and Kugou Music to earn commissions. QQ Install Tribe is a sub-project brand under Tencent, backed by Tencent’s reliable online earning system with no risk of shutdown. By promoting Tencent products through this platform, you can earn a certain commission, including Tencent PC Manager, Tencent Video …

How to Reset a GitLab User Password

How to Reset GitLab User Password via Console When Web Reset Fails

Sometimes the password reset via the web interface doesn’t work, and you need to reset it using the built-in tools.

Steps are as follows:

# Enter the GitLab console
gitlab-rails console
# Find the user and reset the password, replace the email with your own
user = User.find_by(email: 'dxxx@qq. …

How to Convert USB Drive From FAT32 to NTFS

With system imaging (Ghost) and movie files getting larger, files exceeding 4GB are now common on 64-bit systems. Most USB flash drives use the FAT32 format by default, which cannot store files larger than 4GB. Converting the USB drive to the NTFS format can easily solve this problem. Note: This applies to PE that uses UD drives, such as …