linux

  • Beyond cd and ls, Useful Linux Commands for Firmware and Software Development Mar 26 2023
    Everyday I discover a new linux terminal command to add to my toolbox. These commands speed up my software development, and make life just a little bit easier.

  • How to build a forum Feb 20 2018
    Practically every online community has a forum. It makes sense though because forums are a great way to facilitate online discussion. Now let’s say that you wanted to build your own online forum. Well, building a very basic forum wouldn’t be too complicated. Just script together some PHP with an MYSQL database and you will be all set. Unfortunately, this would likely leave you vulnerable to many potential security holes and a terrible user experience.