TANKENQI.cn

All about "Linux"

Linux 配置 Clash 代理

Linux

This article explains how to configure the clash proxy for Linux systems and set it as a system service.

Read more about Linux 配置 Clash 代理

Linux对新增磁盘进行目录挂载

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.

Read more about Linux对新增磁盘进行目录挂载

yum无法拉取到镜像资源

Linux

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.

Read more about yum无法拉取到镜像资源

VMware虚拟机设置静态IP

Linux

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.

Read more about VMware虚拟机设置静态IP

VMware安装CentOS 7

Linux

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.

Read more about VMware安装CentOS 7

SSH建立原理及配置两台主机的远程连接实现免密登陆

Linux

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.

Read more about SSH建立原理及配置两台主机的远程连接实现免密登陆

Linux上Pandoc的使用

LinuxOffice

Tutorial on using Pandoc for document conversion on Linux, with detailed examples and troubleshooting tips.

Read more about Linux上Pandoc的使用

Linux配置NFS共享存储服务器

Linux

Instructions for setting up an NFS server on Linux, covering installation, configuration, and mounting.

Read more about Linux配置NFS共享存储服务器

Linux安装Clash – 代理 – VPN

Linux

Guide on installing Clash on Linux for VPN/proxy, including configuration and usage steps.

Read more about Linux安装Clash – 代理 – VPN

Linux 系统字体安装

LinuxOffice

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.

Read more about Linux 系统字体安装

CentOS中为Docker配置代理

DockerLinux

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.

Read more about CentOS中为Docker配置代理

CentOS安装Grass

GISLinux

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.

Read more about CentOS安装Grass

CentOS安装GDAL

GISLinux

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.

Read more about CentOS安装GDAL