Linux学习日记:第一天

时间:2014-09-16 15:52:30   收藏:0   阅读:259

一,登录Linux

Login:test

Password:123456

Last Login:Wed Dec 3 22:40:02 on tty1

test@ubuntu: startx    进入Linux的图形界面

提示需要安装xinit则,执行:

test@ubuntu: sudo apt-get install xinit

bubuko.com,布布扣

终端由黑色界面变成白底黑字。

再安装桌面环境,执行以下命令(安装需要一定时间):

test@ubuntu:sudo apt-get install ubuntu-desktop 

 安装环境管理器,gnome:

test@ubuntu:sudo apt-get install gdm

重启后则可见图形登录界面。

test@ubuntu:shutdown -r now (立即重启)

test@ubuntu:shutdown -h now (立即关闭)

 则出现:

bubuko.com,布布扣重启不成功!

切换成root用户:

bubuko.com,布布扣

 

另附:

1.新立得软件包管理器

sudo apt-get install gsynaptic 

2.无线上网模块(如果需要)

sudo apt-get install network-manager* 

3.中文支持(能够显示中文)

sudo apt-get install language-support-zh

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!