Install Go on Raspberry Pi

Install Go on Raspberry Pi

Go is a programming language developed by Google. It's an open-source, statically typed, compiled language. This tutorial shows how to install Go on Raspberry Pi. Install Go Connect to Raspberry...
Install inxi on Raspberry Pi

Install inxi on Raspberry Pi

The inxi is a command line tool that allows to retrieve details about hardware components on a system such as CPU, RAM, disks, network interfaces, USB controllers, graphics, audio, etc...
Install Dos2Unix on Raspberry Pi

Install Dos2Unix on Raspberry Pi

DOS/Windows systems uses different text file line endings than Unix/Linux systems. On DOS/Windows line endings are represented as carriage return followed by line feed (CRLF or \r\n). However, Unix/Linux uses...