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