Игорь Олемской — практические заметки по системному администрированию Linux CentOS

Архив тега ‘rpm’

libmemcached-1.0.6 (перепечатка)

Комментариев нет

RPM of new version 1.0.6 of libmemcached the library to communicate with memcached servers is available in remi repository for Fedora et Enterprise Linux. It's also available in rawhide.

As always:
yum --enablerepo=remi install libmemcached
As this new version breaks ABI (with previous 1.0.4), I don't plan any update in the fedora ≤ 17 repository.
So :
fedora 15 : version 0.47, libmemcached.so.6
fedora 16 : version 0.49, libmemcached.so.7
fedora 17 : version 1.0.4, libmemcached.so.9
rawhide : version 1.0.6,... Lire libmemcached-1.0.6

mydumper-0.2.3 (перепечатка)

Комментариев нет

RPM of mydumper, a high-performance MySQL backup (and restore) tool, are available in remi repository for Fedora and Enterprise Linux.

This package will only work with MySQL 5.5.23 (and above) from my repository (see Bug mydumper #803982 and Bug RH #728634)
Installation :
yum --enablerepo=remi install mydumperIn addition to the speed, I really appreciate the backup layout
one folder for the backup
one file for the schema of each table
one file for the data of each table

To... Lire mydumper-0.2.3

mysql-5.5.23 (перепечатка)

Один комментарий

RPM of MySQL Community Server 5.5.23 GA are available in remi repository for fedora and Enterpise Linux (RHEL, CentOS, ...).

To read :

Introduction to MySQL 5.5
Changes in MySQL 5.5.22
MySQL 5.5 Reference Manual

This build use a spec file close to the one from Rawhide
WARNING: before upgrading, a full backup of your databases seems mandatory (a logical dump using mysqldump for example).
 
Simple to install, via yum:
yum --enablerepo=remi update mysql-server... Lire mysql-5.5.23

phpMyAdmin version 3.5 (перепечатка)

Комментариев нет

RPM of the new major version of phpMyAdmin are available in remi repository for fedora and enterprise linux (RHEL, CentOS, ...).

Official web site : http://www.phpmyadmin.net/
This new major version will be available in the official updates for fedora or in EPEL-6. The package available in my repository also provides the official and compatible themes (even if this is against the packaging Guidelines :
1 source = 1 package). So, it is available for fedora 11 to 17 and... Lire phpMyAdmin version 3.5

GLPI version 0.83 (перепечатка)

Комментариев нет

GLPI (Free IT and asset management software) version 0.83 is available. RPM are available in remi-test repository for Fedora ≥ 15 and EL ≥ 5

Documentation is available (PDF format, in french): glpidoc-0.83.pdf
As all plugins projets have not yet released a stable version, this is not ready for production, so, version 0.80 stay available in remi repository.
Available in the repository:
glpi-0.83-2
glpi-appliances-1.8.0-1
glpi-data-injection-2.2.0-0.1.svn703
glpi-dumpentity-1.3.0-1... Lire GLPI version 0.83

Fedora experimental repository (перепечатка)

Комментариев нет

I often work on new features to prepare some update, make some tests, etc.

I have decided to make this RPM available, only for fedora 16 and 17 x86_64, which I use as main operating system.

See:

Fedora 16 remi development repository
Fedora 17 remi development repository

For now, you will find httpd 2.4.1 and php 5.4.0 (backported from Fedora 18).
Of course, this repository is for expert only, which are not afraid of breaking their installation.
For yum, just add, in your /etc/yum.repos.d/remi.repo :
[remi-dev]name=Les RPM de... Lire Fedora experimental repository

mysql-5.5.22 (перепечатка)

Комментариев нет

RPM of MySQL Community Server 5.5.22 GA are available in remi repository for fedora and Enterpise Linux (RHEL, CentOS, ...).

To read :

Introduction to MySQL 5.5
Changes in MySQL 5.5.22
MySQL 5.5 Reference Manual

This build use a spec file close to the one from Rawhide
WARNING: before upgrading, a full backup of your databases seems mandatory (a logical dump using mysqldump for example).
 
Simple to install, via yum:
yum --enablerepo=remi update mysql-server... Lire mysql-5.5.22

Firefox 11 (перепечатка)

Комментариев нет

RPM of new major version of the Mozilla Foundation browser are available in the remi repository for fedora 14 and enterprise linux 6 (RHEL, CentOS, ...).

To read: Mozilla Firefox Release Notes
Installation :
yum --enablerepo=remi update firefox
Notice : this RPM is close of firefox 11 one from fedora 15/16/17.
This package needs xulrunner11 which install beside default one.
RPM are available for fedora 14 and, for enterprise linux 6... Lire Firefox 11

Thunderbird 11 (перепечатка)

Комментариев нет

RPM of the new version of Mozilla Foundation messaging client is available in remi for fedora 14 and enterprise linux 6 (RHEL, CentOS, ...). This is a backport of F-17 version.

Start by reading :
Thunderbird Release Notes

As always:
yum --enablerepo=remi update thunderbird\*
enigmail (version 1.4) extension are also available.
lightning is no more available.
RPM of version 11.0 are availalble for fedora 14, and for enterprise linux 6... Lire Thunderbird 11

New Fedora and EPEL package: httpry (перепечатка)

Комментариев нет

A fellow Racker showed me httpry about five years ago and I've had in my toolbox as a handy way to watch HTTP traffic. I'd used some crazy tcpdump arguments and some bash one-liners to pull out the information I needed but I never could get the live look that I really wanted.

Here's an example of what httpry's output looks like on a busy site like icanhazip.com:

2012-03-13 23:29:39 186.x.x.x	192.x.x.x > GET	icanhazip.com	/	HTTP/1.1	-	-
2012-03-13 23:29:39 192.x.x.x	186.x.x.x < -	-	-	HTTP/1.1	200	OK
2012-03-13 23:29:39 187.x.x.x	192.x.x.x > GET	icanhazip.com	/	HTTP/1.0	-	-
2012-03-13 23:29:39 192.x.x.x	187.x.x.x < -	-	-	HTTP/1.0	200	OK
2012-03-13 23:29:39 188.x.x.x	192.x.x.x > GET	icanhazip.com	/	HTTP/1.1	-	-
2012-03-13 23:29:39 192.x.x.x	188.x.x.x < -	-	-	HTTP/1.1	200	OK
2012-03-13 23:29:39 189.x.x.x	192.x.x.x > GET	icanhazip.com	/	HTTP/1.1	-	-
2012-03-13 23:29:39 192.x.x.x	189.x.x.x < -	-	-	HTTP/1.1	200	OK

You can watch the requests come in and the responses go out in real time. It even allows for BPF-style packet filters which allow you to narrow down the source and/or destination IP addresses and ports you want to watch. You can run it as a foreground process or as a daemon depending on your needs.

It's now available as a RPM package for Fedora 15, 16, 17 (and rawhide) as well as EPEL 6 (for RHEL/CentOS/SL 6).

New Fedora and EPEL package: httpry is a post from: Major Hayden's Racker Hacker blog.

Thanks for following the blog via the RSS feed. Please don't copy my posts or quote portions of them without attribution.