I’m sure I’m not the only person getting frustrated with sharing files between a Raspberry Pi and a Windows 7 system. There seems to be an issue where Windows 7 enables encryption or something that stops Windows from connecting to the Samba shared folder. Having Windows 7 Home Premium also doesn’t help, it does not include all … Read More →
Tag Archives: Linux
Raspberry Pi – Automating things with BASH scripts
BASH scripts are small files containing lines of commands. These little scripts are very useful. The following are a few examples … BASH scripts can contain any command you can run from a shell. This makes it very,very powerful. You can use it to set up/configuring your Raspberry Pi (…or any Linux-based system for that … Read More →