Toggle navigation
VA伐木累
社区
VA伐木累
Proxy
JSON
BASE64
MyGit
登录
注册
×
登录
邮箱
密码
忘记密码?
Ubuntu-16.04
•发布于
•作者
liuzy
•1099 次浏览
•最后一次编辑是
•来自
资讯
### 安装 - ubuntu-16.04-desktop-amd64.iso ### 打开root - `sudo passwd root` ### 换阿里云源 - 1.查看自己的ubuntu系统的codename:`lsb_release -a`,ubuntu-16.04是xenial - 2.确认阿里源支持:`http://mirrors.aliyun.com/ubuntu/dists/` - 3.备份系统源:`cp sources.list sources.list_bak` - 4.写入sources.list ``` deb http://mirrors.aliyun.com/ubuntu/ xenial main multiverse restricted universe deb http://mirrors.aliyun.com/ubuntu/ xenial-backports main multiverse restricted universe deb http://mirrors.aliyun.com/ubuntu/ xenial-proposed main multiverse restricted universe deb http://mirrors.aliyun.com/ubuntu/ xenial-security main multiverse restricted universe deb http://mirrors.aliyun.com/ubuntu/ xenial-updates main multiverse restricted universe deb-src http://mirrors.aliyun.com/ubuntu/ xenial main multiverse restricted universe deb-src http://mirrors.aliyun.com/ubuntu/ xenial-backports main multiverse restricted universe deb-src http://mirrors.aliyun.com/ubuntu/ xenial-proposed main multiverse restricted universe deb-src http://mirrors.aliyun.com/ubuntu/ xenial-security main multiverse restricted universe deb-src http://mirrors.aliyun.com/ubuntu/ xenial-updates main multiverse restricted universe ``` ### 更新 - `apt-get update` - `apt-get upgrade` - `apt-get install vim` - `apt-get install zip` ### 开机自动登陆 - 修改`/usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf` ``` [Seat:*] autologin-user=ubuntu user-session=ubuntu greeter-show-manual-login=true ``` ### 安装ssh - `apt-get install -y penssl-server` ### 安装go - `apt-get install -y golang` ### 安装git - `apt-get install -y git` ### 安装go-ethereum - `git clone https://github.com/ethereum/go-ethereum.git` - `cd go-ethereum` - `make` - 配置环境变量 ### 一个geth测试 - `git clone https://github.com/janx/ethereum-bootstrap.git` - `cd ethereum-bootstrap` - `GETH=/opt/ethereum/build/bin/geth ./bin/import_keys.sh` - `./bin/private_blockchain.sh`
0 回复
作者
liuzy
积分: 841
“ 黑眼圈圈男 ”
无人回复话题
SonarQube 9.4 + PostgreSQL
shell倒计时
日常网络巧技
使用ssh创建socks5代理服务
NodeJS集群demo
作者其他话题
SonarQube 9.4 + PostgreSQL
shell倒计时
日常网络巧技
使用ssh创建socks5代理服务
NodeJS集群demo
回到顶部
友情链接:
JFinal
©2015 Powered by
jfinalbbs
沪ICP备15012258号