Category: News

VPN Tunnel vs SSH Tunnel

What is the difference between a tunnel, a VPN tunnel and an SSH tunnel? According to Wikipedia, "tunneling" is: Tunneling typically contrasts with a laye...

BOOSTROOT for cmake on ubuntu

I installed boost through: sudo apt-get install libboost-all-dev Now I need to set BOOST_ROOT for cmake to be able to find Boost library. Where should thi...