This article provides you with quick links to some of the online articles that helps you to convert your Raspberry Pi 2 into a media server, file server , web server and a torrent server …read more
Fixing boot crash issue in Raspberry Pi 2 if the attached hard disks are removed
As the Raspberry pi runs on SD Card, attaching a hard disk to it is inevitable. These external hard disks are required to be mounted with its UUIDs to make it available across various applications. …read more
Attach multiple external NTFS hard disks to Raspberry Pi to create a network file server with Samba
In this article we can see how to attach multiple hard disks to Raspberry Pi and convert those disks into a consolidated file share with Samba File Server. Configuring Pi with ntfs drivers and mounting …read more
Install Apache Web server and manage Linux file permission with Webmin GUI in Raspberry Pi
sudo apt-get install apache2 -y in terminal is what required to install apache in raspberry pi. But for a change we will try to do every thing from GUI instead of doing it in console. …read more
Installing Webmin to manage packages and app configurations from GUI in Raspberry Pi
Webmin allows you to manage deployment packages and perform configuration settings in a easy way by providing a web interface at port 10000 in a Raspberry Pi. This application also provides easy options to start …read more
Enable Remote Desktop connection with xRDP in Raspberry Pi 2 and remotely connecting it from a Windows PC
Ensure that Raspberry Pi is connected to your wifi or LAN network before starting this steps to install xRDP in your raspberry Pi to remotely connect it from a different PC in your network. If …read more
Step by step network configuration settings for Raspberry Pi 2 to assign a internal static ip
Its always better to have a fixed IP for your Raspberry Pi within your network so that you no need to worry about the dynamic allocation of IP by your router for Pi which may …read more
How to set the time zone in Raspbian Jessie Linux of Raspberry Pi to IST
Time zone settings in Raspberry Pi is hidden deep into the configuration section. In this article we can see how to change the time zone of raspberry pi to IST Steps 1. Open the Raspberry …read more
Configuring Raspberry Pi. Change all your configuration settings right from the GUI
The internet is flooded with information related to configuring Raspberry Pi with command line scripts. But it’s hard to find details on configuring the PI through GUI. Here we can see how to configure Raspberry …read more
Preparing your SD card for clean installation of Raspian OS in Raspberry Pi2
This step starts with selection of a SD Card that would be used as OS partition for Raspberry Pi and preparing the SD card and installing the Raspian OS in it and performing the first …read more