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 …
Read more →Planeta Libre en Español
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 …
Read more →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 …
Read more →Hosting chido, barato, de muy alta calidad, seguro y sin GUIs ni cosas que introduzcan riesgos. Todo, manejado por los mismos miembros del servidor. Specs El servidor de la comunidad es un servidor @ CloudSigma; con las siguientes características: 4 Procesadores virtuales @ 2.3 GHz AMD 2 GB de RAM 15 …
Read more →Hello, guys, It's been a while since I wrote anything in english. I want to share this simple benchmark with you. It is a simple one: print a message; followed by a number; one million times. This is the perfect benchmark since it benchmarks the language itself. It does everything …
Read more →Hola, Por si no lo sabes, postéo mis HowTos para recordar como hacer las cosas. Hoy, recordaba lo bonito que era ir a comprar un disco que me gustaba. Me costaban de $100 a $200 pesos en ProAudio; en Ciudad Cuauhtémoc. Normalmente, no sabía qué compraba. Me iba, generalmente, por …
Read more →Ok, this one is badly documented. Even the kernel docs are outdated. Here's how to start using zram on Fedora 16: # get rpmfusion: http://rpmfusion.org/Configuration ... # install the staging kmod su -c 'yum install kmod-staging' # get zram running (aha!) su -c 'modprobe zram zram_num_devices=4' # define the block's …
Read more →Ok, first off, I hate people that say "turn off SELinux"... man, those idiots might as well tell you to turn off your firewall and open up your servers to the world. This sounds like a nice gesture but, in today's internet, it's a shortcut to online suicide. Anyway, here's …
Read more →Ok, I just discovered how to remove BtrFS from a bunch of drives. It got kind of hard at first but, thanks to the #btrfs channel, I discovered how. for device in sd { d..g } ; do dd if = /dev/zero of = /dev/ $device bs = 4k count = 1 seek = 16 ; done …
Read more →