码迷,mamicode.com
首页 >  
搜索关键字:centos crontab not found    ( 38949个结果
CentOS 安装 nginx 教程
CentOS 安装 nginx 教程 下载安装包 cd /usr/local wget http://nginx.org/download/nginx-1.19.8.tar.gz 安装依赖 yum install gcc-c++ yum install pcre yum install pcre-d ...
分类:其他好文   时间:2021-06-13 10:38:46    阅读次数:0
CentOS 安装 git 教程
CentOS 安装 git 教程 移除自带 git yum remove git 安装依赖 yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel asciidoc yum install gcc perl- ...
分类:其他好文   时间:2021-06-13 10:37:37    阅读次数:0
CentOS 增加服务
增加 ba.admin.service cd /usr/lib/systemd/system/ vi ba.admin.service 文件内容如下: [Unit] Description=Bootstrap Admin Application [Service] Type=simple Worki ...
分类:其他好文   时间:2021-06-13 10:36:44    阅读次数:0
在 CentOS 上安装及使用 VirtualBox
https://blog.csdn.net/wxb880114/article/details/80937659?utm_medium=distribute.pc_relevant_t0.none-task-blog-2%7Edefault%7EBlogCommendFromMachineLearn ...
分类:其他好文   时间:2021-06-13 10:26:12    阅读次数:0
Input error: Chromosome xxx found in non-sequential lines. This suggests that the input file is not sorted correctly报错
跑命令bedtools genomecov -ibam file.bam -bga -split -trackline > file.wig时出现的报错。 解决方案: samtools sort file.bam -T /tmep -o file.sorted.bam #/tmep指的是新建一个tm ...
分类:其他好文   时间:2021-06-13 09:43:05    阅读次数:0
Centos7安装redis
1、去官网https://redis.io/下载对应的nginx包,推荐使用稳定版,上传到centos系统 /home/software/ 解压 tar -zxvf redis-5.0.5.tar.gz 或 使用linux wget命令:wget http://download.redis.io/r ...
分类:其他好文   时间:2021-06-13 09:30:04    阅读次数:0
U盘启动安装linux系统
1、背景 工作需要安装centos系统,特此记录下过程 2、准备工作 U盘一个,需要格式化(大于4G,毕竟ISO文件就已经大于4G了) CentOS7.1 iso文件一个 UltraISO工具(制作启动U盘) 下载地址: https://cn.ultraiso.net/xiazai.html 注册码 ...
分类:系统相关   时间:2021-06-11 18:34:39    阅读次数:0
linux - unzip: 未找到命令
问题描述 unzip: Command Not Found 或 zip: Command Not Found 或unzip: 未找到命令 解决方法 如果是Ubuntu的的系统可以用下面的命令安装:sudo apt-get install zip 如果是用yum安装的话用下面的命令安装:yum ins ...
分类:系统相关   时间:2021-06-11 18:30:51    阅读次数:0
docker安装及docker的基本命令
使用阿里云镜像地址 yum-config-manager \ --add-repo \ http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo 更新包索引 yum makecache fase 安装docker yum inst ...
分类:其他好文   时间:2021-06-11 18:28:19    阅读次数:0
Centos 8中文输入法设置
安装输入法使用指令: yum install ibus-libpinyin 安装 reboot 安装好后重启 ...
分类:其他好文   时间:2021-06-11 17:33:41    阅读次数:0
38949条   上一页 1 ... 7 8 9 10 11 ... 3895 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!