Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: pkg Clear Filter

Angle brackets in a Nix flake world

At DEFCON33, the Nix community had its first-ever presence via nix.vegas and I ended up in fun conversation with tomberek πŸ™Œ. β€œWhat fun things can we do with < and > with the eventual deprecation of NIX_PATH ? The actual πŸ’‘ was from tomberek and this is a demonstration of what that might look like without necessitating any changes to CppNix itself. As a very worthwhile aside, the first time presence of the Nix community at DEFCON was fantastic and I am extra appreciative to numinit and RossComp

Pkgbase Removes FreeBSD Base System Feature

Hi, after short discussion here: - https://github.com/freebsd/pkg/issues/2485 I got REALLY concerned. One of THE features and selling points of a FreeBSD UNIX system is the 'untouchable' Base System. Without PKGBASE all the features are preserved. But when You convert to PKGBASE its ... GONE! Consider this command: # pkg delete -af What it does? It removes all third party packages on 'classic' FreeBSD system without touching the FreeBSD Base System. What the same "pkg delete -af" command does on

FreeBSD Kernel Modules Pkg(8) Repositories

FreeBSD project started to officially add kernel modules pkg(8) repositories to default installation – starting with FreeBSD 14.3-RELEASE version. To understand why they were brought to light of day its first needed to understand the problem they are here to solve. Problem This problem does not exists with x.0 FreeBSD releases – they have all their packages built against proper FreeBSD x.0 version. The problem arises when x.1 release is made, or x.2 … or any OTHER then x.0 to be precise … but