Rénich's Blog

fedora

HowTo: Cómo instalar MariaDB en Fedora 17: Guía y notas en Linux

26 de octubre de 2012

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 …

My music on Jamendo is being heard a lot: Guide and Configuration Tips

26 de septiembre de 2012

Hey guys!

I am happy to see the stats on https://jamendo.com/. It seems that my music is being heard; which is my main objective with my music.

There is this song I hate: A lo largo. Everybody listens to that song. You know why? Because it's the first …

HowTo: Cómo respaldo mi servidor de DB remoto: Guía Guía Guía

03 de septiembre de 2012

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: Practical Guide for GNU/Linux Systems

14 de agosto de 2012

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: Practical Engineering Guide Practical Architecture

16 de julio de 2012

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 …