Learning Experience of Big Data: Learn to install CentOs 6.5 on my laptop
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,besides,the jdk I used in this system was jdk1.8.1_171,which can be found in http://www.oracle.com(the official site of Oracle).The virtual machine I have used was VM Workstation 10(I will called it by VM in my following artical).The material which was used is CentOS 6.5.iso,jsutust like the following image:

So,let's start it.
The first thing to do is open the VM and click the button "create a new virtual machine" to creat it(which is called "创建新的虚拟机" by chinese , I used the version which is translated into chinese),then a optional view will bes shown just like this:

we choose customize(which is called "自定义" by chinese) to begin and Click next.We can continue clicking until this view is shown:

We'd better not to instal the iso file at this time,because if we install it know ,we will come to a view which means to have a quick installation,which will install some drivers we do not need.So we choose I'll install the operation system later.
Next we will choose some settings related to our virtual machine,I'll show you on the picture.The positions which need to change I will marked with red pencil


We will click "next" untill this picture(Remeber:The storage you give to the machine can be 512 MB or 1024 MB ,The later will be fatser but occupied more storage on you laptop.And the network model must be NAT!)

On this step we'll choose customize hardware and delete the drivers we needn't.

As you can see,the printer,audio driver and the controller of USB are what we need not,so we remove them.And at this time,you can click CD/DVD to add the iso file to initialize our virtual machine.

And then click close and finish,the virtual machine will be generated automatically.We open the virtual machine to set some properties of this new baby.
Choose install it and a view will be shown,we choose to skip it because we don't have media .We can click "OK" until we choose the language we use,we choose English as the language of course,and we choose to disgard the data and install it basically.The it will show us with a table to change our hostname,we'd better not to change the name because there are some settings later will use the name "localhost".
Then we choose to set the time and then set root password-which will be used everytime we enter the system.

After set the password,we just need to click "next" to install.
After the installation is finished,we click reboot to restart the system.This is the end of Installation.
Learning Experience of Big Data: Learn to install CentOs 6.5 on my laptop的更多相关文章
- Learning Experience of Big Data:The First Day-Try to set up a network connection on my virtural machine
After we install our virtual machine,the first thing we should do is to set up a network connection ...
- Learning Experience of Big Data: Deploying Tomcat 8.0 and connect ssh without password
This mission seems to be easier--we can just decompression Tomcat to our virtural machine and deploy ...
- Learning Experience of Big Data: Connect CentOs to Xshell and set Java environment on CentOS
1.set up connections between vitural machine and Xshell: After we connect the virtural machine to ne ...
- 少标签数据学习:宾夕法尼亚大学Learning with Few Labeled Data
目录 Few-shot image classification Three regimes of image classification Problem formulation A flavor ...
- Learning Spark: Lightning-Fast Big Data Analysis 中文翻译
Learning Spark: Lightning-Fast Big Data Analysis 中文翻译行为纯属个人对于Spark的兴趣,仅供学习. 如果我的翻译行为侵犯您的版权,请您告知,我将停止 ...
- 【Tools】-NO.4.Tools.1.VM.1.001-【VMware Workstation PRO 12 Install CentOS 7.1】-
1.0.0 Summary Tittle:[Tools]-NO.4.Tools.1.VM.1.001-[VMware Workstation PRO 12 Install CentOS 7.1]- S ...
- data mining,machine learning,AI,data science,data science,business analytics
数据挖掘(data mining),机器学习(machine learning),和人工智能(AI)的区别是什么? 数据科学(data science)和商业分析(business analytics ...
- Vue learning experience
一.内置指令[v-ref] Official-document-expression: 父组件在子组件上注册的索引,便于直接访问.不需要表达式,必须提供参数ID,可以通过父组件的$ref对象访问子组件 ...
- mini install centOS log
no ifconfig yum install net-tools ------------------------------------------------------------------ ...
随机推荐
- 《ArcGIS Runtime SDK for Android开发笔记》——(11)、ArcGIS Runtime SDK常见空间数据加载
ArcGIS Runtime SDK for Android 支持多种类型空间数据源.每一种都提供了相应的图层来直接加载,图层Layer是空间数据的载体,其主要继承关系及类型说明如下图所示: 转载请注 ...
- 玩得一手好注入之order by排序篇
看了之前Gr36_前辈在先知上的议题,其中有提到排序注入,这个在最近经常遇到这样的问题,所以先总结下order by 排序注入的知识. 0×00 背景 看了之前Gr36_前辈在先知上的议题,其中有提到 ...
- Linux(Ubuntu) 常用命令
玩儿转Linux:终端命令用法精选 最近再一次拾起了Ubuntu,为了更好的玩儿转Linux,专门到网上搜到的这些常用的终端命令,根据命令使用类别的不同分为了9个大类,都在下面一一列举了出来,个人觉得 ...
- GO Lang学习笔记 - 基础知识
Go lang Learn Note 标签(空格分隔): Go Go安装和Go目录 设置环境变量GOROOT和GOPATH,前者是go的安装目录,后者是开发工作目录.go get包只会将包下载到第一个 ...
- 腾讯云微信小程序域名变更指南
1 . 将域名添加到云解析里面, 将解析的地址指向已有的小程序负载均衡地址: https://console.qcloud.com/cns 将域名添加到解析列表 添加成功之后,点击解析按钮,添加二级域 ...
- create-react-app 打包后文件路径问题
在package.json 加入 "homepage": "需要的路径",
- Linux中如何安装配置Mysql和SVN服务端
目标Linux系统为centOS 一.安装登陆mysql 1.直接以root用户运行:yum install mysql 和yum install mysql-server等带安装完成. 2.安装 ...
- 再学UML-深入浅出UML类图(二)
类与类之间的关系(1) 在软件系统中,类并不是孤立存在的,类与类之间存在各种关系,对于不同类型的关系,UML提供了不同的表示方式. 1. 关联关系 关联(Association)关系是类与 ...
- 【转载】#446 - Deciding Between an Abstract Class and an Interface
An abstract class is a base class that may have some members not implemented in the base class, but ...
- OC @protocol(声明协议 )
@protocol Study; int main(int argc, const char * argv[]) { @autoreleasepool { Student *stu = [[[Stud ...