现在的位置: 首页 > 综合 > 正文

Hello World: start running linux

2013年08月13日 ⁄ 综合 ⁄ 共 667字 ⁄ 字号 评论关闭
Initiazliation
=========
The Linux Boot Process(click me)
  • runlevels
  • boot scripts
  • init
  • root password recovery
  • starting and stop services(daemons)

Path format
=========
Note that Linux, like UNIX, uses the colon (:) character to separate entries in the PATH variable, rather
than the semicolon (;) that MS-DOS and Windows use.

C programming enviroment
=========
emacs + gcc

刚装好的GCC什么都不能编译,因为没有一些必须的头文件,所以要安装build-essential,安装了这个包会安装上g++,libc6-dev,linux-libc-dev,libstdc++6-4.1-dev等好多必须的软件和头文件。
sudo apt-get install build-essential

Todo
=========
这些以后有兴趣再弄, 现在这个不是关键, 用ide.
emacs tutorial :) 在ubuntu cn上看到一个评论:火星人的工具

compiling in emacs

features of gcc, eg, the return value of main

    抱歉!评论已关闭.