如何使用tftp启动内核搭建TFTP环境编译内核 (./build.sh kernel)将编译好的zImage和dtb文件拷贝到tftp目录下cp -rf ./kernel/arch/arm/boot/zImage ./kernel/arch/arm/b...
阅读全文...
【Python】python多版本以及conda使用
conda使用安装conda下载安装包wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-4.6.14-Linux-x86_64.sh安装minicondachm...
阅读全文...
阅读全文...
【ISAPI】视频协议
获取所有通道所有码流能力GET /ISAPI/Stream/channel/capabilitys?format=json查询参数无请求报文无响应报文 {
"StreamChannels":
[
...
阅读全文...
阅读全文...
【GIT】SVN仓库同步到GIT
安装git svnsudo apt-get install git-svn创建工作目录mkdir workdir
cd workdir初始化svn仓库(无分支)git svn init https://example.com/svn/repo同步远程sv...
阅读全文...
阅读全文...
【宝塔】宝塔面板nginx开启目录浏览并美化
下载美化模块git clone https://github.com/aperezdc/ngx-fancyindex.git下载美化皮肤git clone https://github.com/Naereen/Nginx-Fancyindex-Theme...
阅读全文...
阅读全文...