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 ------------------------------------------------------------------ ...
随机推荐
- 如何保护好我们的比特币(bitcoin)
转自:http://8btc.com/thread-819-1-1.html 随着比特币(BTC)的使用者越来越多:价格也很高(2013年,1比特币价格长期在100美元以上):同时比特币没有一个中央机 ...
- IIS10搭建FTP服务
1.首先是基本搭建 http://jingyan.baidu.com/article/0bc808fc408fa91bd585b94f.html 2.计算机—管理----本地用户和组----本地用户- ...
- db2的count()函数和sum()函数的用法
一.count()函数可以使用参数,例如count(*)和count(列名) count(*)用来计算在指定条件下,满足条件的行数,例如: select count(*) from tablename ...
- 关于Visio的vba操作,遍历目录,对所有vsd文件操作,导入excel文件
1.vba遍历要添加引用,runtime 2.不能打开单独的application,因为在获取到shape的picture属性时候,新打开的application不能够获取到.提示自动化错误. 3.定 ...
- IEEP-网络规划
HCNP-R&S证书是公认人具备中小型企业网络构建和管理能力的专业人士 IEEP包含五个方面内容 1.网络规划与设计 2.网络实施与维护 3.网络排障 4.网络优化 5.网络割接 ...
- 一个SAP开发人员的2017总结
今年的生活如此丰富多彩,不写一点什么怎么对得起这过去的一年? 就当记流水账,若干年之后回来看一定很有意思. 1月 有幸成为SAP Community上2位来自China的SAP mentor之一: 3 ...
- SQL的id奇迹
SELECT id,name FROM test where name is null and id>=26 limit 26,3 这里26和26没关系,不是id额
- swift语言的特点(相对于oc)
1.泛型.泛型约束与扩展: 2.函数式编程: 3.值类型.引用类型: 4.枚举.关联值.元组等其他 上述为swift最大的特点 Another safety feature is that by de ...
- ART_20190430
Algorithm-算法题 第一个只出现一次的字符 在一个字符串(0<=字符串长度<=10000,全部由字母组成)中找到第一个只出现一次的字符,并返回它的位置, 如果没有则返回 -1(需要 ...
- 使用ParseExact方法将字符串转换为日期格式
实现效果: 知识运用: DateTime结构的ParseExact方法 public static DateTime ParseExact(string s,string format,IFormat ...