2008年10月14日

[Linux] Hostname

Step 1.
#hostname NewHostname

Step 2.
#vi /etc/sysconfig/network
HOSTNAME=NewHostname

Step 3.
#vi /etc/hosts
add a new line in the following format
IP NewHostname

2008年10月6日

[Other] Game

http://www.rocksolidarcade.com/games/dogfight2/

2008年10月2日

[English] Nice English Sample

Nice English Sample

By this I mean
按照先前所說的話我指的是
我的意思是
ex:
1. Don't think I am joking; I mean business.
不要以為我是在開玩笑,我可是當真的。

2. By "the cities" I mean the big cities in particular.
我所說的"城市" 主要是指大城市。
(這句的句型就和你提目的相似)

3. I realized what he meant.
我明白他的意思了。

2008年10月1日

[Knowledge] Toolchain

In software, a toolchain is the set of computer programs (tools) that are used to create a product (typically another computer program or system of programs). The tools may be used in a chain, so that the output of each tool becomes the input for the next, but the term is used widely to refer to any set of linked development tools.

A simple software development toolchain consists of a text editor for editing source code, a compiler and linker to transform the source code into an executable program, and libraries to provide interfaces to the operating system. A complex product such as a video game needs tools for preparing sound effects, music, textures, 3-dimensional models, and animations, and further tools for combining these resources into the finished product.

Reference
Wiki-Toolchain

[Knowledge] Turnkey

Turnkey => turn the key


Turnkey refers to something that is ready for immediate use, generally used in the sale or supply of goods or services.

The term turnkey is also often used in the technology industry, most commonly to describe pre-built computer "packages" in which everything needed to perform a certain type of task (e.g. audio editing) is put together by the supplier and sold as a bundle. This often includes a computer with pre-installed software, various types of hardware, and accessories. Such packages are commonly called appliances.

Reference
Wiki-Turnkey