相关文章
ubuntu 远程连接 22 端口
安装OpenSSHUbuntu缺省没有安装SSH Server,使用以下命令安装:sudo apt-get install openssh-server openssh-client不过Ubuntu缺...
docker的感悟
1.容器是类实例化的对象,镜像是静态的类2.查看正在运行的容器docker ps ,查看所有容器包含停止与暂停的docker ps;3.拉去官方镜像:docker pull 镜像名称4.docker...
Magento2.x 设置前台页面的路径
解决方案:M2 后台--> STORES --> Configuration --> ADVANCED -->Developer -->Debug --&g...
linux 挂载win7共享文件夹的方法
mount -t cifs -o user=administrator,password=000000 //192.168.1.2/gongxiang /mnt/share...
短链接伪静态
if (!-f $request_filename){ rewrite (.*) /index.php;}...
树莓派安装软件
apt-get install ...