具体步骤如下: 1、查看是否已经分配 [root@iZ2ze1tefvghtbgkdur3xfZ /]# fdisk -l Disk /dev/vda: 42.9 GB, 42949672960 bytes, 83886080 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 byt...
apt-get update apt-get install -y build-essential apt-get install -y libpcre3-dev zlib1g-dev libssl-dev libxslt1-dev Ubuntu add-apt-repository -y ppa:maxmind/ppa Debain 编译安装: https://github.com/maxmin...
更新系统 apt-get update apt-get upgrade 安装Python 及其相关软件 apt-get install python-dev apt-get install python3-dev apt install python3-pip apt-get install python-virtualenv libmysqlclient-dev apt-get install ...
一、配置ssh链接 安装openssh-server root@debain:~$ sudo apt-get install openssh-server 二、安装Python3及pip3 root@debain:~$ sudo apt-get install python3 root@debain:~$ sudo apt install python3-pip 三、将Python3设置为默认 p...
#!/bin/bash unknown_os () { echo "Unfortunately, your operating system distribution and version are not supported by this script." echo echo "You can override the OS detection by setting os= and dist=...
在debian下,你可以使用dpkg(Debian package system)来安装和卸载软件包,安装/卸载软件的最简单办法就是使用dpkg。 现在,debian还支持一个名为apt(for “A Package Tool”)和aptitude的工具,来帮助管理员更加简单的来管理软件。详细内容可以参考另一篇文章:如何使用apt-get和aptitude来管理软件。 1.使用dpkg -i安装d...
location ~ \.css { add_header Content-Type text/css; } location ~ \.js { add_header Content-Type application/x-javascript; }
1 安装 docker apt-get install apt-transport-https ca-certificates curl software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - add-apt-repository "deb [ar...
Zabbix Agent is required to install on all remote systems needs to monitor through Zabbix server. The Zabbix Agent collects resource utilization and applications data on the client system and provides...
Zabbix is an open source software for networks and application monitoring. Zabbix provides agents to monitor remote hosts as well as Zabbix includes support for monitoring via SNMP, TCP and ICMP check...