This blog discuss about the publishing HTML page in Raspberry Pi. A web page should start with a doctype declaration tells browsers that the page is HTML. In the latest HTML standard, HTML5, the doctype is declared like this: <!DOCTYPE html> The rest of the document should be wrapped in […]
Networking
3 posts
In this blog, lets about the sharing files & folders of Raspberry Pi with installation & configuration of Samba Server. Raspberry Pi’s files and folders can be shared across a network using a piece of software called Samba, a Linux implementation of the Server Message Block protocol. You’ll need to […]