linux各种基础安装博客(nginx、mysql、redis等)(持续更新中)


mysql(5.7):https://blog.csdn.net/qq_34354257/article/details/90475791
问题一:The GPG keys listed for the "MySQL 5.7 Community Server" repository are already installed but they are not correct for this package.
https://blog.csdn.net/b_ingram/article/details/122761408
问题二:Host XXX is not allowed to connect to this MySQL server
https://blog.csdn.net/h985161183/article/details/82218710

redis(4):
问题一:后台启动
https://blog.csdn.net/weixin_39593985/article/details/90665694
问题二:无法远程连接
https://blog.csdn.net/sinat_29774479/article/details/79928682
问题三:关闭redis
https://blog.csdn.net/abc231218/article/details/79599674

jdk(1.8):https://blog.csdn.net/pdsu161530247/article/details/81582980

maven(3):

nacos(2):https://nacos.io/en-us/docs/quick-start.html
问题一:修改mysql地址账号密码
https://blog.csdn.net/qq_40523572/article/details/89364340

nginx(10):
问题一:部署vue项目报错403

jenkins(2):
https://pkg.jenkins.io/redhat-stable/

https://blog.csdn.net/qq_22990635/article/details/104620133
问题一:修改端口号:
https://blog.csdn.net/yzl7997018/article/details/111036088
tomcat -> conf -> server.xml -> 修改端口号

node(14):

问题一:npm install 太慢