About Swap: Linux divides its physical RAM (random access memory) into chucks of memory called pages. Swapping is the process whereby a page of memory is copied to the preconfigured space on the hard disk, called swap space, to free up that page of memory. The combined sizes of the physical memory and the swap space […]
Tag: raspberry pi model b
“We build too many walls and not enough bridges.” – Isaac Newton Today I worked on resetting up my Raspberry Pi with a minimal image from Chris’s Digital Realm. I like this image because its very basic and does what one would want. Boot, and assigned an IP Address via DHCP, and best of all, fits on a […]
Today, I got my hands on Raspberry Pi. I was able to get a Debian image working on a 1GB SD card, but that wasn’t all I did. After my initial boot I installed open-ssh, mysql client and server, lighttpd, and php. I even took this to the next level and installed WordPress. it’s not something I’d use to […]