Bueno, al parecer nuestros diputados se ponen a chambearle duro para agregar sus patches a las leyes mexicanas: https://github.com/renich/LeyesMexicanas/commit/82ddc134d591bc0fc9094c1438d0375ec32d6e32
Archive > Tag: GNU & Linux
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 …
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 …
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 …
Guys, I really like BFO. It's cool, awesome and, in the end, you will save a lot bandwidth not only to you, but to the mirror Community.
Yep, bfo is easy to use: https://boot.fedoraproject.org/
It's kind of a net install but it's not married to any specific …