123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- 测试服务器地址:
- 47.113.226.116
- root
- idea@2023
- 后台服务器
- /home/projects/industryPark
- web端前段
- /home/tools/apache-tomcat-8.5.46/webapps/industryPark
- 手机端前段
- /home/tools/apache-tomcat-8.5.46/webapps/industryParkApp
- // 官网
- /home/tools/apache-tomcat-8.5.46/webapps/sunanWebsite
- nginx配置文件位置
- /usr/local/nginx/conf/nginx.conf
- ===============================================================
- 测试数据库地址:47.113.226.116/sunan industry_park
- ===================================================================
- 项目没有vpn,要发布需要去新吴城运去发布
- 注意:正式网信息
- 苏南政务网2.22.139.129 数据库密码 : Idea_sunan@20231107!
- 苏南快递项目
- ======================================================
- 2.22.203.193
- 账号密码:root/778899aabb
- 9012 后台服务器端口
- 443 nginx端口/小程序用
- 9306 mysql数据库===>2023年12月6日初审退回:漏扫通过 3306属于高危端口请更按 所以改成9306
- root@localhost: 7=.owFGHKafG
- Welcome to Ubuntu 20.04.4 LTS (GNU/Linux 5.4.0-100-generic x86_64)
- //====安装问题=================================================================
-
- mysql: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
-
- cp /lib64/libncurses.so.6 /lib64/libncurses.so.5
- 或者 添加软连接
- ln -s /lib64/libncurses.so.6 /lib64/libncurses.so.5
- apt-get install libtinfo*
- =========================================
- libtinfo6 is already the newest version (6.2-0ubuntu2).
- libtinfo6 set to manually installed.
- You might want to run 'apt --fix-broken install' to correct these.
- The following packages have unmet dependencies:
- libtinfo-dev : Depends: libncurses-dev (= 6.2-0ubuntu2) but it is not going to be installed
- E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
- ./mysql: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /lib/x86_64-linux-gnu/libtinfo.so.5)
- 2.22.203.193
- root@wxdx:~# uname -a
- Linux wxdx 5.4.0-100-generic #113-Ubuntu SMP Thu Feb 3 18:43:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
- root@wxdx:~# uname -v
- #113-Ubuntu SMP Thu Feb 3 18:43:29 UTC 2022
- root@wxdx:~# lsb_release -a
- No LSB modules are available.
- Distributor ID: Ubuntu
- Description: Ubuntu 20.04.4 LTS
- Release: 20.04
- Codename: focal
- root@wxdx:~# cat /etc/issue
- Ubuntu 20.04.4 LTS \n \l
- cat /proc/version
- Linux version 5.4.0-100-generic (buildd@lcy02-amd64-002) (gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)) #113-Ubuntu SMP Thu Feb 3 18:43:29 UTC 2022
|