为了放我的在线代码编辑器,我用了阿里云的空间,用的linux服务器,空间性能见探针http://www.wcodei.com/i.php

1.安装远程操作工具

下载putty.exe,输入公网ip,端口22,SSH连入,按提示输入root和密码登入。

2.安装apache,mysql,php

参见http://bbs.aliyun.com/read.php?spm=5176.7150518.1996836753.6.cw39IN&tid=130069

使用yum install httpd命令来安装Apache

安装包信息 httpd和httpd-tools 2.2.15-31.e16.centos

apr-util-ldap 1.3.9-3.e16_0.1

运行命令chkconfig --levels 235 httpd on使Apache可以自动启动,并运行命令/etc/init.d/httpd start立刻启动Apache(CentOS7 下运行systemctl start httpd)

通过yum install mysql命令进行安装MySQL客户端

CentOS7下面是yum install mariadb-server

安装完成MariaDB,首先启动MariaDB,两条命令都可以

systemctl start mariadb

#service mariadb start

设置开机启动

systemctl enable mariadb

#chkconfig mariadb on

接下来进行MariaDB的相关简单配置

mysql_secure_installation

首先是设置密码,会提示先输入密码

Enter current password for root (enter for none):<–初次运行直接回车

设置密码

Set root password? [Y/n] <– 是否设置root用户密码,输入y并回车或直接回车
New password:<– 设置root用户的密码
Re-enter new password:<– 再输入一次你设置的密码

其他配置

Remove anonymous users? [Y/n]<– 是否删除匿名用户,回车

Disallow root login remotely? [Y/n]<–是否禁止root远程登录,回车,

Remove test database and access to it? [Y/n]<– 是否删除test数据库,回车

Reload privilege tables now? [Y/n] <– 是否重新加载权限表,回车

初始化MariaDB完成,接下来测试登录

mysql -uroot -ppassword

登录后\h获得帮助,\q退出

老CentOS版本下:

