Category: System

Linux (238)
Windows (383)

How to Connect to CentOS 7 via Windows MSTSC

Xrdp is an open-source tool that allows users to access a Linux remote desktop via Windows RDP. In addition to Windows RDP, the xrdp tool also accepts connections from other RDP clients such as FreeRDP, rdesktop, and NeutrinoRDP. Xrdp now supports TLS security layer.

Installation:
yum – …

Error: Could Not Find Curl Fix

Cause: Missing libcurl-devel; simply install it to resolve.

Official website: https://pkgs.org/download/libcurl-devel

Install via Yum:
yum -y install libcurl-devel

How to Install Chinese Language Pack for Firefox on CentOS 7 Linux

How to Install Chinese Language Pack for Firefox Browser
1. Install Chinese Language Support on the System
yum groupinstall chinese-support
If prompted that it is not found, use the following command:
yum groupinstall "fonts"

2. Chinese Language Add-on

Go to the top right corner: Add-ons -> Extensions -> Search for the following package and install it …

How to Install Xfce on CentOS 7

Xfce (XForms Common Environment), first released in July 2007, is a lightweight desktop environment for various Unix-like operating systems, similar to the commercial graphical environment CDE. The original author, Olivier Fourdan, initially designed XFce based on the XForms 3D graphics library. The design goal of Xfce was to improve…

How to Set the Root Password in Kali Linux 2020

During the installation of Kali 2020, you are prompted to create a regular user and set a password, but you are not asked to set a root password. Here is how to fix that.

First, boot up and log in with your regular user credentials, then enter the following in the terminal:
sudo passwd root

Follow the prompt to enter the regular …

How to Execute Shell Scripts via URL

Format as follows:
bash <(curl -s https://gitee.com/cnop/shell/raw/master/php.sh)
Downloads are some personal-use scripts. You can install them according to your needs:

https://gitee.com/cnop/shell