Main Categories By including one of the Main Categories in an application‘s desktop entry file, the application will be ensured that it will show up in a section of the application menu dedicated t...
分类:
其他好文 时间:
2014-09-11 19:38:52
阅读次数:
253
新安装了redhat6.5.安装后,登录系统,使用yumupdate更新系统。提示:ThissystemisnotregisteredtoRedHatSubscriptionManagement.Youcanusesubscription-managertoregister.无法更新。redhat默认自带的yum源需要注册,才能更新。我们想不花钱也可以更新,需要替换掉redhat的yum..
分类:
其他好文 时间:
2014-09-11 19:37:43
阅读次数:
257
搭建sftp,需要三个部分: zlib(包含zlib,zlib-devel),openssl,openssh,所需要的rpm包在csdn里都有
1.一般的linux系统,包括rehat,centos等基本都有安装openssl
检测: which openssl
由于依赖性的问题,强制安装openssl-devel
rpm -ivh --nodeps --force openssl-...
分类:
系统相关 时间:
2014-09-11 19:29:22
阅读次数:
296
实验环境:主机:win8.1虚拟机软件:VirtualBox4.3虚拟的主机:centos6.5 final亲测可用!1.安装增强功能包(VBoxGuestAdditions) 打开虚拟机,运行centos,在菜单栏选择“设备->安装增强功能”,根据提示即可安装成功(成功后也可以实现真正的全屏)。....
centos 6.5 在virtual box 上 安装增强版工具: 出现:centos unable to find the source of your current linux kernelIs it too late to contribute to this thread? I fo.....
分类:
其他好文 时间:
2014-09-11 19:10:42
阅读次数:
160
在window7下面虚拟了一个CentOS6.3,为了学习命令行就没有装图形包,所以我的CentOS是黑屏的那种,呵呵,当然了,VMWare提供的增强功能我就不能用了(或许能吧,我不知道怎么设置?),正好,就借这个机会逼着自己把samba学习一下,说“逼”一点也不夸张,我从昨天下午6点到现..
分类:
系统相关 时间:
2014-09-11 17:31:53
阅读次数:
267
#cd /etc/yum.repos.d/wget http://download.virtualbox.org/virtualbox/rpm/rhel/virtualbox.repoyum install kernel-devel dkms.noarchyum install VirtualBox...
分类:
其他好文 时间:
2014-09-11 16:59:02
阅读次数:
252
第1步:使用本机或ssh连接到centos系统,“/sbin/iptables -I INPUT -p tcp --dport 3306 -j ACCEPT”命令并确定。 自己想开放什么端口,就直接在命令里写上什么端口,一般web网站默认为80端口,tomcat为8080,m...
分类:
其他好文 时间:
2014-09-11 15:35:02
阅读次数:
314
本文首发于烂泥行天下。由于工作需要,需要把本机的文件夹共享出去,然后让CentOS服务器临时使用下。服务器使用的是CentOS系统,而本机使用的win7系统。考虑到是临时使用,所以就不打算搭建FTP和Samba服务器,直接通过CentOS挂载windows共享文件夹的方式来达到此目的。既然是使..