Ubuntu 11.10 实现 12 秒启动

七月 26th, 2011 | No Comments | Posted in Ubuntu | 阅读次数: 26

即将于今年10月发布的Ubuntu 11.10将比前版启动更快。 Ubuntu 11.10目前还是Alpha 2版本,在一台处理器上Intel Core 2 Duo E8400(3.00 GHz)的电脑上安装之后,它的冷启动速度只需12秒[......]

Read more

Tags:

Ubuntu 12.04/12.10/13.04 发布进程公布

七月 20th, 2011 | 2 Comments | Posted in Ubuntu | 阅读次数: 19

虽然Oneiric Ocelot Ubuntu 11.10还停留在Alpha预览测试阶段,尚未进入Beta测试,但是Ubuntu Wiki上今天已经公布了后续三个版本Ubuntu 12.04、12.10、13.04的详细发布进程。 其实U[......]

Read more

Tags:

ubuntu10.04下获取DELL硬盘序列号

七月 12th, 2011 | No Comments | Posted in Ubuntu | 阅读次数: 26

Author:gaojinbo Time:2011-6-30 Email:admin@gaojinbo.com 环境: 只适合ubuntu10.04以上版本 echo ‘deb http://linux.dell.c[......]

Read more

Tags: ,

ubuntu10.04+virtualbox+win2003安装配置

六月 20th, 2011 | 4 Comments | Posted in Ubuntu | 阅读次数: 62

Author:gaojinbo Time:2011-6-20 Email:admin@gaojinbo.com 这个文档是我星哥写的,非常不错,照着操作,通过下面几个步骤就能在ubuntu10.04 tls控制台下安装vir[......]

Read more

Tags: ,

Ubuntu10.04 apache2 webdav 配置

五月 26th, 2011 | 6 Comments | Posted in Ubuntu | 阅读次数: 37

Step 1 We will use Ubuntu 10.04 server with the IP address 192.168.10.100 here. sudo su Step 2

  • Installing Web[......]

Read more

Tags: ,

Ubuntu 11.04/11.10/12.04初步发布日程

五月 24th, 2011 | 9 Comments | Posted in Ubuntu | 阅读次数: 35

至于未来三个版本的发布日程,目前还都是暂定,可能会随着开发进展而有所变化,但总体框架已经明晰,比如12.04 LTS将会有四个Alpha和两个Beta测试版。另外当前最新的Ubuntu 10.04也是个LTS长期支持版本,未来三年内还会享受[......]

Read more

Tags:

ubuntu下apt-get锁定指定软件不更新

四月 14th, 2011 | 4 Comments | Posted in Ubuntu | 阅读次数: 34

Author:gaojinbo Time:2011-4-14 很多时候,通过apt-get upgrade会更新我们不想要更新的软件,通过以下方法可以很好地做到锁定不更新: echo "nginx hold&quot[......]

Read more

Tags: ,

ubuntu 10.04下安装php5.2.x

四月 9th, 2011 | 9 Comments | Posted in PHP, Ubuntu | 阅读次数: 55

1.检测php安装版本
php_installed=`dpkg -l | grep php| awk ‘{print $2}’ |tr "\n" " "`

2.删除已安装的php
sudo ap[......]

Read more

Tags: ,

linux专家必备工具rz 推荐使用

四月 8th, 2011 | 8 Comments | Posted in Ubuntu | 阅读次数: 18

Author:gaojinbo Time:2011-4-7 Email:admin@gaojinbo.com   linux专家必备工具rz 推荐使用 很多时候想要从LINUX远程下载或上传文件,我们的选择就是scp[......]

Read more

Tags:

linux下以其他用户执行命令

四月 1st, 2011 | 14 Comments | Posted in Ubuntu | 阅读次数: 79

Author:gaojinbo Time:2011-04-01 Email:admin@gaojinbo.com 很多时候需要以特定的用户执行一些程序,通过以下方法就可以了,超级简单:)   如,以www-d[......]

Read more

Tags: