Debian上完整卸载nginx并重新安装

卸载 sudo apt-get remove nginx # 可删除除/etc/nginx 配置文件外的所有文件 sudo apt-get purge nginx or rm -rf /etc/nginx #删除nginx配置文件 sudo apt-get autoremove #自动删除安装nginx时安装的依赖包 重装  apt-get -o ....

debian 安装curl

在linux中打开网页肯定要用到curl命令,但是看网上好多linux安装curl包的博客,很麻烦,而且运行到最后还出错了, ...