摘要:为避免重装完系统后的琐碎重复的配置工作,写一自动化配置脚本如下:ubuntu_rc#!/bin/sh# ubuntu_rc: Config the environment after the installation of Ubuntu# this script is strongly recommend executed with root ## define variablesSRC=~/DownloadsLOG=~/logERROR_LOG=~/error_log# define functionsstatus() { STATUS=$? #echo -en "\033[68G
阅读全文
posted @ 2013-07-28 20:54
浙公网安备 33010602011771号