1.配置环境:yum install gcc pam-devel openssl-devel -y 2.进入指定目录下载并解压xrdp:先安装wget; sudo yum -y install wget wget http://hivelocity.dl.sourceforge.net/projec...
                            
                            
                                分类:
其他好文   时间:
2015-04-06 20:08:18   
                                阅读次数:
367
                             
                    
                        
                            
                            
                                软件包管理
    软件包组成
    二进制程序
    配置文件
        单文件
        将主配置文件切割成多个小文件,并放置于某个目录中。
            /etc/profile ,/etc/profile.d/*
            /etc/pam.conf , /etc/pam.d/*
        单文件,在内部分割成多个片段。
  ...
                            
                            
                                分类:
系统相关   时间:
2015-04-04 09:20:08   
                                阅读次数:
181
                             
                    
                        
                            
                            
                                centos7许多命令都变了,又要重新记了。centos7默认安装了httpd吧?记不清了,看一下: rpm -qa |grep httpd没有的话,安装一下吧。yum -y install httpdyum -y install phpyum -y install php-gd php-ldap ...
                            
                            
                                分类:
Web程序   时间:
2015-04-03 12:50:40   
                                阅读次数:
274
                             
                    
                        
                            
                            
                                Linux系统教程功能特点1.采用Danted最新稳定版本1.4.0编译安装。2.自动识别系统IP(默认排除192.168.0.*,10.0.0.*,127.0.0.*),检测多Ip时,进行交互式选择Ip配置(直接回车则全部配置)。3.采用Pam用户认证,认证不需要添加系统用户(默认添加进程用户sock),删除、添加用户..
                            
                            
                                分类:
其他好文   时间:
2015-04-02 16:49:12   
                                阅读次数:
426
                             
                    
                        
                            
                            
                                PHP支持的由Daniel Stenberg创建的libcurl库允许你与各种的服务器使用各种类型的协议进行连接和通讯。libcurl目前支持http、https、ftp、gopher、telnet、dict、file和ldap协议,以下代码是 微信支付中,curl的使用代码 $ch = cu...
                            
                            
                                分类:
Web程序   时间:
2015-04-02 14:52:56   
                                阅读次数:
170
                             
                    
                        
                            
                            
                                PAM: pluggable authentication modules for linuxhttp://www.linux-pam.org/whatispam.htmlA suite of shared libraries that enable the local system adminis...
                            
                            
                                分类:
系统相关   时间:
2015-03-31 19:36:50   
                                阅读次数:
153
                             
                    
                        
                            
                            
                                当时的判断是php和sqlite没有建立联系yum install php-gd php-imap php-ldap php-odbc php-pear php-xml php-xmlrpc然后正常了估计是其中某个模块,不详细测试
                            
                            
                                分类:
数据库   时间:
2015-03-31 06:21:16   
                                阅读次数:
163
                             
                    
                        
                            
                            
                                一.安装vsftpd及相关依赖包#vsftpd安装程序yum install vsftpd#vsftpd虚拟登陆账户必要依赖包yum install pam* db4*安装完之后,vsftpd默认在/etc/vsftpd目录下二.修改vsftpd.conf (/etc/vsftpd/vsftpd.c...
                            
                            
                                分类:
系统相关   时间:
2015-03-30 22:34:02   
                                阅读次数:
178
                             
                    
                        
                            
                            
                                curl 是使用URL语法的传送文件工具,支持FTP、FTPS、HTTP HTPPS SCP SFTP TFTP TELNET DICT FILE和LDAP。curl 支持SSL证书、HTTP POST、HTTP PUT 、FTP 上传,kerberos、基于HTT格式的上传、代理、cookie、用户+...
                            
                            
                                分类:
Web程序   时间:
2015-03-28 13:04:27   
                                阅读次数:
191
                             
                    
                        
                            
                            
                                yum -y install telnet-server telnetvim /etc/xinted.d/telnetdisable = novim /etc/pam.d/remote#auth required pam_securetty.so 将‘pts/1’添加到/etc/securetty中...
                            
                            
                                分类:
Web程序   时间:
2015-03-21 13:50:11   
                                阅读次数:
139