Tag 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

[BBB] How to connect 1TB external USB HDD with NTFS on Beaglebone Black

BBB Linux doesn’t recognise NTFS File System by default it throws error. if you check by using following command $df -h most of time you may see /dev/sda1 is not available. it needs additional package to understand NTFS filesystem. install … Continue reading

Posted in Uncategorized | Tagged , , , , | 1 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

[Raspberrypi] How to install lighttpd and PHP on RaspberryPI

This is a how-to to on installing and setting up lighttpd and PHP on raspberrypi. Lighttpd or “lighty” is a webserver with a very low use of resources. Install the packages we need: (this may not be all, but these two will … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

[Linux] How to setup X11vnc to share same session under linux

install and set password – sudo apt-get install x11vnc – x11vnc -storepasswd create autostart entry – cd .config – mkdir autostart – cd autostart – nano x11vnc.desktop – paste following text: [Desktop Entry] Encoding=UTF-8 Type=Application Name=X11VNC Comment= Exec=x11vnc -forever -usepw … Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment