摘要:
##1. 下载ubuntu14.04iso镜像,可以到(ubuntu官网)[http://www.ubuntu.com/download]下载;比如我们下载的是ubuntu-14.04-server-amd64.iso##2. 配置启动项###2.1 下载[grub4dos](https://cod... 阅读全文
摘要:
##1. 建立crontab的脚本```bash $ vi /etc/cron.daily/ntpupdatedaily``` 添加如下行:```bash #!/bin/bash ntpdate stdtime.gov.hk```##2. 添加到crontab任务```bas... 阅读全文
摘要:
##1. 安装repo```bash $ mkdir ~/bin $ echo "export PATH=~/bin:\$PATH" >> ~/.bashrc $ source ~/.bashrc```获取repo并赋予可执行权限(或者参考[google官方网站](http://s... 阅读全文