TANKENQI.cn
JetBrains 全系列破解安装
The article describes how to activate the entire Jetbrains family of products through plugins.
Mac 编译安装 OpenCV
The article mainly introduces how to compile and install OpenCV on Mac, and test the corresponding JNI.
Linux 配置 Clash 代理
This article explains how to configure the clash proxy for Linux systems and set it as a system service.
新旧 Hbase 集群间数据迁移
This article mainly introduces how to use the snapshot function of hbase to migrate data between two hbase clusters.
Hbase 集群部署
This article guides on deploying an HBase cluster, covering steps for setting hostnames, configuring SSH, JDK environment, deploying Hadoop and Zookeeper, and finally setting up HBase.
libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b
The article mainly introduces how to solve the program running problems caused by the libk5crypto.so.3 dynamic library
Read more about libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b
docker 安装 mongo 的版本问题
The article mainly introduces how to use Docker to install MongoDB when the CPU instruction set is not supported
bash shell 的常用快捷键
This article briefly introduces the commonly used shortcut keys of the bash shell.
tmux 常用命令及快捷键
This article briefly provides the commonly used commands and shortcut keys of the terminal reuse tool tmux.
Zsh 安装与配置,使用 Oh-My-Zsh 美化终端
This article explains how to install and configure Zsh, utilizing Oh-My-Zsh to enhance terminal appearance with themes and plugins.
NvChad常用快捷键
This article provides shortcut key instructions for some commonly used NeoVim distributions - NvChad
Makefile 简单介绍
The article introduces Makefile, explaining its purpose, structure, and how to use it for automating the build process of software projects.
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.
K8S集群环境搭建(Containerd作为容器)
Guide on setting up a Kubernetes cluster using Containerd as the container runtime, detailing installation and configuration steps.
K8S集群环境搭建(Docker作为容器)
Guide on setting up a Kubernetes cluster using Docker as the container runtime, detailing installation and configuration steps.
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.
Vue子组件中调用父组件中的方法
How to call parent component methods from a child component in Vue.js, including examples and use cases.
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.
PostgreSQL数据恢复方案
To recover PostgreSQL data, export the data directory, set up an identical PostgreSQL environment, adjust configuration files, change directory permissions, start the database, and verify its operation.
Postgres展平JSON(b)
Flatten complex JSON(b) in PostgreSQL using `jsonb_to_record` and `jsonb_to_recordset` for easier data analysis.
Nginx搭建静态资源服务器
How to set up Nginx as a static file server, detailing configuration and optimization techniques.
Microsoft Office下载及激活教程
Steps to download, install, and activate Microsoft Office, including handling activation issues.
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.
Apache Hbase —— 简介
The article provides a detailed description of the Hbase system architecture and its components, as well as an explanation of its functions
Docker修改容器映射主机端口
The article discusses how to modify the mapping between Docker container ports and host ports
Docker镜像打包迁移
The article discusses how to transfer a Docker image to another Docker
Docker安装PostgreSQL并添加PostGIS拓展
The article details how to install PostgreSQL and add the PostGIS extension using Docker. It covers downloading the PostgreSQL image, running it as a container, and installing PostGIS inside the container.
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.
Bigtable —— 简介
Overview: Google Cloud Bigtable features, including storage model, architecture, data types, consistency, security, backups, and routing policies.
基于 MPI 的埃拉托斯特尼筛法的并行化设计、实现与结果分析
Article: Sieve of Eratosthenes, MPI setup, source code, parallelization analysis links.
通过原始存储配置文件恢复数据库(简单粗暴)
The article describes a simple and direct method to recover MongoDB, MySQL, and PostgreSQL databases by replacing their data directory with a backup data directory using Docker containers.
本地启动前端打包的项目
The article provides instructions on how to locally host a pre-built front-end project by globally installing the live-server npm package and running it from the dist/build folder.
3DTiles官方资源下载链接
The article provides download links and descriptions for nine official Cesium 3D Tiles sample tilesets demonstrating various features and use cases of the 3D Tiles 1.0 and 1.1 specifications.
3DCityDB 性能测试
The article details performance testing of the 3DCityDB database, including hardware environment, import and query testing using different datasets and complexities, and provides results on import times and query retrieval times.
Docker安装配置
The article provides instructions for installing Docker 20.10.7 on CentOS, configuring Docker to use mirror image acceleration, and verifying the successful installation and configuration.