02 2018 档案

摘要:安装 PHP5 安装php7 阅读全文
posted @ 2018-02-28 19:35 zhaocundang 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-02-27 23:01 zhaocundang 阅读(329) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-02-26 21:30 zhaocundang 阅读(178) 评论(0) 推荐(0) 编辑
摘要:Manifest下必须有二级域名 <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="my.net" 任意:com.net 阅读全文
posted @ 2018-02-23 13:35 zhaocundang 阅读(183) 评论(0) 推荐(0) 编辑
摘要:Exception (VBoxManage): java.io.IOException: Cannot run program "D:\SoftwareInstall\Genymotion\/reg": CreateProcess error=2, 系统找不到指定的文件。Initialize Eng 阅读全文
posted @ 2018-02-19 19:57 zhaocundang 阅读(231) 评论(0) 推荐(0) 编辑
摘要:安装tftp-server yum install -y tftp-server 启动软件 systemctl start tftp.socket systemctl enable tftp.socket 设置服务目录 cat /usr/lib/systemd/system/tftp.service 阅读全文
posted @ 2018-02-10 15:54 zhaocundang 阅读(324) 评论(0) 推荐(0) 编辑
摘要:Fedora26 ssh设置 ssh:connection to host 127,0.0.1 port22: Connection refused 首先安装openssh-server yum install openssh-server systemctl start sshd.service 阅读全文
posted @ 2018-02-10 15:14 zhaocundang 阅读(320) 评论(0) 推荐(0) 编辑
摘要:cd /kernel/ vim timeconst.pl 把373行中的if (!defined(@val)) { 改为if (!@val) { 阅读全文
posted @ 2018-02-10 07:56 zhaocundang 阅读(265) 评论(0) 推荐(0) 编辑
摘要:[root@fedora-26 linux-2.6.32.2]# make menuconfig *** Unable to find the ncurses libraries or the *** required header files. *** 'make menuconfig' requ 阅读全文
posted @ 2018-02-10 07:23 zhaocundang 阅读(257) 评论(0) 推荐(0) 编辑
摘要:下载地址: http://www.wch.cn/download/CH341SER_MAC_ZIP.html 安装,重启。 开机之前按住 command + r 进入recovery模式 终端输入:csrutil disable 关闭内核保护 重启:reboot 查看是否识别: ls /dev/cu 阅读全文
posted @ 2018-02-09 15:19 zhaocundang 阅读(1380) 评论(0) 推荐(0) 编辑
摘要:Mini2440开发板,samsungS3C2440芯片 构建u-boot 两个包: arm-linux-gcc4.4.3 u-boot-2010.3 fedora 不支持32位库,编译出现错误: /usr/local/arm/4.3.2/bin/arm-none-linux-gnueabi-gcc 阅读全文
posted @ 2018-02-05 04:34 zhaocundang 阅读(289) 评论(0) 推荐(0) 编辑
摘要:rsync 通过服务的方式同步 俩台机器传文件IP地址交叉编写。 主机1: 要编辑配置文件 /etc/rsyncd.conf rsyncd.conf样例 port=873 #端口 log file=/var/log/rsync.log pid file=/var/run/rsyncd.pid add 阅读全文
posted @ 2018-02-01 03:36 zhaocundang 阅读(147) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示