一、Windows安装pip
1、前往pip官网下载get-pip.py
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
2、在命令行中运行get-pip.py
python get-pip.py
3、安装完成后,使用pip安装需要的包
pip install package_name
二、Windows安装ntp服务
1、下载ntp服务程序并进行解压缩
curl http://www.eecis.udel.edu/~mills/ntp/mirror/ntp-4.2.8p14.tar.gz -o ntp.tar.gz tar -zxvf ntp.tar.gz
2、进入解压缩后的目录,并进行编译、安装
cd ntp-4.2.8p14 ./configure make make install
3、配置ntp服务
ntp.conf文件中添加如下内容: server ntp.server.com
三、Windows安装snmp服务
1、下载snmp服务程序并进行解压缩
curl http://sourceforge.net/projects/net-snmp/files/net-snmp%20binaries/5.7.3.1-binaries/net-snmp-5.7.3.1.zip/download -o snmp.zip unzip snmp.zip
2、进入解压缩后的目录,并添加环境变量
添加SNMPDIR环境变量,指向解压后的目录 添加PATH环境变量,加入%SNMPDIR%\bin
3、配置snmp服务
snmpd.conf文件中添加如下内容: rocommunity public
四、Windows安装Smarty
1、下载Smarty并进行解压缩
curl https://www.smarty.net/files/Smarty-3.1.39.tar.gz -o smarty.tar.gz tar -zxvf smarty.tar.gz
2、将Smarty文件夹放入项目中
将Smarty文件夹放入项目根目录,或指定路径
3、使用Smarty
include_once('/path/to/Smarty/Smarty.class.php'); $smarty = new Smarty();
五、Windows安装VSCode
1、前往VSCode官网进行下载
2、安装VSCode
3、在VSCode中安装需要的插件
按下Ctrl+Shift+P,输入“Extensions:Install Extensions”,搜索并安装需要的插件
六、Windows安装Linux
1、安装虚拟机软件
推荐使用VMware或VirtualBox
2、下载Linux系统
3、在虚拟机软件中安装Linux系统
4、使用Linux
在虚拟机中使用Linux系统
七、Windows安装Dlib
1、安装CMake
2、下载Dlib
3、解压缩Dlib
4、使用CMake编译Dlib
5、使用Dlib
在项目中include Dlib头文件即可
八、Windows安装Telnet
1、打开控制面板
2、进入程序和功能,选择打开或关闭Windows功能
3、勾选Telnet客户端和Telnet服务器
4、重启电脑
5、使用Telnet
在命令行中输入telnet hostname port