I particularly love their list of applications. I go there frequently when I realise that I need an unopinionated tool recommendations for specific tasks.Don't worry, I do too, lots of folks here do actually. It's a great source of information.
I particularly love their list of applications. I go there frequently when I realise that I need an unopinionated tool recommendations for specific tasks.Don't worry, I do too, lots of folks here do actually. It's a great source of information.
Although, I still catch myself stealing glances at the Arch Wiki.
It may also be useful to do that, you can find application-related information which is OS independent.I always googling with -linux, is that serious, doctor?![]()
Hi bakul,You might want to update your 15.0 systems to get all the security patches.... Or wait for a bit as 15.1-RC2 is already out.
#pkg update and #pkg upgradeHi bakul,
- many thanks for the heads-up.
I am showing version 15.0 - P9 currently - I installed from 'pkgbase' and run#pkg updateand#pkg upgrade
Looking at /usr/local/etc/pkg/repos/FreeBSD.conf all it contains is:-
'FreeBSD-base: { enabled: yes }'
I've no idea if that is all that's required to be in that file and, if not, how to discover what should be in there?
Yes, that's all you need + the default /etc/pkg/FreeBSD.conf -- both of which are created in a fresh freebsd install. Along with the handbook suggestion above, manpages for pkg(1) and pkg.conf(5) provide some detail. In general on *BSDs it is a good habit to check man pages as they are usually uptodate. Also the apropos(1) command!I've no idea if that is all that's required to be in that file and, if not, how to discover what should be in there?
Thanks Matt, I must remember to keep referring to the Handbook.![]()
Chapter 26. Updating and Upgrading FreeBSD
Information about how to keep a FreeBSD system up-to-date with freebsd-update or Git, how to rebuild and reinstall the entire base system, etcdocs.freebsd.org
Chapter 26.7.1 in the hand book should have you covered.