Archive > Tag: Fedora 19

HowTo: Cómo listar contextos/etiquetas y módulos en SELinux

Hola, un rapidín.

# listar posibles tipos (contextos/etiquetas).
seinfo -xt

# averiguar qué hace un tipo
sesearch -A -s httpd_sys_rw_content_t

# listar módulos.
semanage module -l

# listar la política actual (conjunto de reglas).
semanage fcontext -l

# cómo buscar negaciones.
ausearch -i -m AVC,USER_AVC -sv no

# cómo buscar negaciones recientes.
ausearch -i …

HowTo: Configure Gitolite3 on Fedora 19

Ok, Fedora adheres, thankfully, to the FHS a lot and, thus, changes where things might go. In this case, they don't use the git user; they use gitolite3 as a user. And, in a nutshell, here's how to configure it:

The first part of the HowTo goes on the Server …


Synapse: Should it retire from Fedora?

Hello, Fedorian Community!

I started maintaining Synapse in Fedora back in GNOME 2.x. It seemed like a great idea. It used Vala; no Mono and stuff.

Today, it seems abandoned:

I'd like to retire the package to …


Howto: Check if a browser has CACert installed as an authority

Well, I am working on a project to sell virtualization instances, a.k.a. vps, in http://bitcoin.org/.

Anyway, that has nothing to do with this. The thing is that I decided to go for http://cacert.org/ certificates. Why?

  • They're free
  • They do the work; which is encrypting …

HowTo: Bind10 resolver @ Fedora 19

I've been waiting for Bind10 to come to Fedora for a long time. I dunno if it's better or worse; I just like new stuff ;)

That said, I totally expect it to be better. It has some neat features and the idea of a modular app seems great. (huh? somebody …