08 2017 档案
摘要:环境:ubuntu16.04 方法:通过socks5代理并且使用http链接 步骤: 1.设置全局使用socks5代理,并且使用http传输 git config --global http.proxy socks5://localhost:1080 (1080是设置的本地socks5端口,根据自己
阅读全文
摘要:推荐方案三:超级简单 方案一.hls (缺陷:需要花很多时间切片) 1.Distributor ID: Ubuntu Description: Ubuntu 16.04.3 LTS Release: 16.04 Codename: xenial 2.Linux 4.4.0-89-generic #1
阅读全文
摘要:一.使用LD_LIBRARY_PATH变量 如:当运行scp时出现以下提示: scp: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory
阅读全文
摘要:一.在移植之前需要准备做一些前期准备: 1.移植zlib库 1.1获取zlib源码 1.2解压 tar xvf zlib-1.2.11.tar.xz 1.3交叉编译 1.3.1 指定交叉编译器 export CC=arm-linux-gnueabi-gcc export AR=arm-linux-g
阅读全文
摘要:1.环境: lsb_release -a hello@jhello:~$ lsb_release -aNo LSB modules are available.Distributor ID: UbuntuDescription: Ubuntu 16.04.3 LTSRelease: 16.04Cod
阅读全文
摘要:写者环境: 1.lsb_release -a hello@hello:~$ lsb_release -aNo LSB modules are available.Distributor ID: UbuntuDescription: Ubuntu 16.04.3 LTSRelease: 16.04Co
阅读全文
摘要:环境:Ubuntu 14.04 64bit 1.如:查询libjpeg库的位置 ldconfig -p |grep libjpeg 2.如:查询libjpeg库的相关名称 dpkg -l '*jpeg*' 3.如:通过2查到的名称来查找位置 dpkg -L '名称' 如:dpkg -L 'libop
阅读全文