Linux 杂类
文章平均质量分 57
Linux 杂类
CH_Qing
尚善若水,水善利万物,而不争!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ARM64 Ubuntu 18.04 mirror
/etc/apt/sources.listdeb http://mirrors.ustc.edu.cn/ubuntu-ports/ bionic universedeb http://mirrors.ustc.edu.cn/ubuntu-ports/ bionic-updates universedeb http://mirrors.ustc.edu.cn/ubuntu-ports/ bionic multiversedeb http://mirrors.ustc.edu.cn/ubuntu-por原创 2021-07-29 17:09:00 · 503 阅读 · 0 评论 -
repo manifest format
repo Manifest FormatA repo manifest describes the structure of a repo client; that isthe directories that are visible and where they should be obtainedfrom with git.The basic structure of a manifest is a bare Git repository holdinga single default.xml原创 2021-07-20 17:09:18 · 321 阅读 · 0 评论 -
kubeedge report msg format
$hw/events/device/modbus-device-model-01/twin/update/result 0 {"event_id":"","timestamp":1563348260215,"twin":{"temperature":{"actual":{"value":"10","metadata":{"timestamp":1563348260215}},"optional":...原创 2019-07-17 15:38:26 · 214 阅读 · 2 评论 -
Helm 的安装&打包
1. decompress helm package百度云Link:https://pan.baidu.com/s/16avsZ3W5ym72g3YsR9RDqw提取码:r12otar -xzvf helm-v2.12.0-linux-amd64.tar.gzcd linux-amd64 && mv helm /usr/bin/2. helm init由于 He...原创 2019-09-23 11:37:08 · 5149 阅读 · 0 评论 -
Debian 开发研究笔记记录
debian source codehttps://sources.debian.org/src/lxrandr/0.3.2-1/debian packagehttps://www.debian.org/distrib/packages其他shellTo know what has changed in the home folder:find ~/ -mmin -5 -type fYou can change 5 to a smaller number if you wish.In th原创 2022-05-13 15:15:27 · 459 阅读 · 0 评论 -
Shell 大杂烩 & Linux std cmd
取掉变量的后缀(%):name=XXX_config$(name%_config) # 取掉_config后缀取掉变量前缀(#):name=XXX_config${name#*_} #取掉_及其前面的所有字符awk 模式+动作awk 'BEGIN {FS = ":" }; {print $1}'# BEGIN 表示awk工作前;#{FS = ":" } 表示将分隔符设为“:“se原创 2015-12-12 16:48:58 · 703 阅读 · 0 评论 -
Configure ISSUE LIST
1. configure: cannot find install-sh, install.sh or shtoolIf the following error is encountered during ./configure:configure: error: cannot find install-sh, install.sh, or shtool in build "."/buildRun转载 2017-03-09 16:49:46 · 921 阅读 · 0 评论 -
CRC32 tools in Ubuntu /fedora
Ubuntu:sudo apt-get install libarchive-zip-perlfedora:sudo yum install perl-Archive-Zip原创 2017-12-11 10:55:27 · 2941 阅读 · 1 评论
分享