剑道第一仙

导航

随笔分类 -  01linux / 03linux-centos

linux虚拟机网络配置
摘要:我的装机环境是centos7版本 【1】安装虚拟机vmware之后,点击菜单栏编辑——虚拟网络编辑器,点击Vmnet8,查看子网IP地址段 【2】进入主机目录/etc/sysconfig/network-scripts,编辑ifcfg-ens33 [root@xxpcV7-01 network-sc 阅读全文

posted @ 2023-10-05 23:25 剑道第一仙 阅读(21) 评论(0) 推荐(0) 编辑

centos postgresql命令行中文显示乱码
摘要:【1】查看当前系统语言 登陆linux系统打开操作终端之后,输入 echo $LANG可以查看当前使用的系统语言。 [root@localhost ~]# echo $LANG 查看安装的语言包 查看是否有中文语言包可以在终端输入 locale命令,如有zh cn 表示已经安装了中文语言 [root 阅读全文

posted @ 2022-10-30 18:19 剑道第一仙 阅读(355) 评论(0) 推荐(0) 编辑

VMware主机centos安装系列软件篇章02:系统官网CentOs7镜像下载详细步骤
摘要:参考:https://blog.csdn.net/qq_15110681/article/details/121831182 CentOs官网下载官网:https://www.centos.org/ 1. 官网进入后,点击Download。 2. 进去后,64位机选x86-64 3. 选择国内的阿里 阅读全文

posted @ 2022-09-05 17:12 剑道第一仙 阅读(80) 评论(0) 推荐(0) 编辑

centos kafka 集群配置
摘要:参考:https://www.cnblogs.com/zhangzl419/p/15842606.html 【1】配置zookeeper [root@xxxxpcV7-03 config]# pwd/usr/kafka_2.12-3.2.1/config [root@xxxxpcV7-03 conf 阅读全文

posted @ 2022-08-31 23:19 剑道第一仙 阅读(74) 评论(0) 推荐(0) 编辑

linux centos 7 vmware快照克隆后修改IP和主机
摘要:【1】修改IP配置: root@xxxxpcV7-03 network-scripts]# pwd/etc/sysconfig/network-scripts[root@xxxxpcV7-03 network-scripts]# cat ifcfg-ens33TYPE=EthernetPROXY_M 阅读全文

posted @ 2022-08-31 21:23 剑道第一仙 阅读(39) 评论(0) 推荐(0) 编辑

centos7安装kafka
摘要:参考:https://blog.csdn.net/yang1393214887/article/details/123425715 1. 官网下载https://kafka.apache.org/downloads https://dlcdn.apache.org/kafka/3.1.0/kafka 阅读全文

posted @ 2022-08-30 23:32 剑道第一仙 阅读(837) 评论(0) 推荐(0) 编辑

CentOS7安装JDK1.8
摘要:参考:https://blog.csdn.net/weixin_44829804/article/details/125389100 https://blog.csdn.net/dgfdhgghd/article/details/123207017 https://www.cnblogs.com/a 阅读全文

posted @ 2022-08-30 23:08 剑道第一仙 阅读(110) 评论(0) 推荐(0) 编辑

PostgreSQL之密码文件.pgpass
摘要:参考:http://t.zoukankan.com/mingfan-p-14003075.html 关于.pgpass 对数据库的大多数访问(包括psql程序)都通过libpq库进行。该库包含一项功能,如果指定一个名为.pgpass的文件(或PGPASSFILE引用的文件),则可以在其中放置以用户身 阅读全文

posted @ 2022-08-21 09:29 剑道第一仙 阅读(1325) 评论(0) 推荐(0) 编辑

PostgreSQL允许远程访问的设置方法
摘要:原文链接:https://blog.csdn.net/qq_35149088/article/details/121348350 PostgreSQL允许远程访问的设置方法:进入windows下postgresql安装目录下data目录中1、修改/var/lib/pgsql/10/data/pg_h 阅读全文

posted @ 2022-08-21 08:23 剑道第一仙 阅读(319) 评论(0) 推荐(0) 编辑

linux-centos非常用命令
摘要:1:centos安装netstat包 yum -y install net-tools 2:centos7.X不会自带zip、unzip程序。所以安装unzip,zip命令如下: yum install -y zip unzip 阅读全文

posted @ 2022-08-20 22:20 剑道第一仙 阅读(23) 评论(0) 推荐(0) 编辑

CentOS安装PostgreSQL
摘要:转自:https://www.cnblogs.com/xzlive/p/16093670.html 版本信息: CentOS版本:CentOS-7-x86_64-Minimal-1810 PostgreSQL版本: PostgreSQL 10.10, 64-bit 第一部分:PostgresSQL的 阅读全文

posted @ 2022-08-20 22:12 剑道第一仙 阅读(1334) 评论(0) 推荐(0) 编辑

CentOS7安装Telnet服务
摘要:CentOS7安装Telnet服务 1.在安装Telnet前先检查系统是否安装了telnet-server和xinetdrpm -qa telnet-serverrpm -qa xinetd2.如果没有安装,则开始安装yum -y install telnet-serveryum -y instal 阅读全文

posted @ 2022-08-20 21:38 剑道第一仙 阅读(345) 评论(0) 推荐(0) 编辑