TANKENQI.cn
All about "Linux"
Linux 配置 Clash 代理
This article explains how to configure the clash proxy for Linux systems and set it as a system service.
Linux对新增磁盘进行目录挂载
The article explains how to mount a new disk to a directory in Linux, covering steps such as listing disks, creating a filesystem, and mounting the disk.
yum无法拉取到镜像资源
The article describes an issue where yum could not retrieve mirror resources from mirrorlist.centos.org. The author tried various troubleshooting methods and ultimately resolved the problem by replacing the /var/cache/yum cache files, which contain mirror source metadata information.
VMware虚拟机设置静态IP
Configure VMware's virtual network editor for a static IP, set the VM's IP in the network script, and verify by restarting the network and pinging an external site.
VMware安装CentOS 7
This article guides you through installing CentOS 7 on VMware, covering virtual machine setup, configuration, and OS installation steps, including setting a static IP for the virtual machine.
SSH建立原理及配置两台主机的远程连接实现免密登陆
Generate an SSH key pair on the client, copy the public key to the server's authorized_keys file, and ensure correct file permissions for secure, passwordless login.
Linux上Pandoc的使用
Tutorial on using Pandoc for document conversion on Linux, with detailed examples and troubleshooting tips.
Linux配置NFS共享存储服务器
Instructions for setting up an NFS server on Linux, covering installation, configuration, and mounting.
Linux安装Clash – 代理 – VPN
Guide on installing Clash on Linux for VPN/proxy, including configuration and usage steps.
Linux 系统字体安装
This article provides a step-by-step guide for installing fonts on a Linux system, including creating directories, copying fonts from Windows, setting permissions, installing necessary packages, updating font cache, and verifying the installation.
CentOS中为Docker配置代理
The article explains how to configure a proxy for Docker on CentOS, including setting up the proxy environment variables, creating the necessary configuration files, and restarting Docker to apply changes.
CentOS安装Grass
The article provides a step-by-step guide to installing GRASS GIS on CentOS, covering methods via the EPEL repository, source compilation, and Docker, with Docker being the recommended approach.
CentOS安装GDAL
The article provides step-by-step instructions for installing GDAL (Geospatial Data Abstraction Library) on CentOS, covering installation methods for GDAL versions >= 3.5, < 3.5, and using the yum package manager, along with required dependencies like CMake, SQLite, and PROJ.