This article will show how to install, upgrade and remove packages using pkgng. It will also discuss some of the improvements over pkg_*tools and demonstrate how pkgng will benefit end users. In addition, the upcoming functionality of pkgng will also be briefly...
Category: FreeBSD Community
Explore insights, discussions, and collaborations driving open-source advancements with the FreeBSD Community.
FreeBSD Programming Primer – Part 7
In the seventh part of our series on programming, we will continue with the menu navigation system and using Javascript. So far, we have built navigation section buttons that represent the three content types that we have defined in content.inc: pages, news and FAQ’s....

An email Gateway with FreeBSD to Prevent Malware and Undesirable Messages
Controlling inbound and outbound mail messages is a big challenge for sysadmins. Malware can spread quickly, infecting dozens of mailboxes and relentless spammers send thousands of messages with unsolicited advertising and phishing scams. This article will show you...
FreeBSD Programming Primer – Part 6
In the sixth part of our series on programming, we will design a basic menu navigation system and style it with CSS. So far in this series, we have focused on adding and displaying standard HTML pages which have been pulled from our database. We are now going to shift...