`
weigang.gao
  • 浏览: 472829 次
  • 性别: Icon_minigender_1
  • 来自: 上海
文章分类
社区版块
存档分类
最新评论

centos start

 
阅读更多

 

vi命令详解: http://www.blogjava.net/baizhihui19870626/articles/376945.html

rpm命令详解:http://www.cnblogs.com/xxpal/articles/816692.html

ll命令

linux ssh登录命令:http://blog.csdn.net/edward_qing_lee/article/details/23133331

 

2.关闭notepad++自动补全功能

打开notepad++,菜单栏---设置--首选项---自动完成---把对号取消即可。

 

 

4.Centos配置国内yum源

http://blog.chinaunix.net/uid-23683795-id-3477603.html

163的yum源:http://mirrors.163.com/.help/centos.html

中科大的yum源:https://lug.ustc.edu.cn/wiki/mirrors/help/centos

 

5.Bringing up interface eth0: Device eth0 does not seem to be present, delaying initialization.

http://blog.csdn.net/xluren/article/details/38986667

 

6.zookeeper集群配置

http://www.blogjava.net/hello-yun/archive/2012/05/03/377250.html

 

7.spark视频教程
http://ke.qq.com/course/93036#

 

8.异常处理

http://blog.csdn.net/haidao2009/article/details/14897813

 

9.linux下编译hadoop源码

WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable

解决方案:http://www.csdn123.com/html/topnews201408/84/1984.htm

linux下编译hadoop源码http://www.aboutyun.com/thread-8130-1-1.html

 

10.有异常如下:

hadoop2.4 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable

处理:http://www.csdn123.com/html/topnews201408/84/1984.htm

 

11.有如下异常:

Bringing up interface eth0: Device eth0 does not seem to be present, delaying initialization.

处理:MAC地址有问题,删除配置MAC地址的文件(/etc/udev/rules.d/70-persistent-net.rules),重启linux系统就行了

 

12.Hadoop+HBase搭建云存储总结 

http://www.linuxidc.com/Linux/2013-05/83844.htm

 

 

  • 大小: 5.4 KB
  • 大小: 13.1 KB
  • 大小: 34.7 KB
  • 大小: 13.4 KB
  • 大小: 15.4 KB
分享到:
评论

相关推荐

    CentOS7 service network start命令启动时报错解决方法

    CentOS7 service network start命令启动时报错解决方法

    Packt.CentOS.Quick.Start.Guide.rar

    This book will introduce you to essential Linux skills using CentOS 7. It describes how a Linux system is organized, and will introduce you to key command-line concepts you can practice on your own. ...

    CentOS7安装指南

    20. 点击“Start using CentOS Linux”,整个安装配置完成。 可选操作 21. 切换启动模式: 命令模式:[root@localhost ~]# systemctl set-default multi-user.target 图形模式:[root@localhost ~]# systemctl set...

    CentOS 7设置ssh服务自动启动

    在CentOS7下,设置ssh自启动,修改ssh监听端口

    centos 配置springboot jar 以服务形式启动

    阿里云服务器centos6.5/6.8 配置springboot jar 以服务形式启动 ,停止 service xx start 非常方便,详细图文介绍

    CentOS.High.Availability.1785282484

    Manage your cluster resources and learn how to start, stop, and migrate resources from one host to another Designed as a step-by-step guide, this book will help you become a master of cluster nodes, ...

    centos安装telnet使用

    centos直接安装telnet-server-0.17-47.el6.x86_64.rmp会报错 “error: Failed dependencies:xinetd is needed by 解决办法: 1、先安装xinetd包 rpm -ivh xinetd-2.3.14-10.el5.x86_64.rpm 2、启动xinetd ...

    systemctl (WSL2+Centos7错误)

    解决错误Failed to get D-Bus connection: Operation not permiited(WSL+Centos7错误) mv /usr/bin/systemctl /usr/bin/systemctl.old #备份旧文件 cp systemctl /usr/bin/systemctl #替换 chmod +x /usr/bin/...

    centos7.6离线安装docker-ce-19.03、nvidia-docker2

    离线环境下,在centos7.6系统上安装docker-ce-19.03,nvidia-docker2.4版本,其中docker-ce-19.03在docker-local.tar压缩文件里面,nvidia-docker2在nvidia-docker2.zip文件中。 具体安装流程如下: 1.安装docker ...

    Centos7安装rabbitmq

    Centos7安装rabbitmq、以及消息队列建立 发送消息、创建通道等问题

    CentOS | centos7 之开启ssh免密登入

    CentOS | centos7 之开启ssh免密登入  @天泽岁月 1、查看ssh服务是否开启 service sshd status  可能失败: 失败使用如下命令 systemctl status sshd.service   2、没有则安装ssh sudo yum install openssh-...

    CentOS7搭建NTP服务器及客户端同步时间.docx

    CentOS7 搭建 NTP 服务器及客户端同步时间 CentOS7 搭建 NTP 服务器及客户端同步时间是指在 CentOS7 操作系统下搭建 NTP(Network Time Protocol,网络时间协议)服务器,以便实现客户端同步时间的功能。下面将...

    openssh7.8p1_centos7.4.zip

    centos7.4升级openssh。 rpm包升级centos7.2系统 openssh7.9p1版本 1、避免升级不成功出现ssh无法连接情况请yum安装telnet-server开启23端口,以便安装不成功23端口依然能连接 [root@bogon ~]# yum install -y ...

    Redhat 使用CentOS的yum源进行升级或软件安装

    /etc/init.d/nginx start yum --enablerepo=remi install php php-fpm chkconfig --level 345 php-fpm on /etc/init.d/php-fpm restart vi /etc/nginx/nginx.conf /etc/init.d/nginx reload vi ...

    Centos7安装NFS服务以及防火墙配置.docx

    启动 NFS 服务需要启动 rpc 和 nfs 服务,可以使用 service rpcbind start 和 service nfs start 命令。同时,需要设置 nfs 开机启动,可以使用 systemctl enable nfs 命令。 测试 NFS 服务可以使用 showmount -e ...

    centos安装配置confluence.docx

    CentOS 安装配置 Confluence 服务器 在这篇文章中,我们将介绍如何在 CentOS 操作系统中安装和配置 Confluence 服务器。Confluence 是一个功能强大且流行的wiki software,被广泛应用于企业知识管理和团队协作中。 ...

    centos7离线安装docker

    `systemctl start docker` 这将启动 Docker 服务。 测试 Docker 使用以下命令测试 Docker 是否安装成功: `docker version` 这将显示 Docker 的版本号。 Docker 的核心概念 Docker 的核心概念包括镜像...

    Docker Linux Centos6.5离线安装

    相信好多人都在用yum时候,安装不好用,不是mirror找不到文件,就是rpm命令乱套。...# service docker start Starting docker (via systemctl): [ OK ] # docker -v Docker version 1.7.1, build 786b29d

    Centos7安装mysql数据库.docx

    使用 systemctl 命令启动 MySQL:`systemctl start mysqld`。 4. 修改 MySQL 临时密码 MySQL 安装成功后,会生成一个临时密码。可以使用 grep 命令查看临时密码:`grep 'temporary password' /var/log/mysqld.log`...

    centOS离线安装pgsql-12

    sudo yum install -y postgresql12-server sudo /usr/pgsql-12/bin/postgresql-12-setup initdb sudo systemctl enable postgresql-12 sudo systemctl start postgresql-12

Global site tag (gtag.js) - Google Analytics