快捷搜索:   服务器  安全  linux 安全  MYSQL  dedecms

ubuntu 服务器工作记录(远程控制)

1) 使用root登录

使用passwd root来修改root的密码,在系统设置的安全项中设定允许管理员登录

2)远程控制:Xmanager3(图形界面)

a:仅仅作为图形显示

#expore DISPLAY=IP:0.0

#./runInstaller

这样,oracle安装的图形界面就显示到了你所设置的ip上

b:远程登录

修改/etc/gdm/gdm.conf

项下的RemoteGreeter=/usr/lib/gdm/gdmlogin行前的#去掉

项下的Enable=false改为Enable=ture

修改/etc/gdm/gdm.conf-custom,内容如下:

DefaultSession=gnome.desktop
RemoteGreeter=/usr/lib/gdm/gdmgreeter


DisallowTCP=false

AllowRoot=true

AllowRemoteRoot=true

Enable=true

GtkRC=


DefaultFace=

GlobalFaceDir=/usr/

重新启动,在Xmanager的Xbrowser中就可以看到了,双击即可打开登录界面

3)远程控制putty(文字界面)

putty控制很简单,但是由于文件内有中文字符,不认,所有设置了一下其字符

确认配置如下:

export LANG=zh_CN.UTF-8export LANGUAGE=zh_CN:zh>. .bash_profile然后设置putty,选择 Category中的Windows--->Translation ----> Received data assumed to be ...

把character设置为 "UTF-8"

这样就能显示中文了

4)webmin(图形界面)

webmin可以使用ssh的方式在浏览器中对服务器进行管理,可以本地也可以远程,而且带中文界面,呵呵,不错。


顶(0)
踩(0)

您可能还会对下面的文章感兴趣:

最新评论