1、编译内核时出现下面的错误CHK include/linux/version.hCHK include/generated/utsrelease.hmake[1]: `include/generated/mach-types.h' is up to date.CALL scripts/checks... Read More
posted @ 2015-10-30 22:06 elix Views(4722) Comments(0) Diggs(0) Edit
1、win7下安装VMware虚拟机,VMware-workstation-full-11.1.2,序列号: 1F04Z-6D111-7Z029-AV0Q4-3AEH8。2、安装ubuntu 12.04.02系统 http://mirrors.163.com/ubuntu-releases/... Read More
posted @ 2015-10-30 21:33 elix Views(451) Comments(0) Diggs(0) Edit
输入一个成绩值,大于90,得A,大于80得B,其他得C!脚本如下:#!/bin/bash read scoreif ["score" -lt 0 -o "score" -gt 100 ] then echo "iput:"elif [ "score" -ge 90 ] then echo "A"el... Read More
posted @ 2015-10-23 13:13 elix Views(8262) Comments(0) Diggs(0) Edit
今天ubuntu发布了11.04版本,但是下载的时候有desktop和alternate版本,他们之间有神马区别呢?简单的说就像WIN里面的ghost版和安装版,详细解释如下~ubuntu发布的linux里面有一个版本-desktop。因为有一套server,所以desktop很容易从字面上被理解成... Read More
posted @ 2015-10-23 13:12 elix Views(235) Comments(0) Diggs(0) Edit