20180601_jeffrey - silenceuncrio/diary GitHub Wiki

0905

昨天下班前有從 Dockerfile 來 build image

1115

注意到 git checkout 跟 ssh 相關的前置作業

user@ef57e14254c8:~$ ssh
ssh          ssh-add      ssh-agent    ssh-argv0    ssh-copy-id  ssh-keygen   ssh-keyscan
user@ef57e14254c8:~$ ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/home/user/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /home/user/.ssh/id_rsa.
Your public key has been saved in /home/user/.ssh/id_rsa.pub.
The key fingerprint is:
6c:fb:7f:5b:ae:03:32:0f:fb:3d:7b:27:0f:25:08:d4 user@ef57e14254c8
The key's randomart image is:
+--[ RSA 2048]----+
|          ..     |
|         .  E    |
|          .      |
|       .   . .   |
|        S   . . .|
|       . .+ .  o |
|        .  * .. .|
|         .. ..=+o|
|          .oo.=X+|
+-----------------+
user@ef57e14254c8:~$ ls
test.txt
user@ef57e14254c8:~$ cat .ssh/id_rsa.pub
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDyQLNNqHXM2Ri5is517wf36/QiuA0AN/5AYz6H4GfElStJASKY4i0EOcS0jt5ytrWbYe+scCkdv6Vxd+YaZn0LIQVFcGIcs4AgJY9xBQapGYQNZoXMS/nx8wcNg669W90nkVSja+j+YNRwgaeO0qv6d/kgafc9XzbRiUgCSkys93sipq5vvBp6NDsd4yjfw9fr1AjxsU7kKvRwjYMNT8zxUdO96Hrck2baAKvrxZHRp4k3+c4VLpD+gOKRusVRezzAjqLv5Z1Z5W3qxHEMoLFg6NH0gYZOSxfybRsc+KpynYCZGtUaS82wyUQ7rFj5Z5Z06T5nLUxJAFYabLCM+Vh9 user@ef57e14254c8
user@ef57e14254c8:~$

git 的 checkout 受 window 的檔案系統影響

跟 window 的檔案系統相關的問題仍需解決

user@ef57e14254c8:~/M360P$ source proenv.sh
Checking 'working-make'... ok.
Checking 'case-sensitive-fs'... failed.
Checking 'getopt'... ok.
Checking 'fileutils'... ok.
Checking 'working-gcc'... ok.
Checking 'working-g++'... ok.
Checking 'ncurses'... ok.
Checking 'zlib'... ok.
Checking 'gawk'... ok.
Checking 'unzip'... ok.
Checking 'bzip2'... ok.
Checking 'perl'... ok.
Checking '/usr/bin/python2.7'... ok.
Checking 'wget'... ok.
Checking 'git'... ok.
Checking 'gnutar'... ok.
Checking 'openssl'... ok.
Checking 'gnu-find'... ok.
Checking 'getopt-extended'... ok.
Checking 'file'... ok.
Checking 'non-root'... ok.

Build dependency: OpenWrt can only be built on a case-sensitive filesystem

Prerequisite check failed. Use FORCE=1 to override.
make: *** [tmp/.prereq-build] Error 1

1140

放棄使用 window 版的 docker

1410

commit 3386d87f8c29262a6644db14c011e60e9df5fdbe
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Fri Jun 1 14:05:39 2018 +0800

    add QOS web page with basic layout

 proscend/prosrc/icos/iqos/iqos                   |  Bin 0 -> 11348 bytes
 proscend/prosrc/webcgi/Makefile                  |    4 +
 proscend/prosrc/webcgi/qos.c                     |  156 ++
 proscend/prosrc/www/app/feature/qos.html         |   80 +
 proscend/prosrc/www/app/feature/qos.js           |   46 +
 proscend/prosrc/www/app/services/icos.service.js | 1897 +++++++++++-----------
 proscend/prosrc/www/src/index.html.src           |    1 +
 proscend/prosrc/www/src/menu.html.src            |    3 +
 8 files changed, 1243 insertions(+), 944 deletions(-)

1425

commit 48749b357faea6d56d4c869523309061d0140574
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Fri Jun 1 14:22:33 2018 +0800

    QOS web page: finish the 'QOS_NAV_ISP' nav content

 proscend/prosrc/www/app/feature/qos.html | 56 ++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)