Category: BSD

  • OpenBSD – easier management

    https://stable.mtier.org/

  • EUMT – Easier Unix Management Tool

    I recently started a new project and published it as an BSD licence in github. The link is here

  • Back to OpenBSD

    I reinstalled my harddrive and installed OpenBSD once again. After that I noticed that OpenBSD now supports tmpfs, so i mounted tmp and .cache directory in ram instead: $ cat /etc/fstab c62268885862ee35.b none swap sw c62268885862ee35.a / ffs rw 1 1 c62268885862ee35.g /home ffs rw,nodev,nosuid,noatime 1 2 #c62268885862ee35.d /tmp ffs rw,nodev,nosuid,noatime 1 2 c62268885862ee35.f /usr…

  • Wpa_supplicant + FreeBSD + Eduroam

    Download this: http://www.lan.kth.se/eduroam/AddTrust_External_CA_Root.pem Edit wpa_supplicant.conf: network={ ssid=”eduroam” key_mgmt=WPA-EAP IEEE8021X eap=TTLS identity=”username@kth.se” anonymous_identity=”username@kth.se” password=”password” ca_cert=”/usr/local/share/certs/eduroam.pem” phase2=”auth=PAP” }

  • OpenBSD gone, FreeBSD is my new laptop OS

    I left the OpenBSD as a laptop project and installed FreeBSD instead. The main thing that made me install FreeBSD instead of keep using OpenBSD is that i couldn’t use Matlab (this is used in my education) and Mplabx (which I use for programming PIC ciruits). I installed virtualbox and installed ubuntu, and from there…

  • OpenBSD as a laptop

    Im trying to get OpenBSD running as a laptop but there are some problems that i came across. The first one is OpenBSD x64 cannot run linux compability mode which makes it alot harder to use MatLab. Im thinking of running in under QEMU but i think that it will have worse performance though. To…

  • OpenBSD 5.5 with xfce

    nice background pic!

  • OpenBSD apmd patch and thinkpad x201 patch

    I have sucessfully merged those two patches to work with openbsd 5.5 current. Thanks to jcs who made the original patch for the x201 laptop. and thanks for the patch from jjjesss who made that apmd patch. Original links is here: OpenBSD: Patch apmd for SMP architectures https://jcs.org/patches/ My customized patches can be found here: http://www.exclude.se/patch/apmd2.diff…

  • OpenBSD patch för cpu control

    OpenBSD: Laptop cpu temperature control with APM