https://learn.microsoft.com/zh-cn/windows/wsl/wsl-config#wslconfig配置文件sudo vim /etc/wsl.conf 增加[interop] appendWindowsPath=false
https://learn.microsoft.com/zh-cn/windows/wsl/wsl-config#wslconfig配置文件sudo vim /etc/wsl.conf 增加[interop] appendWindowsPath=false
在wsl中安装sshpasswsl sshpass -p 密码 ssh 用户名@地址
可以先调用newQuery方法BaixiangLocation::newQuery()->order(['id' => 'desc'])->paginate($listRows, true);
指定用户运行sudo -u www-data vim info.php从当前用户切换到 www-data 用户sudo su - www-data添加用户组sudo groupadd -f -g 33 www-data添加用户sudo useradd -u 33 -g 33 -m -s /bin/bash www-data
docker service create --name app_tarot --publish 8080:8888 --replicas 3 ccr.ccs.com/test/tarot:latest docker service update --image ccr.ccs.com/test/tarot:latest app_tarot --force
在env文件中增加DEBUGBAR_ENABLED=false
安装sudo snap install --classic certbot sudo ln -s /snap/bin/certbot /usr/bin/certbot获取证书sudo certbot certonly --webroot -w /data/wwwroot/iguojin.com/ -d iguojin.com挂载docker/etc/letsencrypt:/etc/ngin...
请输入密码访问
安装zshsudo apt install git zsh -y 安装oh-my-zsh码云地址https://gitee.com/mirrors/oh-my-zsh执行其中的tools/install.sh如果无法clone github代码可以尝试把ip写入host安装自动补全git clone https://gitee.com/mirrors/zsh-autosuggestions....