Ubuntu学习周记。[4]

关于Ubuntu的故事或对Ubuntu的感慨及心情
回复
riptide2012
帖子: 222
注册时间: 2011-12-14 10:21

Ubuntu学习周记。[4]

#1

帖子 riptide2012 » 2012-04-12 11:10

在线HTML版 http://riptide766.github.com/ubuntu-notes/books/


笔记在github的仓库 https://github.com/riptide766/ubuntu-notes#readme

每个礼拜看看~/.bash_history ,更新一次 :em11

第四周

还是在研究启动阶段。看initrd里的init脚本。
写了一个脚本,用来维护自己一堆的命令片段。
https://github.com/riptide766/maintainance
这个脚本涉及很多参数,所以又学了下补全是怎么做到的。
http://riptide766.github.com/ubuntu-not ... etion.html

第三周

随便记录下制作live usb的过程 和一些块设备文件的常用命令。
http://riptide766.github.com/ubuntu-not ... escue.html
http://riptide766.github.com/ubuntu-not ... block.html
LFS没有继续,这周主要在折腾linux的启动过程,但很多疑问自己都还没有能说通。下周继续



第二周 : 学习LFS 增加笔记三份

权限管理
http://riptide766.github.com/ubuntu-not ... ssion.html

LFS 准备工作 - 工具和目录
http://riptide766.github.com/ubuntu-not ... chain.html

LFS 准备工作 - 创建系统结构
http://riptide766.github.com/ubuntu-not ... ysdir.html
上次由 riptide2012 在 2012-05-02 16:15,总共编辑 5 次。
头像
枫叶饭团
帖子: 14683
注册时间: 2010-06-16 1:05
系统: Mac OS X
来自: Tencent
联系:

Re: Ubuntu学习笔记一份。长期更新....

#2

帖子 枫叶饭团 » 2012-04-12 12:34

-_-||能坚持就好
头像
YeLee
论坛版主
帖子: 26406
注册时间: 2008-08-13 8:48
系统: Fundu i64
来自: 东海硇州,一双管钥。
联系:

Re: Ubuntu学习笔记一份。长期更新....

#3

帖子 YeLee » 2012-04-13 10:28

支持一下,起步艰难,坚持更难。
◎当我站在道德的高度上俯视别人的时候,发现自己是多么渺小。
♥执着但不偏激,反对而不排斥,坚决捍卫矛盾体的存在方式。
★★★天气预报★★★
fcitx-yatable一个可以使用的码表输入法
[教程]几个实例攻克软件编译难关
Gentoo Development Guide
字体相关
riptide2012
帖子: 222
注册时间: 2011-12-14 10:21

Re: Ubuntu学习笔记一份。长期更新....

#4

帖子 riptide2012 » 2012-04-15 18:53

礼拜天了,报告下。 最近在搞LFS。

进度是所有的准备工作都齐活了。一个编译源代码的工具链,一些工具,还有一套目录结构。

作LFS当中,运用到的大多数命令或多或少看过。只不过呢,没有一个真实的场景,那个印象不深刻。

这回,算融会贯通不少。记录了三份笔记。

权限管理
http://riptide766.github.com/ubuntu-not ... ssion.html

准备工作 - 工具和目录
http://riptide766.github.com/ubuntu-not ... chain.html

准备工作 - 创建系统结构
http://riptide766.github.com/ubuntu-not ... ysdir.html
头像
ahwad
帖子: 1116
注册时间: 2009-05-06 0:36

Re: Ubuntu学习周记。[2]

#5

帖子 ahwad » 2012-04-15 19:36

学习了。。。。。。。。。。。
头像
reverland
帖子: 1317
注册时间: 2011-11-26 15:57
系统: windows xp
联系:

Re: Ubuntu学习周记。[2]

#6

帖子 reverland » 2012-04-18 17:00

加油加油,不错的说。
托在github上的jekyll博客
Always Look on the Bright Side of Life
riptide2012
帖子: 222
注册时间: 2011-12-14 10:21

Re: Ubuntu学习周记。[2]

#7

帖子 riptide2012 » 2012-04-22 22:41

第三周

随便记录下制作live usb的过程 和一些块设备文件的常用命令。

http://riptide766.github.com/ubuntu-not ... escue.html
http://riptide766.github.com/ubuntu-not ... block.html

其实这周主要在折腾linux的启动过程,但很多疑问自己都还没有能说通。下周继续
头像
reverland
帖子: 1317
注册时间: 2011-11-26 15:57
系统: windows xp
联系:

Re: Ubuntu学习周记。[2]

#8

帖子 reverland » 2012-04-22 22:58

lfs时分区表我就写了三行好像,完全没哪些bind啊mknod啊什么的
托在github上的jekyll博客
Always Look on the Bright Side of Life
riptide2012
帖子: 222
注册时间: 2011-12-14 10:21

Re: Ubuntu学习周记。[2]

#9

帖子 riptide2012 » 2012-04-22 23:08

reverland 写了:lfs时分区表我就写了三行好像,完全没哪些bind啊mknod啊什么的
是在工具链好了之后,需要切换到目标系统之前,就是用chroot切换的那步前面一点点

需要搞几个必需的设备文件。
头像
reverland
帖子: 1317
注册时间: 2011-11-26 15:57
系统: windows xp
联系:

Re: Ubuntu学习周记。[2]

#10

帖子 reverland » 2012-04-23 7:34

riptide2012 写了:
reverland 写了:lfs时分区表我就写了三行好像,完全没哪些bind啊mknod啊什么的
是在工具链好了之后,需要切换到目标系统之前,就是用chroot切换的那步前面一点点

需要搞几个必需的设备文件。
嗯,确实没搞哪些设备文件。但也能用,可能我在虚拟机上吧。

代码: 全选

/dev/sda1   /boot        ext2    defaults,noatime     1 2
/dev/sda2   none         swap    sw                   0 0
/dev/sda3   /            ext3    noatime              0 1

/dev/cdrom  /mnt/cdrom   auto    noauto,user          0 0
托在github上的jekyll博客
Always Look on the Bright Side of Life
riptide2012
帖子: 222
注册时间: 2011-12-14 10:21

Re: Ubuntu学习周记。[4]

#11

帖子 riptide2012 » 2012-05-02 16:16

第四周

还是在研究启动阶段。看initrd里的init脚本。
写了一个脚本,用来维护自己一堆的命令片段。
https://github.com/riptide766/maintainance
这个脚本涉及很多参数,所以又学了下补全是怎么做到的。
http://riptide766.github.com/ubuntu-not ... etion.html
回复