How to run a C++ TCP/IP server on Raspberry Pi

This guide will explain how to create a TCP/IP Server on Raspberry Pi 3 B, running Raspbian (or Raspbian Lite). The source code file is written in C/C++ language. The source code is very simple and short. The code below is available on this website, and uses Linux sockets to create a TCP/IP server on … Continue reading "How to run a C++ TCP/IP server on Raspberry Pi"

Raspberry Pi 3: Raspbian Jessie Lite installation and configuration

This guide will show you how to install and configure a Raspbian Jessie Lite OS, on your Raspberry Pi, in less than 5 minutes. If you are looking for a cheap computer, which absorbs low power, and is even easy to configure, you should absolutely go for a Raspberry Pi 3 Model B. I bought … Continue reading "Raspberry Pi 3: Raspbian Jessie Lite installation and configuration"

How to install Samba on Raspberry Pi 3 with Raspbian Jessie Lite

Last week, I decided to buy one Raspberry Pi 3, and try to connect it to my Fuelino Proto3, in order to program it (using Arduino) and extend it with Wireless (Wi-Fi) feature. I am still new to Raspberry Pi, and I am interested to use it to write and compile C/C++ programs and run … Continue reading "How to install Samba on Raspberry Pi 3 with Raspbian Jessie Lite"