- Mar 22 Wed 2023 14:28
-
不透過 repository 搬移 docker images 到其他 hosts
- Mar 22 Wed 2023 13:53
-
客製化自己的 docker images

1. 建立 container
# docker create --name nginx_base -p 80:80 nginx:alpine
Unable to find image 'nginx:alpine' locally
alpine: Pulling from library/nginx
63b65145d645: Pull complete
8c7e1fd96380: Pull complete
86c5246c96db: Pull complete
b874033c43fb: Pull complete
dbe1551bd73f: Pull complete
0d4f6b3f3de6: Pull complete
2a41f256c40f: Pull complete
Digest: sha256:6318314189b40e73145a48060bff4783a116c34cc7241532d0d94198fb2c9629
Status: Downloaded newer image for nginx:alpine
3763eb9740e98479000e6daba1e62240ada2251915454f377227f6c4c74ebcd2
- Mar 22 Wed 2023 11:05
-
解決 apt update 錯誤訊息
$ sudo apt-get update
Get:1 http://dl.google.com/linux/chrome/deb stable InRelease [1811 B]
Err:1 http://dl.google.com/linux/chrome/deb stable InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4EB27DB2A3B88B8B
Get:1 http://dl.google.com/linux/chrome/deb stable InRelease [1811 B]
Err:1 http://dl.google.com/linux/chrome/deb stable InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4EB27DB2A3B88B8B
- Mar 16 Thu 2023 17:17
-
解決rsync 無法透過 ssh 同步問題
- Mar 16 Thu 2023 13:14
-
rsync 透過 ssh 加密同步檔案
- Mar 10 Fri 2023 14:38
-
solaris 網路設定
- Feb 16 Thu 2023 14:18
-
跳槽到blogger
- Feb 16 Thu 2023 09:55
-
修改 symbolic link 的 owner
檔案結構如下
-rw-r--r-- 1 777 777 4 Jan 19 11:50 555.txt
lrwxrwxrwx 1 666 666 7 Feb 16 09:41 555.txt.lnk -> 555.txt
-rw-r--r-- 1 777 777 4 Jan 19 11:50 555.txt
lrwxrwxrwx 1 666 666 7 Feb 16 09:41 555.txt.lnk -> 555.txt
- Jan 17 Tue 2023 15:31
-
安裝 perl modules 方法
- Jan 11 Wed 2023 11:01
-
debian linux 找不到 showmount 指令 ?
showmount: command not found
root@debian:~# apt-cache search showmount
nfs-common - NFS support files common to client and server
root@debian:~# apt-cache search showmount
nfs-common - NFS support files common to client and server
- Jan 11 Wed 2023 10:27
-
在虛擬機內安裝虛擬機
- Jan 11 Wed 2023 10:17
-
進入 vmware esxi guest os 的 bios

兩個方法
1. 編輯設定 > 虛擬機選項 > 開機延遲 > 填入秒數 > 在開機畫面時按 F2 進入 BIOS
2. 編輯設定 > 虛擬機選項 > 強制執行BIOS設定 > 勾選在虛擬機器下次開機時,強制進入 BIOS 設定畫面 (只會生效一次)
