会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jello
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
71
72
73
74
75
76
77
下一页
2016年10月9日
kali4.0 下tftpd-hpa服务无法启动的解决方案
摘要: 一.前情提要: OS:Kali4.0 64bit 使用以下命令启动tftpd-hpa服务失败: sudo /etc/init.d/tftpd-hpa 二.解决方案: 1.输入以下命令: sudo in.tftpd -l -s /opt/tftpboot 2.检查服务是否开启成功: netstat -
阅读全文
posted @ 2016-10-09 13:33 Jello
阅读(1695)
评论(0)
推荐(0)
2016年10月8日
kali4.0 安装32位库
摘要: 一.前情提要: OS:Kali4.0 64bit 二.安装32位库: 错误方法:sudo apt-get install lib6-i386 正确方法如下: 1.先以root用户身份登陆: su root 2.dpkg --add-architecture i386 3.apt-get update
阅读全文
posted @ 2016-10-08 14:42 Jello
阅读(1839)
评论(0)
推荐(0)
kali4.0 更新源出错
摘要: 一.前情提要: OS:kail 4.0 64bit 二.出错描述如下: 无法从服务器下载对应版本的软件,我查看了服务器上的版本与我要下载的不一致,因此肯定无法找到对应的软件版本 三.对策: 换源:vi /etc/apt/source.list,将里面的内容替换成以下的内容即可. deb http:/
阅读全文
posted @ 2016-10-08 01:26 Jello
阅读(427)
评论(0)
推荐(0)
2016年10月7日
linux下关掉teamviewer服务
摘要: 一.情景介绍 OS: ubuntu14.04 64bit teamviewer版本:10.0.36281 刚才看见已经关掉了teamviewer,但是通过ps看以下进程情况,却还存在该进程,于是: 二.对策:使用teamviewer --help,输出内容如下: jello@jello-Inspir
阅读全文
posted @ 2016-10-07 10:11 Jello
阅读(4757)
评论(0)
推荐(0)
2016年10月6日
dpkg: 处理归档 /var/cache/apt/archives/软件名 (--unpack)时出错:由于已经达到 MaxReports 限制,没有写入 apport 报告。
摘要: 一.环境介绍: OS:ubuntu16.04 64bit 二.错误如下: 正准备解包 .../libqt4-script_4%3a4.8.7+dfsg-5ubuntu2_i386.deb ...正在将 libqt4-script:i386 (4:4.8.7+dfsg-5ubuntu2) 解包到 (4
阅读全文
posted @ 2016-10-06 21:48 Jello
阅读(5866)
评论(0)
推荐(0)
-/bin/sh: ./led: not found的解决办法
摘要: 环境介绍: 开发板:qq2440 交叉编译器:arm-linux-gcc 3.4.1 内核版本:2.6.13 一.针对该类问题从两个方面入手: 1.从权限出发,权限不够会出现此问题 2.从库文件出发,一般是缺少库文件导致的 二.正好我今天遇到的是第二种情形: 1.查看应用程序led需要的库文件:ar
阅读全文
posted @ 2016-10-06 16:20 Jello
阅读(5333)
评论(0)
推荐(0)
s5pv210启动debian出错提示bash: cannot set terminal process group (-1): Inappropriate ioctl for device
摘要: 1.启动参数如下: bootargs=root=/dev/nfs nfsroot=192.168.1.8:/opt/wheezy_fs ip=192.168.1.9:192.168.1.8:192.168.1.1:255.255.255.0::eth0:on init=/bin/bash conso
阅读全文
posted @ 2016-10-06 10:30 Jello
阅读(8354)
评论(0)
推荐(0)
s5pv210 cpu运行debian
摘要: 1.环境准备 sudo apt-get install binfmt-support qemu qemu-user-static debootstrap 2.获取debian根文件系统 2.1.cd /opt 2.2.sudo debootstrap --foreign --arch armel w
阅读全文
posted @ 2016-10-06 02:03 Jello
阅读(490)
评论(0)
推荐(0)
解决qt程序运行时的cannot create Qt for Embedded Linux data directory: /tmp/qtembedded-0出错情形
摘要: 1.mkdir /tmp 2.挂载 mount -t tmpfs -o size=32m none /tmp
阅读全文
posted @ 2016-10-06 00:26 Jello
阅读(1082)
评论(0)
推荐(0)
2016年10月4日
移植linux-2.6.32.2到qq2440
摘要: 编译该版本内核使用的编译器版本:arm-linux-gcc 3.4.1 1.获取linux-2.6.32.2 2.解压内核 3.切换到刚解压的内核目录下: cd linux-2.6.32.2 4.修改Makefile 将以下内容修改: 修改前: ARCH ?= $(SUBARCH)CROSS_COM
阅读全文
posted @ 2016-10-04 19:39 Jello
阅读(567)
评论(0)
推荐(0)
上一页
1
···
71
72
73
74
75
76
77
下一页
公告