摘要: 准备 查看操作系统的版本信息 [root@lab10 ~]# cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) 查看操作系统的网卡地址 [root@lab10 ~]# ip address show ens32 2: ens32 阅读全文
posted @ 2024-09-13 14:27 chan_炽烽 阅读(152) 评论(0) 推荐(0)
摘要: 操作过程 mysql_secure_installation 操作过程如下 [root@mysql data]# mysql_secure_installation Securing the MySQL server deployment. Enter password for user root: 阅读全文
posted @ 2024-09-11 00:17 chan_炽烽 阅读(38) 评论(0) 推荐(0)
摘要: 准备 查看Linux系统的glibc运行使用的C语言库版本信息 [root@lab10 ~]# getconf GNU_LIBC_VERSION glibc 2.17 [root@lab10 ~]# ldd --version ldd (GNU libc) 2.17 Copyright (C) 20 阅读全文
posted @ 2024-09-11 00:16 chan_炽烽 阅读(239) 评论(0) 推荐(0)
摘要: 准备 查看Linux系统的glibc运行使用的C语言库版本信息 [root@lab10 ~]# getconf GNU_LIBC_VERSION glibc 2.17 [root@lab10 ~]# ldd --version ldd (GNU libc) 2.17 Copyright (C) 20 阅读全文
posted @ 2024-09-11 00:16 chan_炽烽 阅读(44) 评论(0) 推荐(0)
摘要: 在Pananbit系统中修改PG.conf的一些注意事项 如出现以下图的内容, 需要将以下 SNMPPORT=161 修改为 SNMP_PORT=161 阅读全文
posted @ 2024-03-26 11:56 chan_炽烽 阅读(11) 评论(0) 推荐(0)
摘要: title: 树莓派Raspberrypi上配置Git 树莓派Raspberrypi上配置Git。 开始 首先你得有一树莓派!!! 过程 查看自己树莓派的版本 运行效果: 查看自己树莓派是否有安装Git 运行结果: 设置自己的用户名称及电子邮箱 运行效果:无,生成.gitconfig文件 查看.gi 阅读全文
posted @ 2018-07-02 11:56 chan_炽烽 阅读(1773) 评论(0) 推荐(0)
摘要: title: IntelliJ IDEA常用设置 设置idea的类注释快捷键 File Settings Live Templates 设置idea的类注释 File Settings Editor File and Code Templates ,如图: 设置idea的背景图 1.open IDE 阅读全文
posted @ 2018-07-02 11:54 chan_炽烽 阅读(874) 评论(0) 推荐(0)
摘要: title: Tomcat使用命令行启动之指定jdk版本 准备好环境,jdk和tomcat。 主要步骤 1.找到Tomcat/bin/catalina.bat文件。 2.在文件前端添加如下。 3.保存,使用命令行启动。 4.启动时,显示如下即表示配置成功。 PS:这仅仅是用命令行启动tomcat,未 阅读全文
posted @ 2018-07-02 11:52 chan_炽烽 阅读(859) 评论(0) 推荐(0)
摘要: title: 使用hexo建立主题,并发布到github 根据 "hexo官网的概述" 和 "hexo官网的建站" ,搭建最开始的hexo博客。 下载对应的 "主题" ,这里,我选择了Anatole主题。不同的主题会有不一样的修改,查看主题发布者的对主题的提示就可以完成一个属于自己的主题内容的hex 阅读全文
posted @ 2018-07-02 11:50 chan_炽烽 阅读(656) 评论(0) 推荐(0)
摘要: title: frp初使用 先star "fatedier/frp" ,再开工。 什么是frp? frp is a fast reverse proxy to help you expose a local server behind a NAT or firewall to the interne 阅读全文
posted @ 2018-07-02 11:49 chan_炽烽 阅读(745) 评论(0) 推荐(0)