博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ubuntu 14.04安装
阅读量:5828 次
发布时间:2019-06-18

本文共 1492 字,大约阅读时间需要 4 分钟。

最近想搞spark。没有集群环境,想先在单机上跑。但是两年前一直用到现在的virtualbox已经太老,很多源都停更了。所以准备装ubuntu14.04。

0. 更新源。163的源有问题,用的是sohu的源;

1 deb http://mirrors.sohu.com/ubuntu/ trusty main restricted universe multiverse 2 deb http://mirrors.sohu.com/ubuntu/ trusty-security main restricted universe multiverse 3 deb http://mirrors.sohu.com/ubuntu/ trusty-updates main restricted universe multiverse 4 deb http://mirrors.sohu.com/ubuntu/ trusty-proposed main restricted universe multiverse 5 deb http://mirrors.sohu.com/ubuntu/ trusty-backports main restricted universe multiverse 6 deb-src http://mirrors.sohu.com/ubuntu/ trusty main restricted universe multiverse 7 deb-src http://mirrors.sohu.com/ubuntu/ trusty-security main restricted universe multiverse 8 deb-src http://mirrors.sohu.com/ubuntu/ trusty-updates main restricted universe multiverse 9 deb-src http://mirrors.sohu.com/ubuntu/ trusty-proposed main restricted universe multiverse10 deb-src http://mirrors.sohu.com/ubuntu/ trusty-backports main restricted universe multiverse

然后执行:

1 apt-get update

1. 首先是允许root登录;

1 vi /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf

加入这一句:

1 greeter-show-manual-login=true

然后再修改一下root密码:

1 sudo passwd root

2. 装virtualbox 的extension,不然都不能全屏和复制;

老是提示

The headers for the current running kernel were not found. If the following

module compilation fails then this could be the reason.

解决方案是安装下面的东西:

1 apt-get install g++ linux-headers-3.13.0-32-generic build-essential dkms

缺一不可。

转载于:https://www.cnblogs.com/linyx/p/3984978.html

你可能感兴趣的文章
stream classdesc serialVersionUID = -7218828885279815404, local class serialVersionUID = 1.
查看>>
ZAB与Paxos算法的联系与区别
查看>>
Breaking parallel loops in .NET C# using the Stop method z
查看>>
修改故障转移群集心跳时间
查看>>
[轉]redis;mongodb;memcache三者的性能比較
查看>>
微软职位内部推荐-Sr DEV
查看>>
让你的WPF程序在Win7下呈现Win8风格主题
查看>>
802.11 学习笔记
查看>>
Leetcode-Database-176-Second Highest Salary-Easy(转)
查看>>
构建Docker Compose服务堆栈
查看>>
最小角回归 LARS算法包的用法以及模型参数的选择(R语言 )
查看>>
Hadoop生态圈-Kafka常用命令总结
查看>>
如何基于Redis Replication设计并实现Redis-replicator?
查看>>
浮点数内存如何存储的
查看>>
贪吃蛇
查看>>
EventSystem
查看>>
用WINSOCK API实现同步非阻塞方式的网络通讯
查看>>
玩一玩博客,嘿嘿
查看>>
P1352 没有上司的舞会
查看>>
ios11文件夹
查看>>