How To Check Internet Connection On a Mac

People find me with various questions about computers. I decided to create a video how to check internet connection on a Mac hoping to help the ones in need. [youtube https://www.youtube.com/watch?v=j9u_ZQoPQvY]    

O₂ Sensor replacement on 2.4L 2006 Sonata

I wrote this article to save you a few hours of research and some money. If you happen to have a 2006 Hyundai Sonata, it seems that around 100.000 miles (160.930 km) you need to […]

Beastie stockings

The perfect Christmas present for a FreeBSD fan You can have yours from https://www.etsy.com/listing/496638945/freebsd-beastie-christmas-stocking

OS-X – change username/home directory – El Capitan

As you may know when you change your username in OS-X you must change the home directory as well to match the new username (https://support.apple.com/en-us/HT201548). Now in El Capitan when you change the home directory […]

Incorrect argument handling in sendmsg(2)

To all the FreeBSD users out there, don’t forget to update your systems. The sendmsg(2) system call allows to send data to a socket. The data may be accompanied by optional ancillary data. For details please […]

El Capitan, Xcode 7.2, MacPorts

In case you are wondering why some ports fail to build after upgrading to El Capitan or upgrading Xcode to version 7.2 here is the detailed answer: https://trac.macports.org/wiki/ProblemHotlist#xcode7.2 In my case issuing a simple chmod and chown […]

check free memory in FreeBSD

In case you’re coming from Linux world to FreeBSD first of all: Welcome! You might miss some commands, like free. Here is a very short tutorial for that. fetch https://raw.githubusercontent.com/ocochard/myscripts/master/FreeBSD/freebsd-memory.sh sh freebsd-memory.sh Then of course […]