centos 6.3搭建个人私有存储owncloudownCloud 是一个来自 KDE 社区开发的免费软件,提供私人的 Web 服务。当前主要功能包括文件管理(内建文件分享)、音乐、日历、联系人等等,可在PC和服务器上运行。简单来说就是一个基于Php的自建网盘。基本上是私人使用这样,因为直到现在开发版本也没有暴露注册功能。我这里呢使用的是一台机器搭建的后端呢没有搭建存储。大家可以后端搭建分布式
原创 2014-03-24 11:30:44
3058阅读
2点赞
DNS 实验一:转发,泛解析,负载均衡,主从服务器 主服务器的配置(10.10.10.10): [root@server1 ~]# yum  -y install bind*( centos 6.3  bind-9.8.2-0.10.rc1.el6_3.4.i686) [root@server1 ~]# vi /etc/named.conf   optio
dns
原创 2012-10-15 12:33:37
733阅读
今天在一台DELL Vostro 200的机器上安装CentOS 6.3,起初用U盘安装的方式,用UltroISO把CentOS 6.3的镜像烧录进U盘,用平时烧录Windows的方法。拿U盘去DELL那台机器,按F12用USB启动,进去可以看到INSTALL的选项,回车进去,出现一段代码信息,最后提示Boot有问题。看到手头上有空白的DVD光盘,于是用ImgBurn来刻录光盘,再到DELL 20
原创 2014-08-13 10:19:03
627阅读
              Puppet 安装   1,下载安装puppetlabs-release-6-1.noarch.rpm [root@localhost usr]# wget http://yum.puppetlabs.com/el/6/product
原创 2013-03-19 11:22:39
837阅读
            YUM 一 yum介绍: 软件包管理器  Yum(全称为 Yellow dog Updater, Modified)是一个在Fedora和RedHat以及SUSE、CentOS中的Shell前端软件包管理器。基於RPM包管理,能够从指定的服务器自动下载RPM包并且安装,
原创 2013-03-20 10:58:09
659阅读
    一,介绍  subversion(简称svn)是近年来崛起的版本管理软件,是cvs的接班人。目前,绝大多数开源软件都使用svn作为代码版本管理软件。   Subversion是一个版本控制系统,相对于的RCS、CVS,采用了分支管理系统,它的设计目标就是取代CVS。互联网上免费的版本控制服务多基于Subversion。[1]    Subversion的版本库可以
原创 2013-04-03 09:17:49
615阅读
安装VNC Server简单教程。本文系统环境为Centos 6.3_X64位,已经使用yum 安装好桌面环境yum groupinstall "Desktop" "Desktop Platform" "X Windows System"因为系统太新,使用yum install tigernvc-server 安装VNC提示找不到文件,从
原创 2013-07-18 17:52:11
985阅读
1点赞
5评论
一 服务端配置1.配置前先关闭iptables和SELINUX,避免安装过程中报错。[root@localhost tw]# service iptables stopiptables: Flushing firewall rules: [  OK  ]iptables: Setting chains to policy ACCEPT: filter [&n
原创 2014-11-03 18:13:43
802阅读
今天下载了个.avi 的视频,用centOS自带的Movie player播放,有声音但是花屏,伤不起,可能是解码器的问题吧,没有去研究直接下载了一个MPlayer来用  下载地址:http://www.mplayerhq.hu/design7/news.html 下载后解压, 解压后有个TOOLS目录,里面有README,可以参考安装 开始编译安装 ./configure&nbs
原创 2012-08-20 17:37:27
1328阅读
  webdav setup   [root@aa-postfix-01 conf]# vim httpd.conf LoadModule dav_module modules/mod_dav.so LoadModule dav_fs_module modules/mod_dav_fs.so [root@cn-daus-multi-01 conf.d]# vim w
原创 2013-03-26 13:18:34
842阅读
  hudson   [root@m1 yum.repos.d]# yum install java-1.6.0-openjdk [root@m1 yum.repos.d]# yum install java-1.6.0-openjdk-devel     download hudson   [root@m1 usr]# wget
原创 2013-03-27 16:10:35
865阅读
  Rssh sftp centos6.3   [root@aa-mysql-02 usr]# yum install rssh-2.3.3-2.el6.x86_64.rpm     [root@aa-mysql-02 scusftp]# vi /etc/rssh.conf   [root@aa-mysql-02 scus
原创 2013-04-18 11:50:38
816阅读
准备:关闭linux防火墙#chkconfig --level 35 iptables off关闭selinux:编辑配置文件/etc/selinux/config,改为SELINUX=disabled重启电脑!开始1.先查看系统是否安装了vsftpd和ftp,#rpm –q vsftpd       和#rpm -q ftp出现上图所示内容XXXX is not i
FTP
转载 精选 2014-03-25 17:25:10
356阅读
系统环境介绍: Centos 6.3 IP:192.168.1.185/24 安装必须源 #rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm 安装常用工具 #yum -y install vim wget make gcc automake yum-utils un
原创 2013-06-06 09:34:02
1049阅读
编译环境和编译方法安装编译环境:#yum install gcc gcc-c++ gcc-g77 flex autoconfig automake bison zlib-devel bzip2-devel ncurses-devel libtool libtool-ltdl openssl openssl-devel pam-devel libtermcap-devel curl-devel li
原创 2012-09-10 20:36:39
591阅读
  [root@cn-svn-multi-01 ~]# mount -t nfs 192.168.0.234:/mnt/nfs/test/nfs-1 /mnt mount: wrong fs type, bad option, bad superblock on 192.168.0.234:/mnt/nfs/test/nfs-1,     &
原创 2013-03-20 11:04:10
2111阅读
  tftp error     [root@aa-config-01 dhcp]# cat /etc/xinetd.d/tftp # default: off # description: The tftp server serves files using the trivial file transfer \ #   
原创 2013-03-21 09:51:58
539阅读
   backuppc install     [root@localhost yum.repos.d]# wget http://dev.centos.org/centos/5/CentOS-Testing.repo   [root@localhost yum.repos.d]# yum install httpd
原创 2013-03-26 09:44:23
1058阅读
  git git gitweb   GIT 安装 1,安装  [root@cn-dns-test03 /]# yum install git  [root@cn-dns-test03 home]# useradd --home /home/git git [root@cn-dns-test03 home]# passwd git
原创 2013-04-03 09:19:09
944阅读
  一 安装jdk [root@mysql1 usr]# chmod +x jdk-6u34-linux-x64.bin [root@mysql1 usr]# ./jdk-6u34-linux-x64.bin [root@mysql1 jdk1.6.0_34]# pwd /usr/jdk1.6.0_34 [root@mysql1 jdk1.6.0_34]# vim /et
原创 2013-04-09 15:46:08
595阅读
  • 1
  • 2
  • 3
  • 4
  • 5