星期一, 11月 28, 2022

GCP ACE認證資料參考

 GCP ACE認證


https://zhuanlan.zhihu.com/p/478981425


https://liuyuchen777.github.io/2022/02/20/ACE-Prepare-Note/


https://github.com/kibablu/associate-cloud-engineer


https://ravikirans.com/gcp-associate-cloud-engineer-exam-study-guide/

線上課程
https://www.udemy.com/course/google-cloud-certification-associate-cloud-engineer/

https://www.udemy.com/course/google-certified-associate-cloud-engineer-2019-prep-course/

星期四, 6月 23, 2022

Build openwert in docker

 Build openwert in docker


docker run -itd \

    --name lede-build \

    -h r6525 \

    -p 10022:22 \

    -v ~/firefly_openwrt:/home/user/firefly_openwrt \

    p3terx/openwrt-build-env:18.04


docker exec -it lede-build zsh


missing apps

    sudo apt install repo

    sudo apt install bison

    sudo apt install bc

    sudo apt install liblz4-tool

    sudo apt install time


星期二, 6月 07, 2022

How can I tell Ubuntu to do nothing when I close my laptop lid?

 

Ubuntu  21.10

/etc/systemd/logind.conf
    HandleLidSwitch=ignore
    sudo systemctl restart systemd-logind

Ubuntu 20.04

/etc/UPower/UPower.conf

   IgnoreLid=true

    sudo systemctl restart upower

星期日, 6月 05, 2022

HOW TO MOVE DOCKER DATA DIRECTORY TO ANOTHER LOCATION ON UBUNTU

https://www.guguweb.com/2019/02/07/how-to-move-docker-data-directory-to-another-location-on-ubuntu/

星期三, 4月 06, 2022

 

Installing Nextcloud on a Raspberry Pi with docker


I found a good reference on https://github.com/chrisbeardy/nextcloud-docker-raspberrypi-tutorial