随笔分类 -  linux服务安装

VNC如何和宿主机共享粘贴板
摘要:假设目标主机是linux,终端主机是windows(就是在windows上使用VNC登陆linux)在linux中执行vncconfig -nowin&在linux选中文字后,无需其他按键,直接在windows中可以黏贴。在windows中选中文字,Ctrl+C,在linux中按中键黏贴。 阅读全文

posted @ 2014-02-15 15:26 唐装鼠 阅读(604) 评论(0) 推荐(0)

CentOS6 NFS的安装配置
摘要:NFS的安装配置:centos 5 :yum install nfs-utils portmapcentos 6 :yum install nfs-utils rpcbind本节是使用centos 6的配置过程:设备:两台 centos6 OS 安装的时候选择的是"Basic Server"软件配置包。首先,让两台机器都安装NFS的 软件包,如下显示的是服务器端:[root@roothomes /home]$ yum install nfs-utils rpcbindLoaded plugins: fastestmirrorLoading mirror speeds fro 阅读全文

posted @ 2013-10-30 15:18 唐装鼠 阅读(388) 评论(0) 推荐(0)

Linux下LAMP环境的安装
摘要:Linux下LAMP环境的安装 阅读全文

posted @ 2013-10-30 15:17 唐装鼠 阅读(100) 评论(0) 推荐(0)

CentOS 安装VNC
摘要:一、安装相应桌面环境与vnc服务端和客户端:# yum groupinstall "GNOMEDesktopEnvironment"(CentOS 5.x安装GNOME桌面环境)# yum groupinstall "X WindowSystem" "Desktop"(CentOS 6.x安装GNOME桌面环境)# yum groupinstall Xfce(CentOS安装Xfce桌面环境,可选)# yum install vnc-server vnc* (CentOS 5.x里)# yum install tigervnc-ser 阅读全文

posted @ 2013-10-30 15:13 唐装鼠 阅读(571) 评论(0) 推荐(0)

导航