上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 186 下一页
摘要: linux:centos6安装tomcat 一,下载 tomcat的官网: https://tomcat.apache.org/ 这里使用之前下载好的安装包 二,安装 解压: # unzip apache-tomcat-8.0.28.zip 移动到安装目录下: # mv apache-tomcat-8.0.28 /data/soft/ 配置环 阅读全文
posted @ 2025-07-19 07:43 刘宏缔的架构森林 阅读(12) 评论(0) 推荐(0)
摘要: 一,下载 官方网站: https://www.oracle.com/cn/java 需要注册账号, 我们需要的版本是jdk1.8.0_60官网已经不提供了,只能下载与之相近的版本: 解压: # tar -zxvf jdk-8u71-linux-x64.tar.gz 二,安装 把解压出来的目录,移动到 阅读全文
posted @ 2025-07-19 07:43 刘宏缔的架构森林 阅读(33) 评论(0) 推荐(0)
摘要: 一,安装 解压 # tar -zxvf redis-3.2.8.tar.gz 进入源码目录,编译: ]# cd redis-3.2.8 # make 安装: # make install PREFIX=/data/soft/redis-3.2.8 配置: 把源码目录中的redis.conf复制到安装 阅读全文
posted @ 2025-07-19 07:43 刘宏缔的架构森林 阅读(38) 评论(0) 推荐(0)
摘要: 一,遇到的问题: 看到一个进程,想知道这个进程的工作目录,如下: # ps auxfww | grep redis root 22715 0.0 0.0 103252 828 pts/3 S+ 17:10 0:00 | \_ grep redis root 25816 0.0 0.7 455064 阅读全文
posted @ 2025-07-19 07:41 刘宏缔的架构森林 阅读(59) 评论(0) 推荐(0)
摘要: 一,安装 用yum从命令行安装 # yum install memcached 查看版本: # memcached -h memcached 1.4.4 -p <num> TCP port number to listen on (default: 11211) .. 查看服务状态 # servic 阅读全文
posted @ 2025-07-19 07:40 刘宏缔的架构森林 阅读(8) 评论(0) 推荐(0)
摘要: 一,配置: 动态ip 的网段 server 10.8.0.0 255.255.255.0 静态ip:放服务器,网段 route 10.8.1.0 255.255.255.0 给客户端推路由,对应静态ip的,否则客户端不能访问 push "route 10.8.1.0 255.255.255.0" c 阅读全文
posted @ 2025-07-19 07:40 刘宏缔的架构森林 阅读(1) 评论(0) 推荐(0)
摘要: 一,问题 配置ifconfig-pool-persist ipp.txt后,不起作用,客户端的ip每次重启仍然会变化 二,查找原因 # grep persist /var/log/openvpn.log WARNING: --ifconfig-pool-persist will not work w 阅读全文
posted @ 2025-07-19 07:40 刘宏缔的架构森林 阅读(1) 评论(0) 推荐(0)
摘要: 一,配置 在openvpn服务端所在机器上配置: # vi /etc/openvpn/server/server.conf 把下面一行取消注释 client-config-dir ccd 然后在/etc/openvpn下创建ccd目录 # mkdir ccd # cd ccd # vi client 阅读全文
posted @ 2025-07-19 07:40 刘宏缔的架构森林 阅读(1) 评论(0) 推荐(0)
摘要: 一,安装 升级apt源 # apt update 用apt安装 # apt install openvpn 二,配置并连接 复制配置文件到client目录下: 进入目录 # cd /etc/openvpn/client/ 复制文件: # cp -axv /home/liuhongdi/work/cl 阅读全文
posted @ 2025-07-19 07:40 刘宏缔的架构森林 阅读(1) 评论(0) 推荐(0)
摘要: 一,配置文件位置 如图: 项目->config->plugin->webman->console->app.php 二,内容: <?php return [ 'enable' => true, 'build_dir' => BASE_PATH . DIRECTORY_SEPARATOR . 'bui 阅读全文
posted @ 2025-07-19 07:40 刘宏缔的架构森林 阅读(20) 评论(0) 推荐(0)
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 186 下一页