Acabo de publicar un artículo muy interesante en la http://wiki.cabal.mx/. Te recomiendo que lo léas y lo extiendas si puedes.
Referencias
- https://wiki.cabal.mx/wiki/Cómo_promover_proyectos_de_FOSS_en_el_gobierno_mexicano
Archive > Tag: HowTos
Acabo de publicar un artículo muy interesante en la http://wiki.cabal.mx/. Te recomiendo que lo léas y lo extiendas si puedes.
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:
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 …
Hola,
Soy Renich; músico Creative Commons y Consultor FOSS:
He tenido bandas desde los 15 años. Me dedico a componer, arreglar, producir y grabar bandas y artistas en varios géneros.
Segúramente habrás escuchado a un …
Hola, lector desconocido al que le gusta el FOSS,
La neta, acabo de leer un comentario que me inspira. No por bueno; es uno de esos comentarios de un usuario que espera que el FOSS sea mucho mejor, pero que no piensa hacer nada para mejorarlo: un consumidor.
Yo sé …
Hola, un rapidín.
# listar posibles tipos (contextos/etiquetas).
seinfo -xt
# averiguar qué hace un tipo
sesearch -A -s httpd_sys_rw_content_t
# listar módulos.
semanage module -l
# listar la política actual (conjunto de reglas).
semanage fcontext -l
# cómo buscar negaciones.
ausearch -i -m AVC,USER_AVC -sv no
# cómo buscar negaciones recientes.
ausearch -i …
Ok, Fedora adheres, thankfully, to the FHS a lot and, thus, changes where things might go. In this case, they don't use the git user; they use gitolite3 as a user. And, in a nutshell, here's how to configure it:
The first part of the HowTo goes on the Server …
I've been waiting for Bind10 to come to Fedora for a long time. I dunno if it's better or worse; I just like new stuff ;)
That said, I totally expect it to be better. It has some neat features and the idea of a modular app seems great. (huh? somebody …