编译busybox的时候出现了一个问题: sync.c:(.text.sync_main+0x78): undefined reference to `syncfs' collect2: ld returned 1 exit status make: *** [busybox_unstripped] ...
分类:
系统相关 时间:
2016-10-04 18:28:06
阅读次数:
770
1.情景: 编译busybox时加了make CROSS_COMPILE=arm-linux-,但是还是出现了此情况! 2.解决方案如下: 配置busybox时,在配置中发现busybox setting->build options-> 在cross compile prefix中写入arm-li ...
分类:
系统相关 时间:
2016-10-02 17:22:11
阅读次数:
189
在NXP官方主板上使能运行tftpd的,不过不知道为什么换块主板就不行了,于是找原因,中间换过xinetd也不行,最后换成inetd才行。 ...
分类:
Web程序 时间:
2016-09-27 14:53:33
阅读次数:
174
由于有需要多个web访问的需求,于是选择使用nginx来做端口映射,刚开始配置的时候没法先php还有fpm模式,因为交叉编译php的时候只选择cgi,所以配置的过程中遇到问题,还有就是没注意到要将php-cgi跑起来才行,之前通过busybox httpd是不需要这么做的。 ...
分类:
Web程序 时间:
2016-09-26 13:10:30
阅读次数:
190
二.编译安装dropbear1.安装开发包组2.解压源包tar-xfdropbear-2013.58.tar.bz23.进入解压后的源包目录,查看安装过程lessINSTALL4.配置./configure5.编译makePROGRAMS="dropbeardbclientdropbearkeydropbearconvertscp"6.安装makePROGRAMS="dropbeardbclientdropbearkeydropbear..
分类:
其他好文 时间:
2016-09-26 01:04:58
阅读次数:
320
sshssh:secureshell,protocol,22/tcp,安全的远程登录OpenSSH:ssh协议的开源实现dropbear:另一个开源实现SSH协议版本v1:基于CRC-32做MAC,不安全;man-in-middlev2:双方主机协议选择安全的MAC方式基于DH算法做密钥交换,基于RSA或DSA实现身份认证两种方式的用户登录认证:基于..
分类:
其他好文 时间:
2016-09-25 19:17:21
阅读次数:
163
一、搭建私有仓库 #环境 Ip 192.168.0.34 X86云主机 操作系统 #拉registry镜像,运行一个容器 #拉busybox镜像,打标签 #提交镜像到私有仓库 因为Docker从1.3.x之后,与docker registry交互默认使用的是https,但是此处搭建私有仓库却只提供h ...
分类:
其他好文 时间:
2016-09-25 18:43:29
阅读次数:
436
使用openssl创建私有CA配置文件/etc/pki/tls/openssl.cnfcerts=$dir/certs#Wheretheissuedcertsarekept已经证书存放目录crl_dir=$dir/crl#Wheretheissuedcrlarekept吊销证书列表存放目录database=$dir/index.txt#databaseindexfile.颁发过证书的索引(数据文件)#unique_subjec..
分类:
其他好文 时间:
2016-09-24 13:49:40
阅读次数:
298
使用openssl创建私有CA配置文件/etc/pki/tls/openssl.cnfcerts=$dir/certs#Wheretheissuedcertsarekept已经证书存放目录crl_dir=$dir/crl#Wheretheissuedcrlarekept吊销证书列表存放目录database=$dir/index.txt#databaseindexfile.颁发过证书的索引(数据文件)#unique_subjec..
分类:
其他好文 时间:
2016-09-24 13:49:37
阅读次数:
211
1.Android 挂载NFS 使用 busybox mount 来替代mount命令 2.修改Uboot中fastboot最大buff 使用U-boot烧写Android5.0的时候出现 remote: data too large 将 include/configs/tiny4412.h 改大一 ...
分类:
其他好文 时间:
2016-09-17 00:30:17
阅读次数:
211