上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 77 下一页
摘要: 1. 两台主机情况简介 第一台主机命名为A: 只有一张网卡,网段为192.168.1.0/24,ip为192.168.1.200 第二台主机命名为B: 有两张网卡,第一张网卡为eth0,网段为192.168.1.0/24,ip为192.168.1.122; 第二张网卡为eth1,网段为10.71.1 阅读全文
posted @ 2019-04-10 14:32 Jello 阅读(11737) 评论(0) 推荐(0)
摘要: 一.源码安装ncurses库 1.1 获取源码 wget https://invisible-island.net/datafiles/release/ncurses.tar.gz tar xvf ncurses.tar.gz ~/ cd ~/ncurses-6.1 1.2 进行配置(安装到家目录的 阅读全文
posted @ 2019-04-10 12:33 Jello 阅读(892) 评论(0) 推荐(0)
摘要: 1. 使用场合 LD_RUN_PATH在链接时使用 LD_LIBRARY_PATH在执行时使用 2. 如何指定环境变量 export LD_LIBRARY_PATH=/opt/jello/lib:$LD_LIBRARY_PATH 阅读全文
posted @ 2019-04-10 12:15 Jello 阅读(3020) 评论(0) 推荐(0)
摘要: 1. 获取源码 wget http://ftpmirror.gnu.org/libtool/libtool-2.4.6.tar.gz tar xvf libtool-2.4.6.tar.gz -C ~/ cd ~/libtool-2.4.6 2. 配置 ./configure --prefix=/h 阅读全文
posted @ 2019-04-10 11:56 Jello 阅读(10969) 评论(0) 推荐(0)
摘要: 答:重新根据当前所处环境生成新的configure 分析脚本都做了些什么? 1. 指定make工具 MAKE=gmake or MAKE=make 2. 执行autoreconf autoreconf -ivf 3. 指定libtoolize工具 LIBTOOLIZE=glibtoolize or  阅读全文
posted @ 2019-04-10 11:50 Jello 阅读(1475) 评论(0) 推荐(0)
摘要: 答:在include/kernel-version.mk中 阅读全文
posted @ 2019-04-09 15:23 Jello 阅读(2673) 评论(0) 推荐(0)
摘要: 答: git merge --no-edit <another branch> 阅读全文
posted @ 2019-04-09 15:09 Jello 阅读(14717) 评论(0) 推荐(0)
摘要: 1. 准备工作 1.1 安装ncurses开发库 apt-cyg install libncurses-deve 1.2 安装libevent apt-cyg install libevent-devel 2. 编译安装tmux 2.1 获取源码 wget https://github.com/tm 阅读全文
posted @ 2019-04-05 20:21 Jello 阅读(594) 评论(0) 推荐(0)
摘要: 答: 使用ffmpeg工具,使用方法如下: ffmpeg -i <m3u8 file name> <output file name> 注意:要先将m3u8文件中描述的ts文件下载下来 阅读全文
posted @ 2019-04-05 16:07 Jello 阅读(2257) 评论(0) 推荐(1)
摘要: 答: 1. C盘的SPB_Data目录下 2. 在cygwin下通过pwd命令可以查看,例如: 阅读全文
posted @ 2019-04-05 15:45 Jello 阅读(2594) 评论(0) 推荐(0)
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 77 下一页