随笔分类 -  linux

摘要:location /file/{ alias /data/access/; add_header Content-Disposition: "attachment"; add_header Content-Type application/octet-stream; autoindex off; # 阅读全文
posted @ 2022-10-03 14:38 ki1616 阅读(291) 评论(0) 推荐(0)
摘要:1、查看firewall服务状态 systemctl status firewalld 2、查看firewall的状态 firewall-cmd --state 3、开启、重启、关闭、firewalld.service服务 # 开启 systemctl firewalld start # 重启 sy 阅读全文
posted @ 2021-10-29 12:03 ki1616 阅读(234) 评论(0) 推荐(0)
摘要:一、 安装vsftpd软件 yum -y install vsftpd 二、关闭匿名访问 vim /etc/vsftpd/vsftpd.conf 三、添加一个用户 useradd ftpuser -s /data/home 添加账号默认主目录 passwd ftpuser两次输入同样的密码 四、开启 阅读全文
posted @ 2021-10-29 09:19 ki1616 阅读(468) 评论(0) 推荐(0)
摘要:1、安装VMware 1.1、解压、安装 (1)双击安装文件虚拟机,选择下一步。下载地址(https://www.vmware.com/products/workstation-pro/workstation-pro-evaluation.html) (2)接受许可,点击下一步。 (3)选择安装类型 阅读全文
posted @ 2021-03-04 14:49 ki1616 阅读(253) 评论(0) 推荐(0)
摘要:1 内容 (1)什么是虚拟机 (2)安装Linux操作系统及相关软件 (3)Linux基础命令 (4)Linux权限控制 (5)Linux上安装JDK (6)Linux上安装Mysql (7)Linux上部署项目 (8)虚拟机克隆 2 虚拟机 2.1 什么是虚拟机 虚拟机就是能够在一台物理计算机上模 阅读全文
posted @ 2019-07-11 19:21 ki1616 阅读(746) 评论(0) 推荐(0)