240 发简信
IP属地:广东
  • windows10中ssh(OpenSSH_for_Windows)远程登录时报Permissions for "xxx" are too open错误

    解决windows10中ssh(OpenSSH_for_Windows)远程登录主机时,报 Permissions for "xxx" are ...

  • User相关

    查看用户 cat /etc/passwd 查看所有用户的列表cat /etc/passwd |grep 0 简单查看root用户cat /etc...

  • linux ls统计文件个数

    统计某文件夹下文件的个数 ls -l |grep "^-"|wc -l 统计某文件夹下目录的个数 ls -l |grep "^d"|wc -l ...

  • centos 用户 相关

    用户列表文件:/etc/passwd用户组列表文件:/etc/group 查看系统中有哪些用户:cut -d : -f 1 /etc/passw...

  • CentOS7 的systemctl命令相关

    配置systemctl命令tab自动补全 系统版本[root@test ~]# uname -r3.10.0-229.el7.x86_64 [r...

  • CentOS更改yum源与更新系统

    [1] 首先备份/etc/yum.repos.d/CentOS-Base.repo mv /etc/yum.repos.d/CentOS-Bas...

  • Centos7下Yum安装nginx 和php

    一、安装nginx 安装nginx 方法一 EPEL源 1 yum-y install epel-release 2 yum-y install...

  • Resize,w 360,h 240
    CentOS7 yum方式配置LAMP环境 ( Apache+MariaDB+PHP )

    CentOS7 yum方式配置LAMP环境 ( Apache+MariaDB+PHP ) 1、安装Apache yum install http...

  • CentOS7使用firewalld打开关闭防火墙与端口

    1、firewalld的基本使用 启动: systemctl start firewalld 查看状态: systemctl status fi...