YOYO的最新BLOG文章

Jun
05

从前天开始,在我的朋友PPOPCN的帮助下,我一直在ubuntu上安装cPanel。可能有人感觉奇怪了,为什么从前天一直在安装呢?在安装的过程中出现了很多没想到的问题,包括操作方面、系统方面和硬件方面的问题。不过经过我的不懈努力,我还是成功安装上了,下面说一下我的安装过程。

其实安装的步骤是很简单的,首先在终端按顺序执行下面三个命令。

1、cd /home
2、wget http://layer1.cpanel.net/latest
3、sh latest

执行完毕后,那就是一个漫长的等待了,等待多长时间视你的网络情况而定。我的网络不好,整整用了一整天来安装,我用的是虚拟机,所以在安装的过程中可以继续做别的事情。不要着急,就等吧,着急也没用:)

在安装的中间,需要有一些设置,输入yes或者no就可以了,有很多我也不知道是什么意思,所以我能看懂的就按自己的要求设置,看不懂的就凭感觉设置了。因为我的英文不好啊,现在终于知道英文好对自己的重大帮助了。
阅读全文 ->

Tags: ,
Posted in Linux & ubuntu
Mar
24

Ubuntu 中的 root 帐号默认是被禁用了的。在这种情况之下,如果你想要使用 root 的权限来干些事情,就需要 sudo 指令。对某些朋友来说,他们可能需要激活 Ubuntu 中的 root 帐号。

在 Ubuntu 中激活 root 帐号的过程如下:

1. 在终端执行 sudo passwd root 指令后,系统将会提示你设置一个新的 root 帐号密码。在你没经过当前用户密码验证的时候,还要求你先输入当前用户密码,然后才能设置新的root密码。
2. 点击 System -> Preferences -> Login Window 菜单,并切换到 Security 选项页,然后选中其下的“Allow local system administrator login”选项。

执行上述两步后,你便可以使用 root 帐号登录 Ubuntu 系统了。

如果要再次禁用 root 帐号,那么可以执行 sudo passwd -l root。

Tags: , ,
Posted in Linux & ubuntu
Mar
24

The ubuntu, which I heard from brother Si yesterday is a perfect Linux. Now I’m installing it on my computer. It is great that you can do many things and browse internet instead of wait for it only while you are installing it.

It is not satisfying that It can’t support Chinese typewriting, that is why I write this blog in English. In the same time, I find Baidu is mightiness to identify character.

This is my first English blog, my English is not good, please don’t laugh at me. haha…

OK, stop here, I finish installing it now.

Tags: ,
Posted in Linux & ubuntu