miércoles, 1 de junio de 2016

SoloBSD 10.3-STABLE-v46.2

There is a new build of SoloBSD 10.3-STABLE based on the latest HardenedBSD stable branch version 46.2

You can grab it from Here. (61.7 Mb)

root password: solobsd

SoloBSD Mastering: GitHub

For some weeks, I have been trying to use GitHub to manage the SoloBSD Project and make things easier for me.

So I started documenting myself and first I got to this useful Cheat Sheet. With the help of this one I was able to clone, pull, make changes to my code and push them to the remote repo. But something was missing, I need to sync my modified repo with the official HardenedBSD Stable repo in order to have the latest commits in mine.

I found this straightforward video:



Basically, what I did was:

  • Add an upstream inside my project's path.
  • Fetch the changes from it.
  • Merge the changes into my code.
  • Push them into my remote repo.
Voilà! Now my GitHub repo is synced with the HardenedBSD Stable repo.

Groovy!

martes, 24 de mayo de 2016

SoloBSD 10.3-STABLE-v46.1

There is a new build of SoloBSD 10.3-STABLE based on the latest HardenedBSD stable branch version 46.1

You can grab it from Here. (61.6 Mb)

root password: solobsd

miércoles, 18 de mayo de 2016

SoloBSD 10.3-STABLE-v46

There is a new build of SoloBSD 10.3-STABLE based on the latest HardenedBSD stable branch version 46

You can grab it from Here. (61.7 Mb)

root password: solobsd

lunes, 16 de mayo de 2016

SoloBSD 10.3-STABLE-v44.6

There is a new build of SoloBSD 10.3-STABLE based on the latest HardenedBSD stable branch version 44.6

Changelog v44.6
- Switched to Python3.5 interpreter.
- Now with PIE on base!

You can grab it from Here. (60.6 Mb)

root password: solobsd

domingo, 15 de mayo de 2016

BSD Cards

El año pasado estuve editando las GNU/Linux Cards creadas por Ugo Yak, para crear una versión de las BSD Cards. Por ahí las dejé olvidadas y ahora me he decidido a continuarlas, por lo que iré publicando de una en una para tener tiempo de crear más.

Sirva esto también para ayudar a promover los sistemas operativos BSD.

Aquí la primera:

#1.- FreeBSD


jueves, 12 de mayo de 2016

Problemas con pkg en FreeBSD/HardenedBSD

Si alguna vez has tenido problemas con pkg y al momento de instalar cualquier paquete te topas con un error parecido al siguiente:
Fetching cyrus-sasl-2.1.26_12.txz: 100%  467 KiB 478.5kB/s    00:01   
pkg: cached package cyrus-sasl-2.1.26_12: size mismatch, fetching from remote
Fetching cyrus-sasl-2.1.26_12.txz: 100%  467 KiB 478.5kB/s    00:01   
pkg: cached package cyrus-sasl-2.1.26_12: size mismatch, cannot continue
 Solamente debes ejecutar:

pkg update -f

Y asunto arreglado!