sudo nano /etc/apt/sources.list源:deb
http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ wheezy main contrib
non-free rpi deb-src http://mirrors.tu...
分类:
Web程序 时间:
2014-06-29 07:58:09
阅读次数:
384
description
用gdb debug linux kernel容易吗?其实要走到这步真的不容易啊,其实也难道是不难,就是要知道的东西太多了。用gdb debug linux kernel 可以有2中方式:UML和qemu方式,这里主要说qemu,从源码编译安装qemu很费劲。
准备环境
linux OS: Debian7.5-i386(当时最新的Wheezy,装在VMware...
分类:
数据库 时间:
2014-06-04 21:12:03
阅读次数:
670
sudo add-apt-repository ppa:webupd8team/javavi
/etc/apt/sources.list.d/webupd8team-java-wheezy.listdeb
http://ppa.launchpad.net/webupd8team/java/ubunt...
分类:
其他好文 时间:
2014-05-23 12:48:58
阅读次数:
1311
debian系统支持类型有armel、armhf、i386、amd64、mips、mipsel,
powerpc、sparc、s390、s390x等。详细对比文章见https://www.debian.org/releases/wheezy/armhf/ch02s01.html.en其中arm包含a...
分类:
其他好文 时间:
2014-05-21 21:02:18
阅读次数:
752
编辑/etc/apt/sources.list文件root@debian:~#cat/etc/apt/sources.list##debcdrom:[DebianGNU/Linux7_Wheezy_-OfficialSnapshotamd64LIVE/INSTALLBinary20131013-23:23]/wheezymain#debcdrom:[DebianGNU/Linux7_Wheezy_-OfficialSnapshotamd64LIVE/INSTALLBinary20131013-23:2..
分类:
其他好文 时间:
2014-05-21 13:03:37
阅读次数:
408
1.编译kernel进入源码根目录make defconfig
//这一步生成了默认的内核配置,请参考make help生成的信息。make //这一步生成了bzImage2.制作根文件系统dd if=/dev/zero
of=rootfs.img bs=1M count=10 //生成了rootf...
分类:
系统相关 时间:
2014-05-03 23:59:39
阅读次数:
592
图形界面,中文输入法,chromium什么的,都有了。
deb http://mirrors.163.com/debian wheezy main non-free contrib
deb http://mirrors.163.com/debian wheezy-proposed-updates main contrib non-free
deb http://mirrors.163...
分类:
其他好文 时间:
2014-04-30 22:36:38
阅读次数:
374
如何在Ubuntu 14.04上安装steamos会话,以使用户的SteamOS
大图片模式直接从lightdm GTK迎宾开始进入。SteamOS是一个开源的基于Debian Wheezy分支的、为游戏的优化的操作系统。不像Debian
7,它使用的是xcompmgr图形合成器。SteamOS由维...
分类:
其他好文 时间:
2014-04-29 14:09:46
阅读次数:
573