#TOS

centos6上搭建gitlab

系统:Centos6.5软件版本:gitlab-7.8.4Selinux:关闭防火墙规则:先清空(搭建好了后续自己添加相关放行规则) 1#yum-yinstallepel-release   创建该文件并添加以下内容:1234567#vim/etc/yum.repos.d/PUI...
代码星球 ·2020-08-24

centos安装ruby及更换gem的源

本文转自: 一安装ruby 1查看系统当前ruby版本,可知未安装ruby  ruby-v  2通过yum安装ruby和依赖的包  yum-yinstallrubyruby-develrubygemsrpm-build3查看当前ruby版本,2.0.0版本过低,redis5.0....

centos7安装logstash

 建议到官网下载最新版https://www.elastic.co/cn/downloads/logstash本文使用logstash7.0.0https://artifacts.elastic.co/downloads/logstash/logstash-7.0.0.tar.gzwgethttps://ar...
代码星球 ·2020-08-24

centos的 各种安装包下载位置

1,网址:vault.centos.org  -------->选择centos7.4 ------>扩展:extras--->x86_64---->packages----->选择各种安装包...

修改ubuntu/centos默认编辑器为vim

ubuntu系统编辑器要更换默认为vimubuntu系统编辑器要怎么更换默认为vim 一、直接在终端输入:    echoexportEDITOR=/usr/bin/vim>>~/.bashrc  二、使用系统管理工具update-alternatives&...

centos7上安装rar解压软件

wgethttps://www.rarlab.com/rar/rarlinux-x64-5.5.0.tar.gztarfxrarlinux-x64-5.5.0.tar.gz-C/usr/local/# rar软件不需要安装,直接解压到/usr/local下,以下操作需要有root权限。ln-s/usr/loc...

centos上安装Python并修复yum

date:2019-07-01 18:09:53author:headsenchennotice:个人原创1,安装python3.7:yuminstallzlib-develbzip2-developenssl-develncurses-develsqlite-develreadline-develtk-de...

grafana安装和配置(centos7上配置)

author: headsen chendate: 2019-03-29 10:33:19 1,安装:yuminstallhttps://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-4.5.2-...
代码星球 ·2020-08-24

yum安装mysql-5.6(centos7)-阿里云备份恢复到本地

centos7.3安装mysql5.6rpm-Uvhhttp://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpmyumrepolistenabled|grep"mysql.*-community.*"(查看当前可用的mysql安装资源)yum-yin...

centos7上修改lv逻辑卷的大小

author:headsen chendate:2019-03-1815:24:22自动化修改分区的脚本umount/home#交互式执行shell命令echo'y'|lvremove/dev/mapper/centos-homelvextend-L+140G/dev/mapper/centos-rootxf...

centos6上调整lv逻辑卷

author:headsenchendate:2019-03-18 14:48:17 1,查看分区状态,发现/分区不够用。/home分区太大了。浪费[root@localhost~]#df-hFilesystemSizeUsedAvailUse%Mountedon/dev/mapper/VolGro...
代码星球 ·2020-08-24

centos7上设置中文字符集

author:headsen chendate:2019-03-14  09:00:31 Linux系统会默认使用英文字符集,不会安装中文字符集等其他字符。公司内部文件服务器等需要中文的支持。 1、首先使用locale命令看看当前系统所使用的字符集,如图可以看到是en英...

centos6上使用xfs文件系统

  ext4目前也还没有真的支持16TB以上的单分区空间,由于工具的限制,只能创建最大为16T的单分区决定直接用xfs安装xfs[root@~]$yuminstallkmod-xfsxfsprogs[root@~]$modprobexfs#载入xfs文件系统模块[root@~]$lsmod|grep...
首页上一页...5152535455...下一页尾页