Fork me on GitHub
程伟的技术笔记

  • Home

  • About

  • Tags

  • Categories

  • Archives

  • Search

Git for Gerrit 客户端配置指导

Posted on 2019-04-02
Install and config Git
install git
1
$sudo apt-get install git
config git
1
$git config --global user.name "Your Name"
1
$git config --global user.email "your.email@gmail.com"

Note:”Your Name” must be same with your domain name, for example wei.cheng

Read more »

OpenCV源码编译安装

Posted on 2019-04-02 | Edited on 2019-04-08

从官网下载最新版4.0.1源码,解压缩,并按以下步骤执行:

Read more »

Go编程语法注意事项

Posted on 2019-04-01 | Edited on 2019-04-02

看完《Go语言实战》和《Go核心编程》这两本教程,自己总结了一些使用Go编程的要领和注意事项

Read more »

上传Docker镜像到私有镜像仓储

Posted on 2019-04-01 | Edited on 2019-04-02

出于信息安全,版本控制等因素考虑,自己搭建docker镜像仓储(搭建教程本文不介绍),可以方便有效的管理大量本地的docker镜像。本文主要介绍如何上传本地的docker镜像到自己搭建的私有镜像仓储

Read more »

Docker 容器端口映射方法

Posted on 2019-04-01 | Edited on 2019-04-02

docker容器在启动的时候,如果不指定端口映射参数,在容器外部是无法通过网络来访问容器内的网络应用和服务的。

Read more »

Net-SNMP企业节点动态库编辑

Posted on 2019-03-29 | Edited on 2019-03-30

查阅net-snmp的相关资料,目前Net-SNMP有多种使用方式。本文只介绍snmpd + 企业私有节点动态库的方式。目前这种方式也在多数企业中得到广泛使用。使用这种方式的优点:不用修改net-snmp源码;第一次交叉编译net-snmp生成snmpd后,后面新增feature,修复bug等不需要重新编译net-snmp源码,仅仅维护企业节点动态库就可以了。

Read more »

Net-SNMP ARM部署

Posted on 2019-03-29 | Edited on 2019-03-31
交叉编译
  1. net-snmp交叉编译,生成snmpd
  2. 交叉编译企业私有节点动态库 libbmserv.so
Read more »

mib2c代码自动生成

Posted on 2019-03-29

要使用mib2c工具自动生成Net-SNMP企业私有库代码,首先必须在开发环境中部署mib2c工具。该工具是net-snmp源码自带的,直接编译net-snmp源码后就可以使用了。

Read more »

Net-SNMP的交叉编译 for ARM64

Posted on 2019-03-29 | Edited on 2019-04-02
1.交叉编译openssl

去官网下载openssl-1.0.2q.tar.gz,解压缩到目录/home/lwang/work/chengw/github/下,然后进入openssl目录按照如下步骤操作

Read more »
1…78
wei.cheng

wei.cheng

软件工程师,IT行业从业数十载,聚焦计算机视觉应用,X86/ARM服务器后台,linux kernel存储驱动开发,曾在HW工作多年,现就职于Bitmain
79 posts
1 tags
© 2019 wei.cheng
Powered by Hexo v3.8.0
|
Theme – NexT.Mist v7.0.1
|