ubuntulinux系统:Ubuntu Linux系统下查看服务器工作记录

1) 使用root登录 使用passwd root来修改root密码在系统设置安全项中设定允许管理员登录 2)远程控制:Xmanager3(图形界面) a:仅仅作为图形显示 #expore DISPLAY=IP:0.0 #./runInstaller 这样oracle安装图形界面就显示到了你所设置ip上 b:远程登录 修改/etc/gdm/gdm.conf [daemon]项下RemoteGree... [阅读全文]

ubuntulinux: 4步轻松搞定Ubuntu Linux下WPA无线上网

在wpa模式下如何使用无线网络 1、安装wpa_supplicant apt-get wpasupplicant 2、创建/etc/wpa_supplicant.conf包含以下内容: network={ ssid="你无线网ssid" psk="你wpa口令" key_mgmt=WPA-PSK proto=WPA pairwise=TKIP } 3、编辑/etc/network/erfaces... [阅读全文]
1 共1条 分1页