Cobbler automatic unattended installation (actual combat!)

Introduction to Cobbler Cobbler is a Linux server installation service. It can quickly install and reinstall physical servers and virtual machines through PXE, and manage DHCP, DNS, etc. Cobbler can use command-line management, also provides a Web-based interface management tool (cobbler Web), also provides an API interface, which is conveni ...

Posted by Greaser9780 on Wed, 06 Nov 2019 09:45:16 -0800

jumpserver one-stop deployment and installation

Preface We are familiar with the bastion machine (springboard machine). In order to ensure the security of the server, we add a bastion machine. All ssh connections are completed through the bastion machine. The bastion machine also needs to have identity authentication, authorization, access control, audit and other functions. Jumpserver is t ...

Posted by beta0x64 on Wed, 06 Nov 2019 01:19:12 -0800

Install FreeTDS under CentOS

Guide reading Official website: http://www.freetds.org Download address: http://ibiblio.org/pub/Linux/ALPHA/freetds/stable/freetds-stable.tgz This software can connect MS SQL server and Sybase database with Linux and Unix Installation and configuration Download the FreeTDS installation package to the server first wget -c http://ibiblio.org/ ...

Posted by ccjob2 on Tue, 05 Nov 2019 13:34:30 -0800

Building of load balancing in LVS DR mode (single network segment)

The experiment needs five virtual machines, all of which are centos7 Client Router lvs server 172.22.144.188 1 interface 172.22.144.17 2 interface 192.168.49.5 172.22.144.17 192.168.49.5 rs1 server rs2 server 192.168.49.3 192.168.49.4 **Client configuration** vim /etc/sysconfig/nerwork-scripts/ifcfg-ens33 DEVICE=ens33 NAME=ens33 ...

Posted by isurgeon on Tue, 05 Nov 2019 06:51:20 -0800

Prometheus: Prometheus monitoring switch (snmp)

Prometheus service is installed by default, service address: 192.168.56.200 I. obtain snmp information of the switch snmp service IP (switch IP): 172.20.2.83 snmp community: dfetest II. Deploy SNMP exporter 2.1 download SNMP ﹐ exporter Download the SNMP exporter installation package at: https://github.com/prometheus/snmp_exporter/release ...

Posted by etherboo on Sun, 03 Nov 2019 18:43:14 -0800

Marco - build a simple Apache service

1. View the service status of httpd: display the httpd unit, unable to find the service. [root@localhost ~]#systemctl status httpd Unit httpd.service could not be found. 2. Use yum to install httpd service. The following is the installation process: [root@localhost ~]#yum install httpd Loaded plugins: fastestmirror, langpacks Loading mirror sp ...

Posted by bolerophone on Sun, 03 Nov 2019 03:43:49 -0800

Add mysql authentication for ftp

1. Install vsftpd. You can install it from yum or source; 2. Install mysql, skip, and view the previous documents; 3. Install PAM MySQL and rely on PAM devel package; [root@WebA-136 ~]#tar xf pam_mysql-0.7RC1.tar.gz[root@WebA-136 ~]#yum install pam-devel[root@WebA-136 ~]#./configure --with-mysql=/usr/local/mysql --with-openssl[root@WebA-136 ~] ...

Posted by spaddict on Sat, 02 Nov 2019 11:51:39 -0700

Alibaba cloud deployment 5. Domain name, DNS, nginx

domain name Although you can visit your website directly through ip address, we seldom see that the website is accessed through ip address, and generally the website will provide domain name. The domain name is intuitive and easy to remember, and the resolved ip address can be changed without changing the domain name accessed by the user. The d ...

Posted by vikaspa on Sat, 02 Nov 2019 03:07:35 -0700

Install conference and decipher

Log in to liunx to get administrator permission sudo -i cd /home/maxiaolin Install jdk yum -y install java java -version Install mysql Check if mysql is installed rpm -qa | grep mysql >>mysql-libs-5.1.73-7.el6.x86_64 Uninstall mysql RPM - E -- nodes mysql-libs-5.1.73-7.el6.x86_ (the option you see) / / strong delete mode. If you use the a ...

Posted by psyion on Fri, 01 Nov 2019 23:38:32 -0700

Software environment required for Centos7 installation

Mysql installation Download and install Download and install MySQL's official Yum Repository wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm Yum installation source yum -y install mysql57-community-release-el7-10.noarch.rpm Install Mysql yum -y install mysql-community-server Set Mysql to power on systemct ...

Posted by cgraz on Fri, 01 Nov 2019 19:37:48 -0700