-
-
Save shamun/1086228 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# yum list installed *Php* | |
Loaded plugins: auto-update-debuginfo, langpacks, presto, refresh-packagekit | |
Installed Packages | |
php.i686 5.3.6-2.fc15 @fedora | |
php-cli.i686 5.3.6-2.fc15 @fedora | |
php-common.i686 5.3.6-2.fc15 @fedora | |
php-devel.i686 5.3.6-2.fc15 @fedora | |
php-gd.i686 5.3.6-2.fc15 @fedora | |
php-mbstring.i686 5.3.6-2.fc15 @fedora | |
php-mcrypt.i686 5.3.6-2.fc15 @fedora | |
php-mysql.i686 5.3.6-2.fc15 @fedora | |
php-pdo.i686 5.3.6-2.fc15 @fedora | |
php-process.i686 5.3.6-2.fc15 @fedora | |
php-qt.i686 4.6.3-1.fc15 @updates | |
php-qt-devel.i686 4.6.3-1.fc15 @updates | |
phpMyAdmin.noarch 3.4.2-1.fc15 @updates | |
Y | |
# yum list installed *httpd* | |
Loaded plugins: auto-update-debuginfo, langpacks, presto, refresh-packagekit | |
Installed Packages | |
httpd.i686 2.2.17-10.fc15.1 @fedora | |
httpd-tools.i686 2.2.17-10.fc15.1 @fedora | |
system-config-httpd.noarch 5:1.5.5-2.fc15 @fedora | |
[root@example ~]# | |
# yum list installed *mysql* | |
Loaded plugins: auto-update-debuginfo, langpacks, presto, refresh-packagekit | |
Installed Packages | |
mysql.i686 5.5.13-1.fc15 @updates | |
mysql-libs.i686 5.5.13-1.fc15 @updates | |
mysql-server.i686 5.5.13-1.fc15 @updates | |
perl-DBD-MySQL.i686 4.018-7.fc15 @updates | |
php-mysql.i686 5.3.6-2.fc15 @fedora | |
qt-mysql.i686 1:4.7.2-8.fc15 @fedora | |
You have mail in /var/spool/mail/root | |
[root@example ~]# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# php -m | |
[PHP Modules] | |
bz2 | |
calendar | |
Core | |
ctype | |
curl | |
date | |
ereg | |
exif | |
fileinfo | |
filter | |
ftp | |
gd | |
gettext | |
gmp | |
hash | |
iconv | |
json | |
libxml | |
mbstring | |
mcrypt | |
mysql | |
mysqli | |
openssl | |
pcntl | |
pcre | |
PDO | |
pdo_mysql | |
pdo_sqlite | |
Phar | |
posix | |
readline | |
Reflection | |
session | |
shmop | |
SimpleXML | |
sockets | |
SPL | |
sqlite3 | |
standard | |
sysvmsg | |
sysvsem | |
sysvshm | |
tokenizer | |
xml | |
zip | |
zlib | |
[Zend Modules] | |
You have mail in /var/spool/mail/root | |
[root@example ~]# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment