`
weigang.gao
  • 浏览: 467611 次
  • 性别: 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. ...

    CentOS 7设置ssh服务自动启动

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

    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 ...

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

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

    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 mysql8 (8.0.27) rpm静态安装包

    centos7 mysql8 (8.0.27) rpm静态安装包, tar -zxvf mysql8.tar.gz解压后,文件夹里包含mysql8安装的依赖文件,perl rpm文件和mysql rpm文件,直接执行脚本mysql8.sh install安装或者mysql8.sh uninstall卸载,基本...

    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 ...

    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离线下安装R8125网卡的驱动(离线安装gcc,gcc+,修改官网驱动错误。)

    1、去gcc目录内,chmod -R 777 *.* ,后进入4.8.5-28目录内执行rpm -Uvh *.rpm --nodeps --force 2、r8125-9.007.01目录内chmod -R 777 *.* ,执行autorun.sh

    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

    centos6下redis开机自启动脚本配置

    本文档适用于配置 centos6 环境下 redis开机自启动脚本配置,可以使用service redis stop|start|restart|status 进行管理 ,内部文件需要更改的有PASSWD(这个是连接redis的密码,与redis.conf 对应 )REDIS_HOME ...

    大数据hadoop,centos7的安装

    安装成功后,启动hdfs 格式化文件系统(仅第一次执行即可,不要重复... 启动hdfs: sbin/start-dfs.sh 验证是否启动成功: jps DataNode SecondaryNameNode NameNode 浏览器访问方式: http://hadoop000:50070

    navicat112_mysql_x64_centos.zip

    centos Navicat for MySQL:亲测有效 将压缩文件拷贝到ubuntu系统/usr/local/navicat下,解压 tar zxvf navicat112_mysql_cs_x64.tar.gz 进入解压的目录,运行如下命令 ./start_navicat 问题一:中文乱码 解决:...

    centos版本的nacos

    里面有个彩蛋,就是redis的服务配置文件,是可以直接使用的,有可能有些小伙伴的电脑会报错:redis start request repeated too quickly for redis.service 这个时候可以观看:...

    centos6.6的cron.zip

    centos6.6对应的rpm安装包。按顺序安装即可。 rpm -ivh cronie-1.4.4-12.el6.x86_64.rpm --nodeps rpm -ivh crontabs-1.10-33.el6.noarch.rpm rpm -ivh cronie-anacron-1.4.4-12.el6.x86_64.rpm 然后启动:service ...

Global site tag (gtag.js) - Google Analytics