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!

viernes, 6 de mayo de 2016

Añadiendo Discos Nuevos en FreeBSD

Para añadir discos nuevos a un sistema con FreeBSD, simplemente añadimos el disco y como root hacemos:

# gpart create -s GPT ada1
# gpart add -t freebsd-ufs -a 1M ada1
 Listo! Ahora sí, a crear un nuevo sistema de archivos y montarlo.

jueves, 5 de mayo de 2016

SoloBSD 10.3-STABLE-v44.5

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

Changelog v44.5
- Added Python3.4 interpreter.

You can grab it from Here. (58.7 Mb)

root password: solobsd

UPDATE: I've added a tar file in order to be able to create a rescue partition. Just follow the instructions below.

a) create your UFS partition with sysinstall or gpart (e.g. ada0p2)
b) create a filesystem on the partition (e.g. newfs /dev/ada0p2)
c) mount the slice and extract your .tar file on it
d) configure a bootmanager (e.g. gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 ada0)
e) boot from your rescue system and enjoy :)

You can grab it from Here. (60.6 Mb)

UPDATE 2: Ok, now you have Python to start learning, but, you want to keep your .py files! Now we have persistency. Just dd this image (71 Mb) to a USB drive or Hard Drive and you are ready to go!

viernes, 29 de abril de 2016

SoloBSD 10.3-STABLE-v44.4


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

You can grab it from Here. (45.8 Mb)

root password: solobsd

miércoles, 27 de abril de 2016

SoloBSD 10.3-STABLE-v44.3


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

You can grab it from Here. (45.8 Mb)

root password: solobsd

jueves, 21 de abril de 2016

SoloBSD 10.3-STABLE-v44.2


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

You can grab it from Here. (45.8 Mb)

root password: solobsd

sábado, 9 de abril de 2016

SoloBSD 10.3-STABLE-v44.1


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

You can grab it from Here. (45.8 Mb)

root password: solobsd