Linux Chroot

chroot 也就是 change root directory,也就是改变程序执行时所参考的根目录位置。在 Linux 系统中,系统默认的目录结构都是以 “/”,即是以根 (root) 开始的,而在使用 chroot 之后,系统的目录结构将以指定的位置作为 “/” 位置。

应用场景比较多,如安全中的蜜罐、系统启动时用的 initrd、嵌入式系统挂载的 NFS、Linux From Scratch 的编译过程等等。

在此,简单介绍下 chroot 。

How to run RTEMS on QEMU

The Real-Time Executive for Multiprocessor Systems or RTEMS is a open source fully featured Real Time Operating System. More features you can get from the offical web-site.

Here, we try to build a simulation environments for RTEMS based on QEMU and platform x86 the most common one we used. This will be done form scratch, hope you can enjoy that.

Linux 监控

Linux 中的系统监控,包括了常见的计算、内存、网络等监控指标,以及相应的工具。

Linux 常用命令 -- 文本处理

主要介绍下在 Linux 中,与文本处理相关的命令。

Linux 常用技巧

简单记录下在 Linux 下常用的一些技巧,以方便查询使用,例如 生成随机字符串,特殊字符文件的处理, sudo 和 su 两个命令的区别等等。

使用 Jekyll 搭建 Blog

Jekyll 是一个简单的免费的 Blog 生成工具,类似 WordPress,但是不同的是,Jekyll 只是一个生成静态网页的工具,不需要数据库支持,不支持评论功能,只关注 Blog 本身的内容。

不过,可以配合第三方评论服务,例如 Disqus;最关键的是 Jekyll 可以免费部署在 Github 上,而且可以绑定自己的域名。

接下来,我们看看如何搭建一个 Blog 。

Hello World !!!

Hi, the world, I’m coooooooooming.

Oooops, just examples, ignore me, darling.

About This Blog

Recent Posts

Categories

Related Links

  • RTEMS
    RTEMS
  • GNU
  • Linux Kernel
  • Arduino

Search


This Site was built by Huang Yongyao, generated with Jekyll, and is hosted on GitHub Pages
©2012-2017 – Huang Yongyao