Linux共126篇 第7页
Linux基础、Linux服务器配置
11.2部署相关服务程序-大赛人网

11.2部署相关服务程序

用到的服务及作用 dhcpd:分配网卡信息及指引获取驱动文件 tftp-server:提供驱动及 引导文件的传输:SYSLinux提供驱动及引导文件 vsftpd:提供完整系统镜像的传输 Kickstart:提供安装过程中选项的...
lanzeou的头像-大赛人网lanzeou3年前
01007
5.3 Linux 挂载共享-大赛人网

5.3 Linux 挂载共享

1.客户端安装支持文件共享服务的软件包(cifs-utils)。 [root@dsrw ~]# smbclient -U dsrw -L 192.168.10.2 bash: smbclient: command not found... Failed to search for file: Cannot update...
lanzeou的头像-大赛人网lanzeou3年前
09915
第21章 网络配置-大赛人网

第21章 网络配置

1.网络配置工具nmcli 1)查看当前网络信息 [root@dsrw ~]# nmcli ens160: 已连接 to ens160 'VMware VMXNET3' ethernet (vmxnet3), 00:0C:29:65:C4:9C, 硬件, mtu 1500 ip4 默认 inet4 192.168....
lanzeou的头像-大赛人网lanzeou3年前
09910
10.2管理用户以及授权-大赛人网

10.2管理用户以及授权

1.创建数据库管理用户 MariaDB [mysql]> SELECT HOST,USER,PASSWORD FROM user WHERE USER='dsrw'; +-----------+------+-------------------------------------------+ | HOST | USER | PASSWO...
lanzeou的头像-大赛人网lanzeou3年前
09913
2.2.2安全秘钥验证-大赛人网

2.2.2安全秘钥验证

1.在客户机中生成“密钥对”。 [root@dsrw ~]# ssh-keygen Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa): 回车或设置密钥的存储路径 Ent...
lanzeou的头像-大赛人网lanzeou3年前
09813
14.5 反向代理-大赛人网

14.5 反向代理

1.配置外网http服务器,地址:192.168.1.12/24 [root@dsrw ~]# yum install httpd -y 已安装: httpd-2.4.37-10.module+el8+2764+7127e69e.x86_64 apr-util-bdb-1.6.1-6.el8.x86_64 apr-util-ope...
lanzeou的头像-大赛人网lanzeou3年前
09810
12.3配置Nginx-大赛人网

12.3配置Nginx

1.创建用于管理网站服务的系统账户。 -M参数不创建对应的家目录,-s参数指定登录后的Shell解释器为/sbin/nologin,确保不能通过这个账号登录主机。 [root@dsrw lnmp]# useradd nginx -M -s /sbi...
lanzeou的头像-大赛人网lanzeou3年前
09813
13.6配置pptp配置文件-大赛人网

13.6配置pptp配置文件

[root@dsrw ~]# vim /etc/pptpd.conf 105 localip 192.168.10.2 106 remoteip 192.168.1.2-238,192.168.1.245
lanzeou的头像-大赛人网lanzeou3年前
0985
第6章 逻辑卷管理-大赛人网

第6章 逻辑卷管理

1.安装lvm [root@dsrw ~]# yum install lvm2 Updating Subscription Management repositories. Unable to read consumer identity This system is not registered to Red Hat Subscription Mana...
lanzeou的头像-大赛人网lanzeou3年前
09612
1.3 Cockpit 驾驶舱管理工具-大赛人网

1.3 Cockpit 驾驶舱管理工具

1.dnf命令对此进确认 [root@dsrw ~]# dnf install cockpit Updating Subscription Management repositories. Unable to read consumer identity This system is not registered to Red Hat Subs...
lanzeou的头像-大赛人网lanzeou3年前
0969