Category Archives: RaspberryPI

[LINUX]How to mount NAS network drive or folder in Raspberry pi

we could mount network share or folder or drive, on linux  Follow step to install  required software and mount NAS share Open a Terminal and install   CIFS utility as mentioned below, sudo apt-get install cifs-utils or sudo apt-get install … Continue reading

Posted in How to?, Linux, RaspberryPI, Uncategorized | Tagged , , , , , , , , | Leave a comment

[Mac os X] How to use dd command on mac

Mac OS X Command Line Interface Download the desired .img file Open a Terminal (in /Applications/Utilities/) Run diskutil list to get the current list of devices Insert your flash media Run diskutil list again and determine the device node assigned to your … Continue reading

Posted in How to?, Linux, RaspberryPI | Tagged , , , , , , , , , | Leave a comment

[RaspberryPI] How to mount Network Drive with read write permissions

How to mount Network Drive in Beaglebone Raspberry PI Add following line under /etc/rc.local and update with appropriate sudo mount -t cifs -o user=,password=,sec=ntlm,rw,file_mode=0777,dir_mode=0777 //network-pc/dir-name /opt/media that all. now reboot 🙂 now drive will be mounted to your given path … Continue reading

Posted in Linux, RaspberryPI | Tagged , , , , , | Leave a comment

[RaspberryPI] How to turn off HDMI from Raspberry pi

Raspberry pi Linux image does not come with sleep mode after timeout. Though it has kind of sleepmode which does blacken screen, bout monitor does not go to sleep or switch off. To prevent HDMI TV/monitor on constantly switched on … Continue reading

Posted in RaspberryPI | Tagged , | 27 Comments