Not really. It might provide users with a pointer towards pkgs which some users have never heard of which might be worth discovering...
Well, that's a different question altogether.
Not really. It might provide users with a pointer towards pkgs which some users have never heard of which might be worth discovering...
I use sysutils/screen instead because it directly supports serial consoles which I use a lot.I see quite a few people are fond of sysutils/tmux
I use sysutils/screen instead because it directly supports serial consoles which I use a lot.I see quite a few people are fond of sysutils/tmux, […]
tmux trial I noticed:Which pkgs do users install as soon they have finished installing FreeBSD?
What I must have? Depends of course on the use case.
For a regular use workstation/vm, I usually do:
pkg install xorg xfce firefox fusefs-exfat fusefs-ntfs leafpad textadept pinta flameshot apache-openoffice smartmontools
More recently, I've been taking a shining to using twm, so leaving off xfce but adding bgs so I can have a background image.
pkg
pkg install git pkg install ]drm-kmod xorg kde plasma6-plasma sddm
sysrc dbus_enable="YES”
sysrc sddm_enable="YES"
sysrc sddm_lang="es_ES"
echo "exec dbus-launch --exit-with-x11 ck-launch-session startplasma-x11" > ~/.xinitrc git clone https://git.FreeBSD.org/src.git /usr/src
git clone https://git.FreeBSD.org/ports.git /usr/ports cd /usr/ports
git branch -r