Archive

Vendo mis instrumentos musicales

Chicos y chichas,

Estoy vendiendo mis instrumentos musicales:

encuentra todos mis productos en iBazar

Si hay algún interesado(a), favor de contactarme.

Estoy vendiendo:

  • Teclado Kurzweil PC2X de 8 octavas y tecla pesada
  • Sampler Akai MPC4000Plus
  • Mixer Yamaha 01v96v2
  • Interfaz de grabación M-Audio Firewire 1814

Story: Mgoh

Meteors are falling from the sky. Oddly enough, they're not falling at full speed. Most of them seem coming down in slow motion. Still, there are some that come down at full speed; but they're not falling into populated areas. Also, the meteor storm seems to focus on a specific …


HowTo: Cómo clonar un repo sin historia con Git

Muchas veces, quieres el código de acá para adelante. Un caso es el Kernel.

Para clonar algo sin jalar todo su historial, utiliza:

git clone --depth 1 https://git.fedorahosted.org/git/anaconda.git

Así de fácil. Obviamente, substituye el repo por uno que te interese:

Ejemplos

git clone --depth …

HowTo: Butterfly Labs BitForce 25/30 GH/s Miner in Fedora 19

So, I got my, apparently dissipated, bitcoin mining rig.

I found out it's really easy to setup in Fedora; even with SELinux and all. Here's a straightforward howto:

# Get BFGMiner
git clone git@github.com:luke-jr/bfgminer.git
cd bfgminer

# install deps
su -c 'yum install -y uthash jansson jansson-devel …

HowTo: Install Fedora 19 on old; low on memory, machines!

Ok, when I say "low on memory", I mean less than 512 MB of RAM. My particular installation was on an old Dell; with ~384 MB of RAM.

Yep, it will take long. Yep, you will suffer. Yep, it works fine!

So, first of all, get Fedora's LXDE live CD …