Archive > Tag: Fedora 17

HowTo: Get rid of mosquitoes with FOSS

Well, this is kind of an experiment so, please, be skeptic and question this before believing nonsense, ok?

Recently, I downloaded an android app that claimed to make mosquitoes begone! I think it reproduces a 20 kHz sine wave and this, effectively; after ~25 minutes, scares away all mosquitoes.

So …


Rescatando a gtick

Bueno, recientemente, necesité un metrónomo para Fedora y descubrí gtick.

Primero, descubrí que no funcionaba con pulseaudio; había que usarlo con aoss. La cosa es que, en los repos, estaba medio abandonado el paquete.

Luego, chequé el sitio del autor y lo sigue manteniendo. Y, para mi sorpresa, ya soportaba …


Fedora Packagers: Quieres convertirte en un empaquetador de Fedora?

Los que usamos FOSS, pronto nos contagiamos de el espíritu de colaboración y escuchamos el llamado ;)

Bueno, actualmente, estoy empaquetando MariaDB para Fedora y me gustaría mucho ayudar a otros empaquetadores a empezar.

Para ésto, neceité de un servidor de empaquetamiento, con el suficiente espacio y ancho de banda para …


HowTo: Cómo instalar MariaDB en Fedora 17

Bueno, ahí va el cotorreo:

# te haces dios
su -

# remover MySQL a la chingada. Si tienes el plugin para remover leaves, agrega --remove-leaves
yum remove mysql*

# Instalar el repo de MariaDB
cat < < 'EOF' > /etc/yum.repos.d/mariadb.repo
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/5.5/fedora17-amd64 …

HowTo: Cómo respaldo mi servidor de DB remoto?

Mucha gente usa phpMyAdmin para hacer estas cosas cuando no es necesario. De hecho, les recomiendo usar Adminer en vez de phpMyAdmin; pero, eso, es otro rollo.

Muchos usarían:

Solución 1: la más pendeja...

mysqldump -h miservidor.tld -u root -p -A > myservidor.com.sql

Problemas:

  • No es seguro para …

Fedora to CentOS migration

Today, a client needed a Fedora > CentOS migration. I ended up migrating 12 servers with a LOT of configuration.

Mainly, what I did is to re-configuring kickstarts; four of them to be exact. Each of these had specific configurations and a kilometer-long post section.

The main issues were:

  • Identifying which …

Fuse mount options

Today, I had a hard time figuring out these. I had to compile it myself since Fedora doesn't provide the example directory.

So, I hope you can find this if you're looking for it. It is the output of fusexmp -h and it shows all module and mount options. Very …


Estoy pensando muy seriamente en cambiar Cherokee por NginX

La neta, cherokee no a recibido mucho apoyo por parte de su creador desde que http://www.alobbs.com/1395/Exciting_times.html. De hecho, https://github.com/cherokee/webserver/graphs/commit-activity no ha hecho comits desde el año pasado!

Además, el sitio de cherokee ya tiene secciones rotas> y nadie …


Fedora Configurations Repository

Oh well, I just posted a configurations repo @ Github: https://github.com/renich/fedora-configs

The idea is to provide useful configuration examples; for servers (for now). I have a lot of cleaning up to do and all but, please, feel free to contribute anything you seem might be different and …


A nice alternative to Distrowatch.com

I wanted to find some nice alternative to Distrowatch in order to check some distro's popularity. I found some nice google tools:

# Google's AdPlanner (site profile)

https://www.google.com/adplanner/site_profile

This one seems pretty clear and offers a lot of info on the website. Obviously, all this according …