文章

顯示從 2月, 2024 起發佈的文章

3in1 prettier formatter laravel-vue project

 npx prettier --write . && blade-formatter --write resources/**/*.blade.php && php-cs-fixer fix .

npm install globally

  npm install forever -g

[SB-CMS] install php formatter(php-cs-fixer)

  curl -L https://cs.symfony.com/download/php-cs-fixer-v3.phar -o php-cs-fixer then: sudo chmod a+x php-cs-fixer sudo mv php-cs-fixer /usr/local/bin/php-cs-fixer

[docker] push a container to dockerhub

 sudo docker login sudo docker ps -a sudo docker commit 289 sudo docker image ls sudo docker tag 269 techdesignism/sb-cms:0.6 sudo docker push techdesignism/sb-cms:0.6

clean apt update cache

 apt-get clean && apt-get autoremove && rm -rf /var/lib/apt/lists/*

[SB-CMS] docker run -it -p 8001:6080 -p 8002:8000 -v %UserProfile%/Desktop/Projects:/root/Desktop/Projects techdesignism/sb-cms:0.72

 docker run -it -p 8001:6080 -v "%UserProfile%/Desktop/SB-CMS Projects":/root/Desktop/Projects techdesignism/sb-cms:0.78

[SB-CMS] sh file run a python file

#!/bin/sh export PATH="$HOME/miniconda3/bin":$PATH BASEDIR=$(dirname $0) cd "${BASEDIR}" python test.py sleep 10

install chrome in docker ubuntu ( and chromedriver)

apt-get install -y wget wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb apt-get install -y ./google-chrome-stable_current_amd64.deb --no-sandbox https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${CHROME_VERSION}_amd64.deb https://mirror.cs.uchicago.edu/google-chrome/pool/main/g/google-chrome-stable/ https://mirror.cs.uchicago.edu/google-chrome/pool/main/g/google-chrome-stable/google-chrome-stable_100.0.4896.127-1_amd64.deb google-chrome-stable_100.0.4896.127-1_amd64.deb 13-Apr-2022 21:10 87064480 google-chrome-stable_100.0.4896.60-1_amd64.deb 26-Mar-2022 02:05 87852944 google-chrome-stable_100.0.4896.75-1_amd64.deb 01-Apr-2022 19:11 87094916 google-chrome-stable_100.0.4896.88-1_amd64.deb 08-Apr-2022 19:51 87072160 google-chrome-stable_101.0.4951.41-1_amd64.deb 20-Apr-2022 02:10 84369852 google-chrome-stable_101.0.4951.54-1_amd64.deb ...