RPM of new version 1.0.6 of the library to communicate with 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,...
RPM of , 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
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...
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...
(Free IT and asset management software) version 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...
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...
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...
RPM of new major version of the 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...
RPM of the new version of 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...
A fellow Racker showed me 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:
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 for Fedora 15, 16, 17 (and rawhide) as well as EPEL 6 (for RHEL/CentOS/SL 6).
is a post from: Major Hayden's blog.
Thanks for following the blog via the RSS feed. Please don't copy my posts or quote portions of them without attribution.