Yii2 composer报错处理

报错信息

  Problem 1
    - yiisoft/yii2-composer 2.0.6 requires composer-plugin-api ^1.0 -> found composer-plugin-api[2.2.0] but it does not match the constraint.
    - yiisoft/yii2 2.0.15.1 requires …

阅读更多

安装samba

1.安装yum install smb

2.添加用户user add smbuser -s /sbin/nologin

3.添加目录/etc/samba/smb.conf

        [share]

        path = /home/smbuser/share

        available = yes

        browseable = yes

        public …

阅读更多