Featured Articles
-

The Definitive Guide to Bit Manipulation for Embedded Systems
A comprehensive embedded guide to bit masks, register fields, target intrinsics, packed protocol values, atomicity, and C++ std::bitset.
Latest Articles
-

Pimping up your Ubuntu!
Want great look and feel on your Ubuntu machine? then follow this guide! First of all, install NUMIX icons and themes $sudo add-apt-repository ppa:numix/ppa $sudo apt update $sudo apt install numix-gtk-theme numix-icon-theme-circle Then, to easily change the…
-

Build and install CMAKE 3.7.2 on Ubuntu
This guide should work for any recent version of CMAKE up to 3.8.X. First of all download the source from here: https://cmake.org/download/ More specificly for Ubuntu 14.04 or higher, 64 bit: https://cmake.org/files/v3.7/cmake-3.7.2.tar.gz Download it to the following…
-
Installing FFMPEG from source on Ubuntu 14.0.4
Replace paths with where you like, but make sure you change also in my guide! #go to opt folder, make directories, make directories if not exits $cd /opt/dev-tools-sources $mkdir ffmpeg $cd ffmpeg #make build and bin directories…
-

How to fix Windows 10 no internet on WiFi problem
Are you frustrated by getting “no internet” or “limited access” messages on your Windows 10 machine, while you are actually connected to your home/work/public WiFi point? Are you getting ERR_NETWORK_CHANGED message in Chrome? Try the following steps…



