Xmanager 4 注册码 序列号 2014年到期 141213-116390-999366 记录备用
生活随笔 技术点滴
Hello, Welcome to my blog,Thank you!
Xmanager 4 注册码 序列号 2014年到期 141213-116390-999366 记录备用
前天配了solaris 10的VNC,觉得过于复杂,网上查了资料,Xmanager则比较简单,solaris默认支持xmanager的远程管理 通过cde-login服务进行管理 ps-ef|grep dtlogin 可以查看到是否启用,默认是启动了,但是无法进行连接,因为配置文件没有启用 需要更改gdm.conf文件 vi /etc/X11/gdm/gdm.conf 找到[xdmcp]这段话 将Enab
1. 启用root远程ssh vi /etc/ssh/sshd_config 将 PermitRootLogin no 修改为 PermitRootLogin yes 重启ssh svcadm restart ssh 2. 安装VNC solaris的企业版不好找,就用了realvnc官方提供的free 版本 VNC Free Edition 4.1 环境变量改错的,导致大部分程序不能执行,vi的目录在 /usr/bin ./vi /etc/profile
Redhat5 下mount windows下的共享文件夹 Redhat5貌似采用了cifs的格式用smbfs报错file system不对的错误。 mount -t cifs -o username=admin,password=”**”, //10.9.8.10/e$ /soft umount /soft redhat与windows共享访问 mount挂载
1. 下载RPM包 vnc-4_1_3-x86_linux.rpm 其他版本也可以 2. rpm -ivh vnc-4_1_3-x86_linux. rpm 安装VNC server 3. 执行命令 vncserver 会生成配置文件 4.更改配置文件 vi /etc/sysconfig/vncservers VNCSERVERS=”1:root” –这里可以多个用户如1:root 2:div1 VNCSERVERARGS[1]=”-geometry 1024×768̸
Ubuntu 10.04 下载地址:http://www.ubuntu.com/getubuntu/download 今天下载下来体验了一把,已经支持的很多软件了,界面也是相当的酷了,如果能解决50%的软件的兼容性问题,我一定会抛弃windows的,至少家用我会抛弃windows,而且我会推荐更多的人去用,不为别的,纯粹为了推广开源、免费
命令行方式启动linux: vi etc/inittab id:5改为3 只有鼠标可以自由进出,不能复制粘贴。 进入/etc/X11/,用文本打开xorg.conf,加上以下几段: Section “Monitor” Identifier “vmware” EndSection Section “InputDevice” Identifier “Mouse0″ Driver “vmmouse” Option “Protocol” “Auto” Op
1.修改/etc/inittab文件 将启动级别设置为5: id:5:initdefault: 2.修改 /usr/share/gdm/defaults.conf 将 [xdmcp] 部分的 Enable 设置为true,修改如下: [xdmcp] Enable=true 找到Port=177 去掉# 如没有则添加:Port=177 将AllowRemoteRoot=true前的#去掉,启用远程root登陆。 在windows上安装Xmanager, 运行Xbrow