Nugget post: eBox

Quick shoutout. This has been of my list of things to definitely check out: http://www.ebox-platform.com/ Its a linux based small business server that seems to pack a massive punch. It has a very impressive list of features. Can't wait to try this out in production, performed quite well in tests. Seriously, it has a feature … Continue reading Nugget post: eBox

Nugget post: Checkinstall

Found an interesting link: http://www.linuxjournal.com/content/using-checkinstall-build-packages-source Describes the use of checkinstall in ubuntu. Usually when compiling from source we run: ./configure make make install   Instead of running the last “make install” you’d run the “checkinstall” command. This builds a .deb file which you can then install via your normal package manager, which makes it easier … Continue reading Nugget post: Checkinstall