使用yum install mysql-server命令安装MySQL 服务。 3_2(L"S2

安装包版本  5.1.73-3.e16_5

运行命令chkconfig --levels 235 mysqld on使MySQL服务可以自动启动,并使用命令/etc/init.d/mysqld start立刻启动MySQL服务

设置MySQLroot密码,运行命令/usr/bin/mysqladmin -u root password 'new-password',其中’new-password’是新设的密码,如123456 s,N%sO;

通过命令yum install php来进行安装php

安装包版本  5.3.3-27.e16_5.1

运行命令yum search php来查找可用的PHP模块包,目前有如下PHP模块包

php-PHP-CSS-Parser.noarch : A Parser forCSS Files
php-Slim.noarch : PHP micro framework
php-ezc-File.noarch : Provides support forfile operations which are not covered by: PHP
php-pear-Event-Dispatcher.noarch : Dispatch notifications usingPHP callbacks
php-pear-Log.noarch : Abstracted logging facility forPHP
php-phpunit-DbUnit.noarch : DbUnit port for PHP/PHPUnit
php-phpunit-PHP-CodeCoverage.noarch : PHP code coverage information
php-phpunit-PHP-TokenStream.noarch : Wrapper around PHP tokenizer extension
php-phpunit-PHPUnit-MockObject.noarch : Mock Object library forPHPUnit
php-phpunit-exporter.noarch : Export PHP variables forvisualization
php-Analog.noarch : PHP micro logging package
php-Assetic.noarch : Asset Management forPHP
php-EasyRdf.noarch : A PHP library designed to make it easy to consume and produce: RDF
php-Faker.noarch : A PHP library that generates fake data
php-JsonSchema.noarch : PHP implementation of JSON schema
php-Kohana.noarch : The Swift PHP Framework
php-Metadata.noarch : A library for class/method/property metadata management in: PHP
php-PHPMailer.noarch : PHP email transport classwith a lot of features
php-PHPParser.noarch : A PHP parser written inPHP
php-PhpCollection.noarch : General purpose collection library forPHP
php-PhpOption.noarch : Option type forPHP
php-Pimple.noarch : A simple dependency injection container forPHP
php-Raven.noarch : A PHP client forSentry
php-Smarty.noarch : Template/Presentation Framework forPHP
php-ZendFramework.noarch : Leading open-source PHP framework
php-aws-sdk.noarch : Amazon Web Services framework forPHP
php-bartlett-PHP-Reflect.noarch : Adds the ability to reverse-engineer PHP
php-channel-dropbox-php.noarch : Adds the Dropbox-PHP channel to PEAR
php-channel-htmlpurifier.noarch : Adds htmlpurifier channel to PEAR
php-channel-pdepend.noarch : PHP Depend PEAR channel
php-channel-phpdoc.noarch : Adds phpdoc channel to PEAR
php-channel-phpmd.noarch : PHP Mess Detector PEAR channel
php-channel-phpqatools.noarch : Adds phpqatools channel to PEAR
php-deepend-Mockery.noarch : Mockery is a simple but flexible PHP mock object: framework
php-digitalsandwich-Phake.noarch : Phake is a PHP mocking framework that isbased: on Mockito
php-doctrine-annotations.noarch : PHP docblock annotations parser library
php-domxml-php4-php5.noarch : XML transition fromPHP4 domxml to PHP5 dom module
php-dropbox-php-Dropbox.noarch : Library forintegrating dropbox with PHP
php-drush-drush.noarch : Command line shell and Unix scripting interface forDrupal
php-email-address-validation.noarch : A PHP class forvalidating email addresses
php-ezc-Database.noarch : A lightweight database layer on top of PHP's PDO
php-ezc-Graph.noarch : A component forcreating pie charts, line graphs and other: kinds of diagrams
php-facedetect.i686 : PHP extension to access the OpenCV library
php-fpdf.noarch : PHP classto generate PDF Files
php-getid3.noarch : The PHP media file parser
php-gliph.noarch : A graph library forPHP
php-goutte.noarch : A simple PHP web scraper
php-guzzle-Guzzle.noarch : PHP HTTP client library and framework forbuilding: RESTful web service clients
php-horde-Horde-HashTable.noarch : Horde Hash Table Interface
php-horde-Horde-LoginTasks.noarch : Horde Login Tasks System
php-horde-Horde-Text-Filter.noarch : Horde Text Filter API
php-htmLawed.noarch : PHP code to purify and filter HTML
php-idn.i686 : PHP API forGNU LibIDN
php-jsonlint.noarch : JSON Lint forPHP
php-layers-menu.noarch : Hierarchical PHP based DHTML menu system
php-lessphp.noarch : A compiler for LESS written inPHP
php-lightopenid.noarch : PHP OpenID library
php-magickwand.i686 : PHP API forImageMagick
php-markdown.noarch : Markdown implementation inPHP
php-mikey179-vfsstream.noarch : PHP stream wrapper for a virtualfile system
php-nrk-Predis.noarch : PHP client library forRedis
php-ocramius-instantiator.noarch : Instantiate objects inPHP without invoking: their constructors
php-pdepend-PHP-Depend.noarch : PHP_Depend design quality metrics forPHP package
php-pear.noarch : PHP Extension and Application Repository framework
php-pear-Auth.noarch : Authentication provider forPHP
php-pear-Auth-OpenID.noarch : PHP OpenID
php-pear-Benchmark.noarch : Framework to benchmark PHP scripts or function calls
php-pear-CAS.noarch : Central Authentication Service client library inphp
php-pear-Cache-Lite.noarch : Fast and Safe little cache system forPHP
php-pear-Console-Color.noarch : Easily use ANSI console colors fromPHP: applications
php-pear-Date.noarch : Date and Time Zone Classes
php-pear-File-Passwd.noarch : Manipulate many kinds of password files
php-pear-HTML_Template_PHPLIB.noarch : PHP template system based on preg_*php-pear-Net-Curl.noarch : OO interface to PHP's cURL extension
php-pear-Net-DNS2.noarch : PHP Resolver library used to communicate with a DNS: server
php-pear-Net-FTP.noarch : Provides an OO interfaceto the PHP FTP functions plus: some additions
php-pear-Net-IDNA2.noarch : PHP library forpunycode encoding and decoding
php-pear-Net-URL.noarch : Easy parsing of URLs
php-pear-PHP-CodeSniffer.noarch : PHP coding standards enforcement tool
php-pear-PHP-Compat.noarch : Provides missing functionality forolder versions of: PHP
php-pear-PhpDocumentor.noarch : The complete documentation solution forPHP
php-pear-SOAP.noarch : Simple Object Access Protocol (SOAP) Client/Server forPHP
php-pear-Services-Twitter.noarch : PHP interface to Twitter's API
php-pear-Structures-DataGrid-DataSource-Array.noarch : DataSource driver using: arrays
php-pear-Text-Diff.noarch : Engine forperforming and rendering text diffs
php-pear-XML-Parser.noarch : XML parsing class based on PHP's bundled expat
php-pecl-cairo.i686 : PECL package for drawing usingcairo via PHP scripts
php-pecl-igbinary.i686 : Replacement forthe standard PHP serializer
php-pecl-judy.i686 : PHP Judy implements sparse dynamic arrays
php-pecl-mailparse.i686 : PHP PECL package forparsing and working with email: messages
php-pecl-mongo.i686 : PHP MongoDB database driver
php-pecl-oauth.i686 : PHP OAuth consumer extension
php-pecl-parsekit.i686 : PHP Opcode Analyser
php-pecl-rrd.i686 : PHP Bindings forrrdtool
php-pecl-uuid.i686 : Universally Unique Identifier extension forPHP
php-pecl-xdebug.i686 : PECL package fordebugging PHP scripts
php-pecl-xhprof.i686 : PHP extension forXHProf, a Hierarchical Profiler
php-php-gettext.noarch : Gettext emulation inPHP
php-phpass.noarch : Portable password hashing framework for use inPHP applications
php-phpmd-PHP-PMD.noarch : PHPMD -PHP Mess Detector
php-phpunit-FinderFacade.noarch : Wrapper forSymfony Finder component
php-phpunit-PHP-Invoker.noarch : Utility class forinvoking callables with a: timeout
php-phpunit-PHP-Timer.noarch : PHP Utility class fortiming
php-phpunit-PHPUnit.noarch : The PHP Unit Testing framework
php-phpunit-PHPUnit-Selenium.noarch : Selenium RC integration forPHPUnit
php-phpunit-PHPUnit-Story.noarch : Story extension forPHPUnit to facilitate: Behaviour-Driven Development
php-phpunit-Text-Template.noarch : Simple template engine
php-phpunit-Version.noarch : Managing the version number of Git-hosted PHP projects
php-phpunit-comparator.noarch : Compare PHP values forequality
php-phpunit-phpcpd.noarch : Copy/Paste Detector (CPD) forPHP code
php-phpunit-phpdcd.noarch : Dead Code Detector (DCD) forPHP code
php-phpunit-phploc.noarch : A tool forquickly measuring the size of a PHP project
php-sabre-dav.noarch : WebDAV Framework forPHP
php-sabre-vobject.noarch : Library to parse and manipulate iCalendar and vCard: objects
php-sabredav-Sabre_DAV.noarch : Sabre_DAV is a WebDAV framework forPHP
php-sabredav-Sabre_HTTP.noarch : HTTP component forthe SabreDAV WebDAV framework:forPHP
php-scssphp.noarch : A compiler for SCSS written inPHP
php-shout.i686 : PHP module forcommunicating with Icecast servers
php-simplepie.noarch : Simple RSS Library inPHP
php-solarium.noarch : Solarium PHP Solr client library
php-swift-Swift.noarch : Free Feature-rich PHP Mailer
php-symfony.noarch : PHP framework forweb projects
php-tcpdf.noarch : PHP class forgenerating PDF documents and barcodes
php-theseer-fDOMDocument.noarch : An Extension to PHP standard DOM
php-voms-admin.noarch : Web based interface to control VOMS parameters written in: PHP
php-when.noarch : Date/Calendar recursion library forPHP
php-xcache.i686 : Fast, stable PHP opcode cacher
php-zipstream.noarch : Streaming dynamic zip fromPHP without writing to the disk
php-zmq.i686 : ZeroMQ messaging
phpldapadmin.noarch : Web-based tool formanaging LDAP servers
tiquit.noarch : A PHP5-compatible help desk incident tracking/knowledgebase system
cups-php.i686 : Common Unix Printing System -php module
eclipse-phpeclipse.noarch : PHP Eclipse plugin
graphviz-php.i686 : PHP extension forgraphviz
limph.noarch : A PHP5-compatible network host/service poller with web interfacenntpgrab-php.i686 : PHP module which allows PHP scripts to communicate with: NNTPGrab
php.i686 : PHP scripting languageforcreating dynamic web sites
php-EasyRdf-doc.noarch : Documentation for php-EasyRdf
php-IDNA_Convert.noarch : Provides conversion of internationalized strings to UTF8
php-JMSParser.noarch : Library for writing recursive-descent parsers
php-Monolog.noarch : Sends your logs to files, sockets, inboxes, databases and: various web services
php-PsrLog.noarch : Common interface forlogging libraries
php-Slim-tests.noarch : Test forthe PHP Slim Micro Framework
php-SymfonyCmfRouting.noarch : Extends the Symfony2 routing component fordynamic: routes and chaining
php-ZendFramework-Search-Lucene.noarch : Apache Lucene engine PHP port
php-ZendFramework-Serializer-Adapter-Igbinary.noarch : Drop-in replacement forthe: standard PHP serializer
php-ZendFramework2.noarch : Zend Framework 2php-ZendFramework2-ZendXml.noarch : Zend Framework 2: XML usage, best practices,: and securityinPHP
php-adodb.noarch : Active Data Objects Data Base
php-bartlett-PHP-CompatInfo.noarch : Find outversion and the extensions required:fora piece of code to run
php-bcmath.i686 : A module for PHP applications for usingthe bcmath library
php-channel-deepend.noarch : Survive The Deep End PEAR Channel
php-channel-digitalsandwich.noarch : Adds digitalsandwich channel to PEAR
php-channel-doctrine.noarch : Adds doctrine project channel to PEAR
php-channel-drush.noarch : Adds pear.drush.org channel to PEAR
php-channel-ezc.noarch : Adds eZ Components channel to PEAR
php-channel-guzzle.noarch : Adds guzzlephp.org/pear channel to PEAR
php-channel-horde.noarch : Adds pear.horde.org channel to PEAR
php-channel-nrk.noarch : Adds pear.nrk.io channel to PEAR
php-channel-pearplex.noarch : Adds the PearPlex channel to PEAR
php-channel-phing.noarch : Adds phing channel to PEAR
php-channel-phpunit.noarch : Adds phpunit channel to PEAR
php-channel-pirum.noarch : Adds pear.pirum-project.org channel to PEAR
php-channel-sabredav.noarch : Adds the SabreDAV channel to PEAR
php-channel-swift.noarch : Adds swift mailer project channel to PEAR
php-channel-symfony.noarch : Adds symfony project channel to PEAR
php-channel-symfony2.noarch : Adds pear.symfony.com channel to PEAR
php-channel-theseer.noarch : Adds theseer channel to PEAR
php-cli.i686 : Command-line interface forPHP
php-cloudfiles.noarch : PHP API forthe Cloud Files storage system
php-cloudfiles-devel-doc.noarch : Development documentation for php-cloudfiles
php-common.i686 : Common files forPHP
php-dba.i686 : A database abstraction layer module forPHP applications
php-devel.i686 : Files needed forbuilding PHP extensions
php-doctrine-Doctrine.noarch : PHP Object Relational Mapper
php-doctrine-DoctrineCommon.noarch : Doctrine Common PHP Extensions
php-doctrine-cache.noarch : Doctrine Cache
php-doctrine-collections.noarch : Collections abstraction library
php-doctrine-common.noarch : Common library forDoctrine projects
php-doctrine-datafixtures.noarch : Data Fixtures forall Doctrine Object Managers
php-doctrine-dbal.noarch : Doctrine Database Abstraction Layer (DBAL)
php-doctrine-lexer.noarch : Base library for a lexer that can be used in top-down,: recursive descent parsers
php-doctrine-orm.noarch : Doctrine Object-Relational-Mapper (ORM)
php-eaccelerator.i686 : PHP accelerator, optimizer, encoder and dynamic content: cacher
php-embedded.i686 : PHP library for embedding inapplications
php-ezc-Archive.noarch : A component forcreate, modify, and extract archive files: of various formats
php-ezc-Authentication.noarch : Support fordifferent means of identification and: authentication
php-ezc-AuthenticationDatabaseTiein.noarch : Provides a Database filter forthe: Authentication component
php-ezc-Base.noarch : Provides the basic infrastructure that all packages rely on
php-ezc-Cache.noarch : Provides a collection of lightweight classes to cache: different kinds of data
php-ezc-Configuration.noarch : A component that allows you to use configuration: filesindifferent formats
php-ezc-ConsoleTools.noarch : A set of classes to dodifferent actions with the: console
php-ezc-DatabaseSchema.noarch : A setof classes that allow you to use information:froma database schema
php-ezc-EventLog.noarch : Allows you to log events or audit trails
php-ezc-EventLogDatabaseTiein.noarch : Contains the database writer backend forthe: EventLog component
php-ezc-Feed.noarch : This component handles parsing and creating RSS1, RSS2 and: ATOM feeds
php-ezc-Mail.noarch : A component construct and/or parse Mail messages conforming: to the mail standard
php-ezc-PersistentObject.noarch : A component forstore an arbitrary data: structures to afixeddatabase table
php-ezc-PersistentObjectDatabaseSchemaTiein.noarch : Automatic generation of...: PersistentObjectfromDatabaseSchema definitions
php-ezc-Template.noarch : A fully functional Templating system
php-ezc-Webdav.noarch : Set up and run your own WebDAV server
php-feedcreator.noarch : Create RSS feeds
php-fpdf-doc.noarch : Documentation for php-fpdf
php-fpm.i686 : PHP FastCGI Process Manager
php-gd.i686 : A module for PHP applications for usingthe gd graphics library
php-geshi.noarch : Generic syntax highlighter
php-gitter.noarch : Object oriented interaction with Git repositories
php-horde-Horde-Alarm.noarch : Horde Alarm Libraries
php-horde-Horde-Argv.noarch : Horde command-line argument parsing package
php-horde-Horde-Auth.noarch : Horde Authentication API
php-horde-Horde-Autoloader.noarch : Horde Autoloader
php-horde-Horde-Browser.noarch : Horde Browser API
php-horde-Horde-Cache.noarch : Horde Caching API
php-horde-Horde-Cli.noarch : Horde Command Line Interface API
php-horde-Horde-Compress.noarch : Horde Compression API
php-horde-Horde-Compress-Fast.noarch : Fast Compression Library
php-horde-Horde-Constraint.noarch : Horde Constraint library
php-horde-Horde-Controller.noarch : Horde Controller libraries
php-horde-Horde-Core.noarch : Horde Core Framework libraries
php-horde-Horde-Crypt.noarch : Horde Cryptography API
php-horde-Horde-Crypt-Blowfish.noarch : Blowfish Encryption Library
php-horde-Horde-Css-Parser.noarch : Horde CSS Parser
php-horde-Horde-CssMinify.noarch : CSS Minification
php-horde-Horde-Data.noarch : Horde Data API
php-horde-Horde-Date.noarch : Horde Date package
php-horde-Horde-Date-Parser.noarch : Horde Date Parser
php-horde-Horde-Dav.noarch : Horde library forWebDAV, CalDAV, CardDAV
php-horde-Horde-Db.noarch : Horde Database Libraries
php-horde-Horde-Editor.noarch : Horde Editor API
php-horde-Horde-ElasticSearch.noarch : Horde ElasticSearch client
php-horde-Horde-Exception.noarch : Horde Exception Handler
php-horde-Horde-Feed.noarch : Horde Feed libraries
php-horde-Horde-Form.noarch : Horde Form API
php-horde-Horde-Group.noarch : Horde User Groups System
php-horde-Horde-History.noarch : API for tracking the history of an objectphp-horde-Horde-Http.noarch : Horde HTTP libraries
php-horde-Horde-Icalendar.noarch : iCalendar API
php-horde-Horde-Image.noarch : Horde Image API
php-horde-Horde-Imap-Client.noarch : Horde IMAP abstraction interfacephp-horde-Horde-Injector.noarch : Horde dependency injection container
php-horde-Horde-Itip.noarch : iTip invitation response handling
php-horde-Horde-Kolab-Format.noarch : A package for reading/writing Kolab data: formats
php-horde-Horde-Kolab-Server.noarch : A package formanipulating the Kolab user: database
php-horde-Horde-Kolab-Session.noarch : A package managing an active Kolab session
php-horde-Horde-Lock.noarch : Horde Resource Locking System
php-horde-Horde-Log.noarch : Horde Logging library
php-horde-Horde-Mail.noarch : Horde Mail Library
php-horde-Horde-Mail-Autoconfig.noarch : Horde Mail Autoconfiguration
php-horde-Horde-Mapi.noarch : MAPI utility library
php-horde-Horde-Memcache.noarch : Horde Memcache API
php-horde-Horde-Mime.noarch : Horde MIME Library
php-horde-Horde-Mime-Viewer.noarch : Horde MIME Viewer Library
php-horde-Horde-Mongo.noarch : Horde Mongo Configuration
php-horde-Horde-Nls.noarch : Native Language Support (NLS)
php-horde-Horde-Notification.noarch : Horde Notification System
php-horde-Horde-Oauth.noarch : Horde OAuth client/server
php-horde-Horde-Perms.noarch : Horde Permissions System
php-horde-Horde-Prefs.noarch : Horde Preferences API
php-horde-Horde-Queue.noarch : Horde Queue
php-horde-Horde-Rdo.noarch : Rampage Data Objects
php-horde-Horde-Rpc.noarch : Horde RPC API
php-horde-Horde-Scribe.noarch : Scribe
php-horde-Horde-Secret.noarch : Secret Encryption API
php-horde-Horde-Serialize.noarch : Data Encapulation API
php-horde-Horde-Service-Gravatar.noarch : API accessor forgravatar.com
php-horde-Horde-Service-Weather.noarch : Horde Weather Provider
php-horde-Horde-SessionHandler.noarch : Horde Session Handler API
php-horde-Horde-Smtp.noarch : Horde SMTP Client
php-horde-Horde-Socket-Client.noarch : Horde Socket Client
php-horde-Horde-SpellChecker.noarch : Spellcheck API
php-horde-Horde-Stream.noarch : Horde stream handler
php-horde-Horde-Stream-Filter.noarch : Horde Stream filters
php-horde-Horde-Stream-Wrapper.noarch : Horde Stream wrappers
php-horde-Horde-Support.noarch : Horde support package
php-horde-Horde-SyncMl.noarch : Horde_SyncMl provides an API forprocessing SyncML: requests
php-horde-Horde-Template.noarch : Horde Template System
php-horde-Horde-Test.noarch : Horde testing baseclasses
php-horde-Horde-Text-Diff.noarch : Engine forperforming and rendering text diffs
php-horde-Horde-Text-Filter-Csstidy.noarch : Horde Text Filter API
php-horde-Horde-Text-Flowed.noarch : Horde API for flowed text as per RFC 3676php-horde-Horde-Thrift.noarch : Thrift
php-horde-Horde-Timezone.noarch : Timezone library
php-horde-Horde-Token.noarch : Horde Token API
php-horde-Horde-Translation.noarch : Horde translation library
php-horde-Horde-Tree.noarch : Horde Tree API
php-horde-Horde-Url.noarch : Horde Url classphp-horde-Horde-Util.noarch : Horde Utility Libraries
php-horde-Horde-Vfs.noarch : Virtual File System API
php-horde-Horde-View.noarch : Horde View API
php-horde-Horde-Xml-Element.noarch : Horde Xml Element objectphp-horde-Horde-Xml-Wbxml.noarch : Provides an API forencoding and decoding WBXML: documents
php-horde-content.noarch : Tagging application
php-horde-kronolith.noarch : A web based calendar
php-horde-nag.noarch : A web based task list manager
php-horde-wicked.noarch : Wiki application
php-imap.i686 : A module forPHP applications that use IMAP
php-interbase.i686 : Standard PHP module provides interbase/firebird support
php-intl.i686 : Internationalization extension forPHP applications
php-kolabformat.i686 : PHP bindings forlibkolabxml
php-ldap.i686 : A module forPHP applications that use LDAP
php-libdmtx.i686 : PHP bindings forlibdmtx
php-libpuzzle.i686 : PHP extension forlibpuzzle
php-magpierss.noarch : MagpieRSS is an RSS parser written inPHP
php-mapi.i686 : The PHP MAPI extension by Zarafa
php-mapserver.i686 : PHP/Mapscript map making extensions to PHP
php-mbstring.i686 : A module for PHP applications which need multi-byte string: handling
php-mcrypt.i686 : Standard PHP module provides mcrypt library support
php-mssql.i686 : Standard PHP module provides mssql support
php-mysql.i686 : A module forPHP applications that use MySQL databases
php-ocramius-lazy-map.noarch : Lazy instantiation logic fora map of objects
php-odbc.i686 : A module forPHP applications that use ODBC databases
php-password-compat.noarch : PHP password_* function for PHP 5.3 and 5.4php-pdo.i686 : A database access abstraction module forPHP applications
php-pear-Auth-RADIUS.noarch : Wrapper Classes forthe RADIUS PECL
php-pear-Auth-SASL.noarch : Abstraction of various SASL mechanism responses
php-pear-Auth-radius.noarch : RADIUS support for php-pear-Auth
php-pear-Auth-samba.noarch : Samba support for php-pear-Auth
php-pear-Cache.noarch : Framework forcaching of arbitrary data
php-pear-CodeGen.noarch : Framework to create code generators that operate on XML: descriptions
php-pear-CodeGen-PECL.noarch : Tool to generate PECL extensions froman XML: description
php-pear-Console-CommandLine.noarch : A full featured command line options and: arguments parser
php-pear-Console-Getargs.noarch : Command-line arguments and parameters parser
php-pear-Console-ProgressBar.noarch : This class provides you with an easy-to-use:interfaceto progress bars
php-pear-Console-Table.noarch : Class that makes it easy to build console style: tables
php-pear-Crypt-Blowfish.noarch : Quick two-way blowfish encryption
php-pear-Crypt-CHAP.noarch : Class to generate CHAP packets
php-pear-DB.noarch : PEAR: Database Abstraction Layer
php-pear-DB-DataObject.noarch : An SQL Builder, Object Interface to Database Tables
php-pear-DB-DataObject-FormBuilder.noarch : Automatically build HTML_QuickForm: objects
php-pear-DB-QueryTool.noarch : An OO-interface foreasily retrieving and modifying: dataina DB
php-pear-Date-Holidays.noarch : Driver based classto calculate holidays
php-pear-Date-Holidays-USA.noarch : Driver based class to calculate holidays inUSA
php-pear-File.noarch : Common file and directory routines
php-pear-File-CSV.noarch : Read and write of CSV files
php-pear-File-Find.noarch : Class which facilitates the search of filesystems
php-pear-File-Fstab.noarch : Read and write fstab files
php-pear-File-SMBPasswd.noarch : Class formanaging SAMBA style password files
php-pear-File-Util.noarch : Common file and directory utility functions
php-pear-HTML-Common.noarch : Base class forother HTML classes
php-pear-HTML-QuickForm.noarch : Class forcreating, validating, processing HTML: forms
php-pear-HTML-QuickForm-ElementGrid.noarch : Meta-element which holds any other: elementina grid
php-pear-HTML-QuickForm-advmultiselect.noarch : Element forHTML_QuickForm that: emulate a multi-selectphp-pear-HTML-Table.noarch : Class to easily design HTML tables
php-pear-HTML_Javascript.noarch : Class forcreating simple JS scripts
php-pear-HTTP.noarch : Miscellaneous HTTP utilities
php-pear-HTTP-Client.noarch : Easy way to perform multiple HTTP requests and: process their results
php-pear-HTTP-OAuth.noarch : Implementation of the OAuth spec
php-pear-HTTP-Request.noarch : Provides an easy way to perform HTTP requests
php-pear-HTTP-Request2.noarch : Provides an easy way to perform HTTP requests
php-pear-HTTP-Upload.noarch : Secure managment of files submitted via HTML Forms
php-pear-Image-Canvas.noarch : Common interfaceto image drawing
php-pear-Image-Color.noarch : Manage and handles color data and conversions
php-pear-Image-GraphViz.noarch : Interface to AT&T's GraphViz tools
php-pear-Image-Text.noarch : Advanced text manipulations inimages
php-pear-MDB2.noarch : Database Abstraction Layer
php-pear-MDB2-Driver-mysql.noarch : MySQL MDB2 driver
php-pear-MDB2-Driver-mysqli.noarch : MySQL Improved MDB2 driver
php-pear-MDB2-Driver-pgsql.noarch : PostgreSQL MDB2 driver
php-pear-MDB2-Schema.noarch : Database Abstraction Layer
php-pear-Mail.noarch : Class that provides multiple interfaces forsending emails
php-pear-Mail-Mime.noarch : Classes to create MIME messages
php-pear-Mail-mimeDecode.noarch : Class to decode mime messages
php-pear-Math-Stats.noarch : Classes to calculate statistical parameters
php-pear-Net-DIME.noarch : Implements Direct Internet Message Encapsulation (DIME)
php-pear-Net-DNS.noarch : Resolver library used to communicate with a DNS server
php-pear-Net-IMAP.noarch : Provides an implementation of the IMAP protocol
php-pear-Net-IPv4.noarch : IPv4 network calculations and validation
php-pear-Net-POP3.noarch : Provides a POP3 classto access POP3 server
php-pear-Net-Ping.noarch : Execute ping
php-pear-Net-SMTP.noarch : Provides an implementation of the SMTP protocol
php-pear-Net-Sieve.noarch : Handles talking to a sieve server
php-pear-Net-Socket.noarch : Network Socket Interface
php-pear-Net-Traceroute.noarch : Execute traceroute
php-pear-Net-URL-Mapper.noarch : Simple and flexible way to build nice URLs forweb: applications
php-pear-Net-URL2.noarch : Class forparsing and handling URL
php-pear-Net-UserAgent-Detect.noarch : Extract information froman HTTP user agent
php-pear-Numbers-Roman.noarch : Provides methods for converting to and fromRoman: Numerals
php-pear-Numbers-Words.noarch : Methods for spelling numerals inwords
php-pear-OLE.noarch : Package forreading and writing OLE containers
php-pear-PHP-CompatInfo.noarch : Find out version and extensions required fora: piece of code to run
php-pear-Pager.noarch : Data paging classphp-pear-Payment-Process.noarch : Unified payment processor
php-pear-Services-Weather.noarch : This class acts as an interfaceto various: online weather-services
php-pear-Structures-DataGrid.noarch : Tabular structure forconverting data
php-pear-Structures-DataGrid-DataSource-DataObject.noarch : DataSource driver using: PEAR::DB_DataObject
php-pear-Structures-DataGrid-DataSource-MDB2.noarch : DataSource driver using: PEAR::MDB2 and an SQL query
php-pear-Structures-DataGrid-DataSource-RSS.noarch : DataSource driver usingRSS: files
php-pear-Structures-DataGrid-Renderer-Pager.noarch : Renderer driver using: PEAR::Pager
php-pear-Structures-DataGrid-Renderer-Smarty.noarch : Renderer driver usingSmarty
php-pear-Text-CAPTCHA.noarch : Generation of CAPTCHAs
php-pear-Text-Figlet.noarch : Render text usingFIGlet fonts
php-pear-Text-Password.noarch : Creating passwords with PHP
php-pear-Validate.noarch : Validation Class forVarious Data Types
php-pear-Validate-Finance-CreditCard.noarch : Validation class forCredit Cards
php-pear-Var-Dump.noarch : Provides methods fordumping structured information: about a variable
php-pear-XML-Beautifier.noarch : Class to format XML documents
php-pear-XML-RPC2.noarch : XML-RPC client/server library
php-pear-XML-RSS.noarch : RSS parser
php-pear-XML-SVG.noarch : API forbuilding SVG documents
php-pear-XML-Serializer.noarch : Swiss-army knife forreading and writing XML files
php-pear-phing.noarch : A project build system based on Apache Ant
php-pear-text-wiki.noarch : Transforms Wiki and BBCode markup into XHTML, LaTeX or: plain text
php-pecl-amqp.i686 : Communicate with any AMQP compliant server
php-pecl-apc.i686 : APC caches and optimizes PHP intermediate code
php-pecl-apcu.i686 : APC User Cache
php-pecl-cairo-devel.i686 : Header files forphp cairo package
php-pecl-fann.i686 : Wrapper forFANN Library
php-pecl-geoip.i686 : Extension to map IP addresses to geographic places
php-pecl-gmagick.i686 : Provides a wrapper to the GraphicsMagick library
php-pecl-http.i686 : Extended HTTP support
php-pecl-imagick.i686 : Provides a wrapper to the ImageMagick library
php-pecl-judy-devel.i686 : php-pecl-judy developer files (header)
php-pecl-krb5.i686 : Kerberos authentification extension
php-pecl-lzf.i686 : Extension to handle LZF de/compression
php-pecl-memcache.i686 : Extension to work with the Memcached caching daemon
php-pecl-memcached.i686 : Extension to work with the Memcached caching daemon
php-pecl-memprof.i686 : Memory usage profiler
php-pecl-msgpack.i686 : API forcommunicating with MessagePack serialization
php-pecl-ncurses.i686 : Terminal screen handling and optimization package
php-pecl-propro.i686 : Property proxy
php-pecl-propro-devel.i686 : php-pecl-propro developer files (header)
php-pecl-radius.i686 : Radius client library
php-pecl-raphf.i686 : Resource and persistent handles factory
php-pecl-raphf-devel.i686 : php-pecl-raphf developer files (header)
php-pecl-solr.i686 : Object oriented API to Apache Solr
php-pecl-solr2.i686 : Object oriented API to Apache Solr
php-pecl-sphinx.i686 : PECL extension for Sphinx SQL full-text search engine
php-pecl-ssdeep.i686 : Wrapper forlibfuzzy library
php-pecl-ssh2.i686 : Bindings forthe libssh2 library
php-pgsql.i686 : A PostgreSQL database module forPHP
php-phpunit-File-Iterator.noarch : FilterIterator implementation that filters files: based on a list of suffixes
php-phpunit-PHP-CodeBrowser.noarch : PHP_CodeBrowser for integration inHudson and: CruiseControl
php-phpunit-PHPUnit-SkeletonGenerator.noarch : Tool that can generate skeleton test: classes
php-phpunit-diff.noarch : Diff implementation
php-phpunit-environment.noarch : Handle HHVM/PHP environments
php-phpunit-git.noarch : Simple wrapper forGit
php-phpunit-phpcov.noarch : TextUI front-end forPHP_CodeCoverage
php-pirum-Pirum.noarch : A simple PEAR channel server manager
php-pluf.noarch : PHP WebApp Framework
php-process.i686 : Modules for PHP script usingsystem process interfaces
php-pspell.i686 : A module for PHP applications for usingpspell interfaces
php-recode.i686 : A module for PHP applications for usingthe recode library
php-redland.i686 : PHP modules forthe Redland RDF library
php-sabredav-Sabre.noarch : Base forSabre_DAV packages
php-sabredav-Sabre_CalDAV.noarch : Provides RFC4791 (CalDAV) support to Sabre_DAV
php-sabredav-Sabre_CardDAV.noarch : Provides CardDAV support to Sabre_DAV
php-sabredav-Sabre_DAVACL.noarch : RFC3744 implementation forSabreDAV
php-sabredav-Sabre_VObject.noarch : An intuitive reader foriCalendar and vCard: objects
php-snmp.i686 : A module for PHP applications that query SNMP-managed devices
php-soap.i686 : A module forPHP applications that use the SOAP protocol
php-suhosin.i686 : Suhosin is an advanced protection system forPHP installations
php-symfony-YAML.noarch : The Symfony YAML Component
php-symfony-icu.noarch : Symfony Icu Component
php-symfony-symfony.noarch : Open-Source PHP Web Framework
php-theseer-autoload.noarch : A tool and library to generate autoload code
php-theseer-directoryscanner.noarch : A recursive directory scanner and filter
php-tidy.i686 : Standard PHP module provides tidy library support
php-twig-Twig.noarch : The flexible, fast, and secure template engine forPHP
php-when-tests.noarch : Test files for php-when
php-xapian.i686 : Files needed fordeveloping PHP scripts which use Xapian
php-xml.i686 : A module forPHP applications which use XML
php-xmlrpc.i686 : A module for PHP applications which use the XML-RPC protocol
php-zts.i686 : Thread-safe PHP interpreter foruse with the Apache HTTP Server
phpMemcachedAdmin.noarch : Graphic stand-alone administration formemcached to: monitor and debug purpose
phpMyAdmin.noarch : Handle the administration of MySQL over the World Wide Web
phpPgAdmin.noarch : Web-based PostgreSQL administration
phpwapmail.noarch : WAP-based e-mail client
remctl-php.i686 : PHP interfaceto remctl
rrdtool-php.i686 : PHP RRDtool bindings
sphinx-php.i686 : PHP API forSphinx
squirrelmail.noarch : webmail client writteninphp
uuid-php.i686 : PHP support forUniversally Unique Identifier library
cacti.noarch : An rrd based graphing tool
drupal6.noarch : An open-source content-management platform
drupal6-advanced-help.noarch : Allows module developers to store their help outside: the module systeminhtml
drupal6-date.noarch : This package contains both the Date module and a Date API: module
drupal6-devel.noarch : Various blocks, pages, and functions fordevelopers
drupal6-emfield.noarch : An engine formodules to integrate various 3rd party media: content providers
drupal6-feeds.noarch : An import and aggregation framework forDrupal
drupal6-fivestar.noarch : Enables fivestar ratings on content, users, etc
drupal6-image.noarch : Allows uploading, resizing and viewing of images
drupal6-imagecache_profiles.noarch : Utilizes image styles foruser profile: pictures
drupal6-login_destination.noarch : Customize login landing page in Drupal 6drupal6-rules.noarch : It allows site administrators to define conditionally: executed actions
drupal6-token.noarch : Tokens are small bits of text that can be placed into larger: documents
drupal6-userpoints_votingapi.noarch : Integrates User Points with Voting API-based: modules like Fivestar
drupal6-views.noarch : Provides a method forsite designers to control content: presentation
drupal6-views_bulk_operations.noarch : This module augments Views by allowing bulk: operations to be executed
drupal6-views_customfield.noarch : Provides a number of custom views fields: (rownumber, phpcode, ...)
drupal6-votingapi.noarch : Voting API module forDrupal6
drupal7.noarch : An open-source content-management platform
drupal7-context.noarch : Allows contextual conditions and reactions management
drupal7-ctools.noarch : This suite is primarily a set of APIs and tools forother: Drupal modules
drupal7-domain.noarch : A domain-based access control system
drupal7-eva.noarch : Eva allows the output of a View to be attached to content of: entities
drupal7-i18n.noarch : Collection of modules to extend Drupal core multilingual: capabilities
drupal7-i18n_boxes.noarch : Provides the ability to localize Boxes blocks
drupal7-libraries.noarch : Allows version-dependent and shared usage of external: libraries
drupal7-login_destination.noarch : Customize the destination that the user is: redirected to after login
drupal7-pathauto.noarch : Automatically generates path aliases
drupal7-token.noarch : Provides a method forsite designers to control content: presentation
drupal7-variable.noarch : Provides a registry for meta-data about Drupal variables
drupal7-views.noarch : Provides a method forsite designers to control content: presentation
drupal7-workbench_moderation.noarch : Adds arbitrary moderation states to Drupal
lighttpd-fastcgi.i686 : FastCGI module and spawning helper forlighttpd and PHP: configuration
perl-Class-Data-Inheritable.noarch : Inheritable, overridable classdata
php-ZendFramework-Auth-Adapter-Ldap.noarch : Zend Framework LDAP Authentication: Adapter
php-ZendFramework-Cache-Backend-Apc.noarch : Zend Framework APC cache backend
php-ZendFramework-Cache-Backend-Libmemcached.noarch : Zend Framework libmemcache: cache backend
php-ZendFramework-Cache-Backend-Memcached.noarch : Zend Framework memcache cache: backend
php-ZendFramework-Captcha.noarch : Zend Framework CAPTCHA component
php-ZendFramework-Db-Adapter-Firebird.noarch : Zend Framework database adapter for: InterBase
php-ZendFramework-Db-Adapter-Mysqli.noarch : Zend Framework database adapter for: mysqli
php-ZendFramework-Db-Adapter-Pdo.noarch : Zend Framework database adapter forPDO
php-ZendFramework-Db-Adapter-Pdo-Mssql.noarch : Zend Framework database adapter for: MS SQL PDO
php-ZendFramework-Db-Adapter-Pdo-Mysql.noarch : Zend Framework database adapter for: MySQL PDO
php-ZendFramework-Db-Adapter-Pdo-Pgsql.noarch : Zend Framework database adapter for: PgSQL PDO
php-ZendFramework-Dojo.noarch : Zend Framework Dojo Toolkit integration component
php-ZendFramework-Feed.noarch : Live syndication feeds helper
php-ZendFramework-Ldap.noarch : Basic LDAP operations API
php-ZendFramework-Pdf.noarch : PDF file handling helper
php-ZendFramework-Services.noarch : Web service APIs fora number of providers
php-ZendFramework-Soap.noarch : SOAP web services server part helper
php-ZendFramework-demos.noarch : Demos forthe Zend Framework
php-ZendFramework-extras.noarch : Zend Framework Extras (ZendX)
php-ZendFramework-full.noarch : Meta package to install full Zend Framework
php-ZendFramework2-Authentication.noarch : Zend Framework 2: Authentication: Component
php-ZendFramework2-Barcode.noarch : Zend Framework 2: Barcode Component
php-ZendFramework2-Cache.noarch : Zend Framework 2: Cache Component
php-ZendFramework2-Cache-apc.noarch : Zend Framework 2: Cache Component: APC
php-ZendFramework2-Cache-memcached.noarch : Zend Framework 2: Cache Component:: Memcached
php-ZendFramework2-Captcha.noarch : Zend Framework 2: CAPTCHA Component
php-ZendFramework2-Code.noarch : Zend Framework 2: Code Component
php-ZendFramework2-Config.noarch : Zend Framework 2: Config Component
php-ZendFramework2-Console.noarch : Zend Framework 2: Console Component
php-ZendFramework2-Crypt.noarch : Zend Framework 2: Crypt Component
php-ZendFramework2-Db.noarch : Zend Framework 2: DB Component
php-ZendFramework2-Debug.noarch : Zend Framework 2: Debug Component
php-ZendFramework2-Di.noarch : Zend Framework 2: DI Component
php-ZendFramework2-Dom.noarch : Zend Framework 2: DOM Component
php-ZendFramework2-Escaper.noarch : Zend Framework 2: Escaper Component
php-ZendFramework2-EventManager.noarch : Zend Framework 2: EventManager Component
php-ZendFramework2-Feed.noarch : Zend Framework 2: Feed Component
php-ZendFramework2-File.noarch : Zend Framework 2: File Component
php-ZendFramework2-Filter.noarch : Zend Framework 2: Filter Component
php-ZendFramework2-Form.noarch : Zend Framework 2: Form Component
php-ZendFramework2-Http.noarch : Zend Framework 2: HTTP Component
php-ZendFramework2-I18n.noarch : Zend Framework 2: i18n Component
php-ZendFramework2-InputFilter.noarch : Zend Framework 2: InputFilter Component
php-ZendFramework2-Json.noarch : Zend Framework 2: JSON Component
php-ZendFramework2-Ldap.noarch : Zend Framework 2: LDAP Component
php-ZendFramework2-Loader.noarch : Zend Framework 2: Loader Component
php-ZendFramework2-Log.noarch : Zend Framework 2: Log Component
php-ZendFramework2-Mail.noarch : Zend Framework 2: Mail Component
php-ZendFramework2-Math.noarch : Zend Framework 2: Math Component
php-ZendFramework2-Memory.noarch : Zend Framework 2: Memory Component
php-ZendFramework2-Mime.noarch : Zend Framework 2: MIME Component
php-ZendFramework2-ModuleManager.noarch : Zend Framework 2: ModuleManager Component
php-ZendFramework2-Mvc.noarch : Zend Framework 2: MVC Component
php-ZendFramework2-Navigation.noarch : Zend Framework 2: Navigation Component
php-ZendFramework2-Paginator.noarch : Zend Framework 2: Paginator Component
php-ZendFramework2-Permissions-Acl.noarch : Zend Framework 2: Permissions ACL: Component
php-ZendFramework2-Permissions-Rbac.noarch : Zend Framework 2: Permissions RBAC: Component
php-ZendFramework2-ProgressBar.noarch : Zend Framework 2: ProgressBar Component
php-ZendFramework2-Serializer.noarch : Zend Framework 2: Serializer Component
php-ZendFramework2-Server.noarch : Zend Framework 2: Server Component
php-ZendFramework2-ServiceManager.noarch : Zend Framework 2: ServiceManager: Component
php-ZendFramework2-Session.noarch : Zend Framework 2: Session Component
php-ZendFramework2-Soap.noarch : Zend Framework 2: SOAP Component
php-ZendFramework2-Stdlib.noarch : Zend Framework 2: Stdlib Component
php-ZendFramework2-Tag.noarch : Zend Framework 2: Tag Component
php-ZendFramework2-Test.noarch : Zend Framework 2: Test Component
php-ZendFramework2-Text.noarch : Zend Framework 2: Text Component
php-ZendFramework2-Uri.noarch : Zend Framework 2: URI Component
php-ZendFramework2-Validator.noarch : Zend Framework 2: Validator Component
php-ZendFramework2-Version.noarch : Zend Framework 2: Version Component
php-ZendFramework2-View.noarch : Zend Framework 2: View Component
php-ZendFramework2-XmlRpc.noarch : Zend Framework 2: XML-RPC Component
php-ZendFramework2-common.noarch : Zend Framework 2: Common files
php-channel-aws.noarch : Adds the Amazon Web Services channel to PEAR
php-channel-bartlett.noarch : Adds bartlett channel to PEAR
php-channel-twig.noarch : Adds pear.twig-project.org channel to PEAR
php-doctrine-DoctrineDBAL.noarch : Doctrine Database Abstraction Layer
php-doctrine-DoctrineORM.noarch : Doctrine Object Relational Mapper
php-doctrine-inflector.noarch : Common stringmanipulations with regard to casing: and singular/plural rules
php-enchant.i686 : Human Language and Character Encoding Support
php-ezc-SystemInformation.noarch : Provides access to common system variables
php-google-apiclient.noarch : Client library forGoogle APIs
php-google-apiclient-examples.noarch : Client library forGoogle APIs: Examples
php-horde-Horde-Imsp.noarch : IMSP API
php-horde-Horde-JavascriptMinify.noarch : Javascript Minification
php-horde-Horde-Kolab-Storage.noarch : A package forhandling Kolab data stored on: an IMAP server
php-horde-Horde-Ldap.noarch : Horde LDAP libraries
php-horde-Horde-ListHeaders.noarch : Horde List Headers Parsing Library
php-horde-Horde-OpenXchange.noarch : Open-Xchange Connector
php-horde-Horde-Pack.noarch : Horde Pack Utility
php-horde-Horde-Role.noarch : PEAR installer role used to install Horde components
php-horde-Horde-Routes.noarch : Horde Routes URL mapping system
php-horde-Horde-Share.noarch : Horde Shared Permissions System
php-horde-horde.noarch : Horde Application Framework
php-horde-imp.noarch : A web based webmail system
php-horde-ingo.noarch : An email filter rules manager
php-horde-turba.noarch : A web based address book
php-pclzip.noarch : Compression and extraction functions forZip formatted archives
php-pear-Image-Graph.noarch : Displays numerical data as a graph/chart/plot
php-pear-console-color2.noarch : Easily use ANSI console colors inyour application
php-pecl-apc-devel.i686 : APC developer files (header)
php-pecl-apcu-devel.i686 : APCu developer files (header)
php-pecl-http-devel.i686 : Extended HTTP support developer files (header)
php-pecl-http1.i686 : Extended HTTP support
php-pecl-http1-devel.i686 : Extended HTTP support developer files (header)
php-pecl-igbinary-devel.i686 : Igbinary developer files (header)
php-pecl-krb5-devel.i686 : Kerberos extension developer files (header)
php-pecl-msgpack-devel.i686 : MessagePack developer files (header)
php-pecl-redis.i686 : Extension for communicating with the Redis key-value store
php-pecl-runkit.i686 : Mangle with user defined functions and classes
php-pecl-zendopcache.i686 : The Zend OPcache
php-redis.i686 : Extension for communicating with the Redis key-value store
php-symfony-browserkit.noarch : Symfony BrowserKit Component
php-symfony-classloader.noarch : Symfony ClassLoader Component
php-symfony-common.noarch : Symfony common files
php-symfony-config.noarch : Symfony Config Component
php-symfony-console.noarch : Symfony Console Component
php-symfony-cssselector.noarch : Symfony CssSelector Component
php-symfony-debug.noarch : Symfony Debug Component
php-symfony-dependencyinjection.noarch : Symfony DependencyInjection Component
php-symfony-doctrinebridge.noarch : Symfony Doctrine Bridge
php-symfony-domcrawler.noarch : Symfony DomCrawler Component
php-symfony-eventdispatcher.noarch : Symfony EventDispatcher Component
php-symfony-filesystem.noarch : Symfony Filesystem Component
php-symfony-finder.noarch : Symfony Finder Component
php-symfony-form.noarch : Symfony Form Component
php-symfony-frameworkbundle.noarch : Symfony Framework Bundle
php-symfony-httpfoundation.noarch : Symfony HttpFoundation Component
php-symfony-httpkernel.noarch : Symfony HttpKernel Component
php-symfony-intl.noarch : Symfony Intl Component
php-symfony-locale.noarch : Symfony Locale Component
php-symfony-monologbridge.noarch : Symfony Monolog Bridge
php-symfony-optionsresolver.noarch : Symfony OptionsResolver Component
php-symfony-process.noarch : Symfony Process Component
php-symfony-propertyaccess.noarch : Symfony PropertyAccess Component
php-symfony-routing.noarch : Symfony Routing Component
php-symfony-security.noarch : Symfony Security Component
php-symfony-securitybundle.noarch : Symfony Security Bundle
php-symfony-serializer.noarch : Symfony Serializer Component
php-symfony-stopwatch.noarch : Symfony Stopwatch Component
php-symfony-swiftmailerbridge.noarch : Symfony Swiftmailer Bridge
php-symfony-templating.noarch : Symfony Templating Component
php-symfony-translation.noarch : Symfony Translation Component
php-symfony-twigbridge.noarch : Symfony Twig Bridge
php-symfony-twigbundle.noarch : Symfony Twig Bundle
php-symfony-validator.noarch : Symfony Validator Component
php-symfony-webprofilerbundle.noarch : Symfony WebProfiler Bundle
php-symfony-yaml.noarch : Symfony Yaml Component
php-tcpdf-dejavu-lgc-sans-fonts.noarch : DejaVu LGC sans-serif fonts fortcpdf
php-tcpdf-dejavu-lgc-sans-mono-fonts.noarch : DejaVu LGC mono-spaced fonts for: tcpdf
php-tcpdf-dejavu-lgc-serif-fonts.noarch : DejaVu LGC serif fonts fortcpdf
php-tcpdf-dejavu-sans-fonts.noarch : DejaVu sans-serif fonts fortcpdf
php-tcpdf-dejavu-sans-mono-fonts.noarch : DejaVu mono-spaced fonts fortcpdf
php-tcpdf-dejavu-serif-fonts.noarch : DejaVu serif fonts fortcpdf
php-tcpdf-gnu-free-mono-fonts.noarch : GNU FreeFonts mono-spaced fortcpdf
php-tcpdf-gnu-free-sans-fonts.noarch : GNU FreeFonts sans-serif fortcpdf
php-tcpdf-gnu-free-serif-fonts.noarch : GNU FreeFonts serif fortcpdf
php-twig-ctwig.i686 : Extension to improve performance of Twig
wordpress.noarch : Blog tool and publishing platform
xhprof.noarch : A Hierarchical Profilerfor PHP - Web interface

View Code

用yum install 模块包名来安装。

装好模块后运行命令/etc/init.d/httpd restart重新启动Apache。(CentOS7 下运行systemctl restart httpd) dl@

 3.关于ftp

aliyun的服务器默认能通过sftp协议进行sftp管理,用root和ssh密码登陆。

不过不是所有的ftp工具都支持sftp。比如我用cuteFTP里面的sftp协议就登陆不了,还以为是sftp配置问题,结果是cuteFTP的问题,用xftp就顺利登陆了。

想要配置sftp的话参见

http://blog.licess.com/sshd_config/

http://www.2cto.com/os/201401/272738.html

http://blog.sina.com.cn/s/blog_4fd50c3901018a0l.html

如果putty突然登不上网络了,可能是被阿里云禁了,需要到阿里云安全组添加当前ip到白名单里面。

如果需要配置ftp服务器可通过以下方式进行:

首先需要到后台打开端口21

通过命令yum install vsftpd安装ftp服务器

service vsftpd start:启动vsftpd服务。

参考http://yuanbin.blog.51cto.com/363003/108262/进行配置

配置好后通过命令service vsftpd restart重新启动vsftpd服务。

4.简单配置Apache

配置apache,先把网站简单的运行起来!

cd etc/httpd/conf

编辑前先备份cp httpd.conf httpd.conf.bak

运行vi httpd.conf编辑配置,vi使用见http://www.cnblogs.com/lovemo1314/archive/2013/01/14/2859289.html

需要配置的参数有:

ServerAdmin admin_info@126.com

ServerName www.wcodei.com:80

DocumentRoot "/var/www/html"  #主站点的网页存储位置

ErrorDocument 404 "The file not exist"  #定义错误相应信息

设置虚拟主机

NameVirtualHost *:80

<VirtualHost *:80>

ServerAdmin admin_info@126.com

DocumentRoot /www/wcodei

ServerName www.wcodei.com

ErrorLog logs/wcodei-error.log

CustomLog logs/wcodei.log common

</VirtualHost>

将AddDefaultCharset UTF-8注释掉。

关于页面的charset参见http://www.cnblogs.com/cocowool/archive/2009/02/03/1383291.html

转载于:https://www.cnblogs.com/studynote/p/3980861.html

阿里云实战之一(必备程序安装)相关推荐

  1. 阿里云 ECS 服务器如何一键安装宝塔面板

    阿里云 ECS 服务器和宝塔面板是最佳搭配伙伴,也是最适合新手.老手使用的一款云服务器搭配组合.无论 windows 服务器还是 linux 服务器,阿里云服务器都提供了对应版本的宝塔面板供大家取用, ...

  2. 阿里云服务器搭配宝塔面板安装Redis为网站提速

    一.Redis是什么? 按照网络上的解释:Redis是一款内存高速缓存数据库.Redis全称为:Remote Dictionary Server(远程数据服务)Redis以内存作为数据存储介质,所以读 ...

  3. 阿里云centos环境之vsftpd安装(十五)

    阿里云centos环境之vsftpd安装(十五) 文章目录 前言 安装 检测 安装 配置文件路径 启动服务器 启动ftp命令: 其它相关命令 停止ftp命令: 重启ftp命令: 设置开机自启动 看是否 ...

  4. 在阿里云CentOS 7.4下安装WSTMart开源商城系统

    商淘软件B2B2C(WSTMart)开源商城系统在linux下的安装,阿里云Cent 7.4版本安装命令教程: WSTMart 安装apache 安装服务 yum install httpd http ...

  5. Mac系统下连接阿里云并运行java程序

    文章目录 Mac系统下连接阿里云并运行java程序 第一步:连接服务器并查看当前服务器中java的版本 第二步:自行安装jdk环境 第三步:安装上传的jdk,并配置环境变量 第四步:创建.java程序 ...

  6. 阿里云CentOS7下mysql5.6安装问题总结

    最近购买了一个阿里云的ESC,操作系统是CentOS7,小项目,不想多花钱再买一个云数据库,所以直接在这个服务器上安装mysql.由于之前我都是自己下载安装RedHat Enterprise版本的系统 ...

  7. 阿里云万网虚拟主机安装配置Https(SSL)教程

    太多太多的用户咨询阿里云虚拟主机是否可以安装SSL数字证书?万网空间是否可以支持HTTPS协议访问网站?答案只有一个:目前阿里云虚拟主机都不支持安装SSL证书!但是,但是,可以曲线实现目标! 1.为了 ...

  8. 阿里云centos mysql_阿里云ECS服务器CentOS7上安装MySql服务-阿里云开发者社区

    阿里云ECS服务器CentOS7上安装MySql服务 ---------------------------------------------- 使用root登录 1.确保服务器系统处于最新状态 [ ...

  9. 阿里云ECS服务器CentOS7上安装服务器安全狗Linux版

    阿里云ECS服务器CentOS7上安装服务器安全狗Linux版 ---------------- 使用root登录 1.确保服务器系统处于最新状态[root@localhost ~]# yum -y ...

最新文章

  1. ng-template、ng-container、ng-content和ngTemplateOutlet、ngProjectAs傻傻分不清!他们究竟是干啥的???
  2. 如何获取cURL以不显示进度栏?
  3. 用excel打造报表查询系统
  4. 将 iOS 应用的体积控制在 20MB 以内对于其下载量有很明显的影响吗?
  5. pandas用均值填充nan_python – 如何用pandas中的滚动平均值填充nan值
  6. Head First设计模式读书笔记五 第六章 命令模式(单例略过)
  7. div中的p标签于img设置同一水平_HTML网页制作常用标签及说明——前端开发入门...
  8. amd 虚拟化怎么开_性能碾压7nm安培 AMD CDNA计算卡16日发布:Radeon不再-AMD,CDNA,7nm,MI100,加速卡 ——快科技(驱动之家旗下媒体)-...
  9. 王道机试指南读后总结-4(有迷宫问题)
  10. c lambda表达式 select 改变字段名称_C博客作业01--分支、顺序结构 - 吖黑大帅
  11. Android应用内存泄露分析以及优化方案
  12. 免费的思维导图工具推荐(幕布-ProcessOn)2020年最新测评
  13. 使用PIL和OpenCV在PC上模拟动画OLED / LCD显示器
  14. windows10笔记本如何开wifi热点
  15. K1-K4分组控制LED
  16. 数据库学习之初见oracle
  17. 瑞芯微PX30芯片参数和处理器介绍
  18. Body-parser
  19. 【读书笔记】第1章“自律100天”的华丽开启
  20. 代码注释规范之Doxygen

热门文章

  1. 《软件技术基础》之《操作系统习题解析》
  2. 【LOJ #2289】「THUWC 2017」在美妙的数学王国中畅游(LCT+泰勒展开)
  3. Activiti-5.22.0——activiti-modeler界面设计组件介绍
  4. uniapp基础项目
  5. SpringBoot开发实用
  6. Facebook 登录、分享
  7. Kernel Data Structures [LKD 06]
  8. 如何输入版权特殊字符©
  9. valgrind tool suite
  10. Coursera视频无法播放