【鼎革‧革鼎】︰ Raspbian Stretch 《六之 F.2 》

宋‧蘇軾和子由澠池懷舊

人生到處知何似,應似飛鴻踏雪泥。
泥上偶然留指爪,鴻飛那復計東西。
老僧已死成新塔,壞壁無由見舊題。
往日崎嶇還記否,路上人困蹇驢嘶。

念奴嬌‧赤壁懷古

大江東去,浪淘盡、千古風流人物。
故壘西邊,人道是、三國周郎赤壁。
亂石崩雲,驚濤裂岸,捲起千堆雪。
江山如畫,一時多少豪傑。

遙想公瑾當年,小喬初嫁了,雄姿英發。
羽扇綸巾,談笑間、檣櫓灰飛煙滅。
故國神遊,多情應笑我,早生華髮。
人生如夢,一尊還酹江月。

220px-Su_shi

元‧趙孟頫繪

220px-ArthurConanDoyle_AStudyInScarlet_annual
亞瑟‧柯南‧道爾
一八八七年畢頓聖誕年刊
血字的研究
夏洛克‧福爾摩斯誕生

220px-Statue_of_Sherlock_Holmes_in_Edinburgh
最後致意,夏洛克·福爾摩斯的收場白

華生老兄!你真是多變的時代里固定不變的時刻。會刮東風的。這種風在英國還從來沒有刮過。這股風會很冷,很厲害,華生。這陣風刮來,我們好多人可能就會凋謝。但這依然是上帝的風。風暴過去後,更加純潔、更加美好、更加強大的國土將屹立在陽光之下。

Mikroskop-seibert_hg
希臘譯員

我不同意有些人把謙虛列為美德。對邏輯學家來說,一切事物應當是什麼樣就是什麼樣,對自己估價過低和誇大自己的才能一樣都是違背真理的。

歇洛克‧福爾摩斯 Sherlock Holmes 是一位由英國偵探小說家亞瑟‧柯南‧道爾 Sir Arthur Ignatius Conan Doyle 筆下所塑造的一位才華洋溢的天才偵探。福爾摩斯自稱自己是一名『諮詢偵探』,也就是說當私人 或官方偵探遇到案件困難時常會向他求教。小說裡的故事顯示他常常能夠足不出戶就立馬解決許多疑問難題,善於通過觀察、演繹、溯因推理以及犯罪科學來追根究底。據《血字研究》中華生醫生描述福爾摩斯的能力如下:

文學 ── 無
哲學 ── 無
天文學 ── 無
政治 ── 些許
植物學 ── 多種多樣。顛茄 、鴉片、毒藥等等。不知道實用園藝。
地理 ── 應用型,但不足。能一眼辨別土質。走路後,展示給我褲子上的泥土,告訴我倫敦地質的顏色和成分。
化學 ── 很多
解剖學 ── 精準,但不系統
奇情文學 ── 精通。他似乎知道各個世紀的每一個可怕的細節。
‧小提琴拉得好
‧劍術、拳擊的高手
‧對英國法典有實用知識

一九九九年底,傑勒德‧比克曼斯 Gerard Beekmans 啟始了『 Linux From Scratch雪泥鴻爪造 Linux 計畫,在『 NewsForge 』── Linux and love; the Gerard Beekmans story ──的專訪上,這麼說︰

Gerard Beekmans started Linux From Scratch, his guide to building a Linux Operating System from the bottom up, for two reasons. First, because he didn’t like the way existing distributions dictated organization and ultimately had more control over his operating system than he did. Second, because he had just moved from Holland to Toronto, Canada, to marry the woman he fell in love with online. His working papers hadn’t come through yet so he had some extra time on his hands.

─── 《一條人跡罕至的道路??

 

一位熟悉那條人跡罕至道路者,容易閱讀

guacamole-server contains all the native, server-side components required by Guacamole to connect to remote desktops. It provides a common C library, libguac, which all other native components depend on, as well as separate libraries for each supported protocol, and guacd, the heart of Guacamole.

guacd is the proxy daemon that runs on your Guacamole server, accepts users’ connections that are tunneled through the Guacamole web application, and then connects to remote desktops on their behalf. Building guacd creates an executable called guacd which can be run manually or, if you wish, automatically when your computer starts up.

To build guacamole-server, you will need a C compiler (such as gcc) and the libraries that guacamole-server depends on. Some dependencies are absolutely required, while others are optional. The presence of optional dependencies enables additional features.

Important

Many Linux distributions separate library packages into binary and “development” packages; you will need to install the development packages. These will usually end in a “-dev” or “-devel” suffix.

 

文本,知道 linux 之 configure 、 make 、 make install 傳統!

深明

【已安裝程式庫】

sudo apt-get install libtelnet-dev

sudo apt-get install libvncserver-dev

sudo apt-get install libssh-dev libssh2-1-dev

sudo apt-get install libpng-dev libcairo2-dev libpango1.0-dev

sudo apt-get install libossp-uuid-dev

sudo apt-get install build-essential

sudo apt-get install libvorbis-dev

sudo apt-get install libwebp-dev

sudo apt-get install libfreerdp-dev

sudo apt-get install libavcodec-dev

sudo apt-get install libswscale-dev

 

wget https://sourceforge.net/projects/guacamole/files/current/source/guacamole-server-0.9.13-incubating.tar.gz

tar -zxvf guacamole-server-0.9.13-incubating.tar.gz

cd guacamole-server-0.9.13-incubating/

 

【組構選項】

./configure –help
`configure’ configures guacamole-server 0.9.13-incubating to adapt to many kinds of systems.

Usage: ./configure [OPTION]… [VAR=VALUE]…

To assign environment variables (e.g., CC, CFLAGS…), specify them as
VAR=VALUE. See below for descriptions of some of the useful variables.

Defaults for the options are specified in brackets.

Configuration:
-h, –help display this help and exit
–help=short display options specific to this package
–help=recursive display the short help of all the included packages
-V, –version display version information and exit
-q, –quiet, –silent do not print `checking …’ messages
–cache-file=FILE cache test results in FILE [disabled]
-C, –config-cache alias for `–cache-file=config.cache’
-n, –no-create do not create output files
–srcdir=DIR find the sources in DIR [configure dir or `..’]

Installation directories:
–prefix=PREFIX install architecture-independent files in PREFIX
[/usr/local]
–exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
[PREFIX]

By default, `make install’ will install all the files in
`/usr/local/bin’, `/usr/local/lib’ etc. You can specify
an installation prefix other than `/usr/local’ using `–prefix’,
for instance `–prefix=$HOME’.

 

【組構結果】

./configure –with-init-dir=/etc/init.d

……

————————————————
guacamole-server version 0.9.13-incubating
————————————————

Library status:

freerdp …………. yes
pango …………… yes
libavcodec ………. yes
libavutil ……….. yes
libssh2 …………. yes
libssl ………….. yes
libswscale ………. yes
libtelnet ……….. yes
libVNCServer …….. yes
libvorbis ……….. yes
libpulse ………… no
libwebp …………. yes

Protocol support:

RDP ……. yes
SSH ……. yes
Telnet …. yes
VNC ……. yes

Services / tools:

guacd …… yes
guacenc …. yes

Init scripts: /etc/init.d

Type “make” to compile guacamole-server.

 

之互動關係。然後以

make

編譯,用

sudo make install

安裝也◎