mini install centOS log】的更多相关文章

no ifconfig yum install net-tools ------------------------------------------------------------------------ http://blog.163.com/aaron_yuan/blog/static/16519523220148215950996/ CentOS 7中没有ifconfig命令,而且不能发现eth0 2014-09-02 14:31:45|  分类: Linux |  标签:cent…
1.0.0 Summary Tittle:[Tools]-NO.4.Tools.1.VM.1.001-[VMware Workstation PRO 12 Install CentOS 7.1]- Style:Tools Date:2017-04-07 Total Hours:1 Degree Of Diffculty:low-2 Degree Of Mastery:frequently-1 Practical Level:A-1 Desired Goal:centos Archieve Goa…
1.创建本地YUM源,下载TAR.GZ HDP,HDP-UTILS,AMBARI介质安装HTTPD,在/VAR/WWW/HTML/下创建三个相应的目录,把以上解压的三个目录链接过来在三个目录中执行命令,createrepo ./至此,本地YUM源创建完毕. cd /etc/yum.repos.d/ cat ambari.repo [ambari-2.x]name=Ambari 2.xbaseurl=http://localhost/ambari/gpgcheck=0enabled=1 [HDP-…
mysqldump --add-drop-table -uroot -p123456 jit >/extra_disk/jit.sql sudo npm install -g node-gyp sudo npm install node-gyp@0.10.6 npm uninstall -g  node-gyp cp glib-2.38.2.tar.xz libav-11.1.tar.gz libav-11.7.tar.gz libnice-0.1.4.tar.gz libvpx-v1.0.0.…
I have learnt some experience about Big Data during my summer vocation,I was told that The first thing to start Big Data is to install a Linux system on my laptop,that is what I'm going to discuss about.The system which I have used was CentOs 6.5,bes…
bios必须设置u盘为第一启动项 编辑E:\EFI\BOOT\grub.cfg中所有inst.stage2=hd:LABEL=*与卷标名称一致(区分大小写)(linux系统写入镜像无需修改) inst.stage2=hd:LABEL=CentOS\x207\x20x86_64 安装ntfs-3g centos7中yum安装ntfs-3g 安装Chrome浏览器 yum install https://dl.google.com/linux/direct/google-chrome-stable_…
- BIOS settings: - Thinkpadt430, BIOS settings: Config---------------------------- Network: wake on LAN: AC Only, Ethernet LAN option ROM:Enable USB: usb UEFI BIOS Support: Disabled always on usb: enabled always on usb charge in off mode: disabled us…
apt update apt install wget wget -qO- https://get.docker.com/ | sh vim /etc/default/docker DOCKER_OPTS="--registry-mirror=http://aad0405c.m.daocloud.io" service docker restart mkdir /var/discourse git clone https://github.com/discourse/discourse…
http://blog.csdn.net/xlx921027/article/details/17382643…
author:JevonWei 版权声明:原创作品 192.168.198.134作为安装服务器,由httpd服务共享安装程序 192.168.198.134作为dhcp服务器,客户机获取IP 一.安装相应服务程序包及开启服务 yum -y install dhcp tftp-server syslinux http systemctl enable dhcpd.service tftp http systemctl start tftp systemctl start httpd system…