Archive > Tag: Community

My music on Jamendo is being heard a lot!

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?

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 …

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 …


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 …