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...

Append Text to File

While working with file system, we may need to append text to a file. Programming languages provides various methods to do that. A table includes a links to posts with...
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...