读好书,交益友
发布时间:2017-03-30 15:02:17
我用ubuntu 14.04 最早安装的mysql 5.6.后来经国际友人edward帮助装成mysql 5.5,不过升级5.7 确实比较麻烦sudo apt-get remove mysql-client-5.5 mysql-server-5.5 # 如果是5.6就把5.5换成5.6sudo apt-get autoremove删除5.6sudo apt-add-repository --remove ppa:ondrej/mysql-5.6# 如果没有 apt-add-reposito.........【阅读全文】
发布时间:2017-03-28 10:14:46
首先确定ubuntu 上linux kernel支持tap网卡,2 host上运行 sudo /sbin/ifconfig tap0 192.168.2.103 启动后 虚拟机内输入ip addr add 192.168.2.110/24 dev eth04 配置root密码System configuration ---> [*] Enable root login with password &nb.........【阅读全文】
发布时间:2017-03-27 16:19:27
我发现 ubuntu 编译 各种系统都有些问题,以前在centos 都正常。我最近使用buildroot做嵌入式的imagegit clone git://git.buildroot.net/buildrootcd buildroot/make qemu_arm_versatile_defconfigmake出现You seem to have the current working directory in yourPATH environment variable. This doesn't work..........【阅读全文】
发布时间:2017-03-27 14:01:38
发现ubuntu 14.04 自带的qemu的版本只有2.0.只好安装最新的2.8.0首先删除旧的版本sudo apt-get remove qemu-system-arm删除依赖包sudo apt-get remove --auto-remove qemu-system-arm删除配置和数据sudo apt-get purge qemu-system-armsudo apt-get purge --auto-remove qemu-system-arm下载qemu 2.8./configure.........【阅读全文】
发布时间:2017-03-22 19:45:17
sudo apt-get install python3-pipsudo pip install djangosource toaster startsudo pip3 install Django==1.8.1......【阅读全文】