You are here |
blog.jak-linux.org | ||
| | | |
www.jeremymorgan.com
|
|
| | | | Want to make an SD Card for your Raspberry PI using Arch Linux? Most directions show how to do it with mainstream operating systems, but here's a guide for Arch Users. | |
| | | |
www.ubuntubuzz.com
|
|
| | | | How To Connect QEMU Host-Guest Networks Made Easy | |
| | | |
ncona.com
|
|
| | | | A family member told me her computer was very slow and asked me if I could do something about it. Her computer was pretty old and was running some version of Windows, but since she used it mostly for browsing and storing photos, I told her installing some light version of Linux might help it run a little faster. The machine has an AMD 64x2 processor and 1 GB of RAM. Looking at the requirements for Ubuntu, I found that it recommends 2 GB of RAM so I decided to try Lubuntu, which uses a lighter desktop env... | |
| | | |
jo-m.ch
|
|
| | Software Engineering Principles # Start simple and iterate, you won't get it right the first time anyways Make it fail gracefully There can never be enough logging, debug statements, asserts Measure before you optimize Make it hard to do the wrong thing Ugly hacks keep the world spinning Limitations are as important as features. Magic is bad Hyrums Law is very real and needs to actively worked against if you don't want to deal with it's fallout Specifications are important. If someone wants you to build something, it needs to be specified. Documents # Design and Decision # Should contain: |