文章

顯示從 1月, 2024 起發佈的文章
  Miniconda下載與安裝 繼上集我們處理完Shell後,我們來安裝Miniconda,那為什麼是Miniconda而非Anaconda呢? 因為Anaconda相對肥大,其實大多時候不會需要那麼多東西,有需要再裝就好。 首先,我們先到 官網 下載Miniconda,或直接使用指令: wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh 接著安裝。請一直點任意鍵,然後yes,然後確認安裝位置即可: bash ./Miniconda3-latest-Linux-x86_64.sh // 安裝完可以把他刪了 rm ./Miniconda3-latest-Linux-x86_64.sh 接下來還要編輯zshrc: 為什麼會看到廣告 vim ~/.zshrc //請在zshrc中加入以下這行(vim小提醒:i插入,:wq存檔退出),路徑有變更請自行改動 export PATH="$HOME/miniconda3/bin":$PATH

docker ubuntu selenium?

download  geckodriver    geckodr  iver geckodriver to /root /miniconda3/bin

lxde logout

  pkill -SIGTERM -f lxsession

How to Install and Use GNOME Tweak Tool on Ubuntu

  apt update add-apt-repository universe apt install gnome-tweak-tool gnome-tweaks

install php8.1

  apt install ca-certificates apt-transport-https software-properties-common add-apt-repository ppa:ondrej/php grep -rhE ^deb /etc/apt/sources.list* | grep -i ondrej apt update apt install php8.1 -y

sudo docker run -it -p 8001:6080 techdesignism/sb-cms:0.3

 sudo docker run -it -p 8001:6080 techdesignism/sb-cms:0.3

install bluefish editor

  add-apt-repository ppa:ubuntuhandbook1/bluefish apt install bluefish

apt-add-repository: command not found error in Dockerfile

  apt-get install software-properties-common

sb cms create docker process

 https://pythonlinuxmac.blogspot.com/2022/07/docker-install-lxde-desktop-and-setup.html https://pythonlinuxmac.blogspot.com/2022/07/lxde-vnc-novnc-dockerfile.html docker build -t sbcms . --no-cache https://pythonlinuxmac.blogspot.com/2023/04/create-techdesignism-novnc-container.html apt-get install --no-install-recommends lxde https://pythonlinuxmac.blogspot.com/2022/07/apt-get-clean-clean-apt-cache-for.html