会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
谖园芯
博客园
首页
新随笔
联系
订阅
管理
2025年3月26日
linux上Apache HTTP Server安装与配置路径
摘要: 查询和验证httpd的安装情况:rpm -qa httpd或者加管道查询 rpm -qa |grep httpd 安装命令:yum -y httpd 启动Apache服务:systemctl start httpd 停止Apache服务:systemctl stop httpd 查看Apache服务
阅读全文
posted @ 2025-03-26 12:19 谖园芯
阅读(73)
评论(0)
推荐(0)
2022年4月21日
jenkins上新增用户
摘要: 1.管理员登录jenkins平台 2.点击Manage Jenkins (普通用户) 2.打开Manager users 3.选择新建用户 4.在新建用户的位置录入即可 4.新建用户 新搭建用户需要设置下这个位置: 5.新增用户(管理员用户) 新增Manager and Assign Roles相关
阅读全文
posted @ 2022-04-21 09:01 谖园芯
阅读(2547)
评论(0)
推荐(0)
2022年4月17日
centos7 系统忘记root密码
摘要: 1.reboot cehtos7操作系统 2.在重启界面按e 3.删除linux 16 /vmlinuz-3.18XXXXXX 这行中 rhgb quiet 4.在linux 16 /vmlinuz-3.18XXXXXX 这行最后添加rd.break enforcing=0 5.按ctrl+X 用来
阅读全文
posted @ 2022-04-17 13:32 谖园芯
阅读(118)
评论(0)
推荐(0)
2017年12月19日
linux下创建密钥
摘要: 1.生成rsa文件 : a)ssh-keygen -t rsa,然后会提示在/root/.ssh/id_rsa这个路径下存放密钥文件 b)进入到/root/.ssh目录下,将id_rsa.pub更改为authorized_keys(如果不修改,在下一步配置ssh验证时修改配置文件里的文件名字也可以)
阅读全文
posted @ 2017-12-19 17:37 谖园芯
阅读(332)
评论(0)
推荐(0)
2017年10月13日
Hadoop集群搭建
摘要: 工具准备: 1.虚拟机三台 2.Hadoop工具包 下载地址:http://archive.apache.org/dist/hadoop/core/hadoop-2.6.0/ 环境准备: 1.修改IP和主机名: a)hostname 查看主机名 子机器: Master机器: 重启: 规划后的机器如下
阅读全文
posted @ 2017-10-13 14:46 谖园芯
阅读(97)
评论(0)
推荐(0)
2017年9月25日
oracle的部分增删查改
摘要: 1、 创建表空间 create tablespace (demo)表名 logging datafile( 表空间存放的位置) ‘D:\app\Administrator\oradata\orcl\demo.dbf’ size 100M autoextend on next 100M maxsize
阅读全文
posted @ 2017-09-25 17:50 谖园芯
阅读(132)
评论(0)
推荐(0)
公告