最新 最热

Linux学习笔记(3)---- Debian测试网速指令及查看是否千兆网卡

speedtest-cli是一个常用的网络速度测试工具,可以通过命令行进行安装和运行。首先,需要安装speedtest-cli:

2024-05-07
1

【Linux】《how linux work》第十三章 用户环境

This book’s primary focus is on the Linux system that normally lies underneath server processes and interactive user sessions. But eventually, the system and th...

2024-05-06
1

【Linux】《how linux work》第十四章 Linux 桌面简介

This chapter is a quick introduction to the components found in a typical Linux desktop system. Of all of the different kinds of software that you can find on L...

2024-05-06
1

【Linux】《how linux work》第九章 了解网络及其配置(3)

NAT is the most commonly used way to share a single IP address with a private network, and it’s nearly universal in home and small office networks. In Linux, th...

2024-05-06
0

如何生成ssh—key

打开Git Bash,输入命令:ssh-keygen -t rsa -C "youremail@example.com

2024-05-06
1

妙用Linux里的Yes命令

如果未指定字符串参数,则yes命令会重复打印字符"y",每行一个,直到被中断。接下来,我们来说一下yes的一些用法

2024-05-06
0

使用kubeadm部署高可用IPV4/IPV6集群

https://github.com/cby-chen/Kubernetes 开源不易,帮忙点个star,谢谢了

2024-05-05
1

FFmpeg开发笔记(二十)Linux环境给FFmpeg集成AVS3解码器

​AVS3是中国AVS工作组制定的第三代音视频编解码技术标准,也是全球首个已推出的面向8K及5G产业应用的视频编码标准。AVS工作组于2019年3月9日完成第三代AVS视频标准(AVS3)基准档次的制订工作,参考软件的测试表明,AVS3基准...

2024-05-04
1

linux提取具体某一行的日志文件信息出来

在 Linux 系统中提取某一行可以使用命令行工具 sed、awk、grep、head 或 tail。

2024-05-04
1

【Linux】文件打包解压_tar_zip

文件打包压缩是将多个文件或目录合并成一个文件,并通过压缩算法减小其大小的过程。这一过程有助于文件的整理、存储空间的节省以及文件传输时的效率提升。在Linux系统中,常用的工具有tar,zip等。...

2024-05-02
1