官术网_书友最值得收藏!

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The kernel.img connects the application to the hardware."

A block of code is set as follows:

#! /bin/sh
# /etc/init.d/btsync
#

# Carry out specific functions when asked to by the system
case "$1" in
start)
    /home/root/.btsync/btsync
    ;;
stop)
    killall btsync
    ;;
*)
    echo "Usage: /etc/init.d/btsync {start|stop}"
    exit 1
    ;;
esac

exit 0

Any command-line input or output is written as follows:

mkdir ~/.btsync && cd ~/.btsync

wget http://btsync.s3-website-us-east-1.amazonaws.com/btsync_arm.tar.gz

tar -zxvf btsync_arm.tar.gz
./btsync

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Password: The password of that user."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 黄大仙区| 曲麻莱县| 山阴县| 安福县| 香格里拉县| 齐齐哈尔市| 鹤岗市| 昔阳县| 武城县| 阿瓦提县| 金阳县| 杭州市| 固阳县| 鄂托克前旗| 高雄县| 嘉祥县| 玉田县| 封丘县| 林周县| 平罗县| 上栗县| 新源县| 苏州市| 招远市| 米林县| 益阳市| 温宿县| 苍山县| 平顺县| 衢州市| 谷城县| 兴宁市| 五指山市| 同心县| 昭通市| 阿克陶县| 黄陵县| 商洛市| 黔西县| 蓬安县| 海城市|