Category: Open Source

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 …

Complete DNS Guide

Alibaba Public DNS: 223.5.5.5223.6.6.6 Universal DNS for Mobile, Telecom, and Unicom:114.114.114.114114.114.114.115 Google DNS Server:8.8.8.88.8.4.4 IBM DNS Server:9.9.9.9 Baidu DNS Server:180.76.76.76 DNSPod (Public DNS):119. …

How to Install SSHFS for File Sharing

Machine A 192.168.1.101
Machine B 192.168.1.102

Run the following commands on both machines:
mkdir -p /xvdb/elasticsearch/backup
chmod -R 777 /xvdb/elasticsearch/backup

(Here, Machine A mounts the /xvdb/elasticsearch/backu from Machine B …