新服务器装机收集

1. 安装vnc

  https://blog.csdn.net/renfeigui0/article/details/100075145

2. 安装wkhtmltox

       https://www.jianshu.com/p/d952d837af0e

       获取: wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz

       测试使用:

  wkhtmltoimage --width 1280 --height 1600 --javascript-delay 10000 --enable-plugins http://www.baidu.com ./test.png

  (图片必须加上宽高)

  wkhtmltopdf http://www.baidu.com ./test.pdf 转成pdf

3. tomcat启动并打印启动日志

  ./startup.sh && tail -f ../logs/catalina.out

4. 扩容磁盘:

https://blog.csdn.net/harryxxxxx/article/details/81114613

https://cloud.tencent.com/developer/article/1930993

https://blog.csdn.net/qq_34185638/article/details/122802943

5. 安装nginx

https://blog.csdn.net/weixin_53815644/article/details/123827228

      

posted @ 2022-06-01 17:05  花满园  阅读(58)  评论(0)    收藏  举报