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 -rHas something like cu embedded in it?I use sysutils/screen instead because it directly supports serial consoles which I use a lot.
WithHas something like cu embedded in it?
I prefer the separation of tasks.
screen /dev/ttyxxx 115200 I get a fully functional serial console.On a shell from tmux: cu -l /dev/ttyxxx -s 115200'm not sure what kind of task separation you are asking about. What specific functionality of cu(1)?
Anything large or serious like OS ISOs I use aria2wget2 for simultaneous download. Accepts the same options as wget.
I almost did that starting out, but wanted something different than Linuxpkg install nano
You could use pico if you don't want it to be like GNU.Anything large or serious like OS ISOs I use aria2
I almost did that starting out, but wanted something different than Linux(ee's fine
)
firefox-esr is probably the most important thing for me on desktop; mainline Firefox almost feels intentionally hostile (there's no way they'd expect everyone to go through pages of settings hidden in slide tabs just like Win11's wildness)
Still curious why it's unavailable CURRENT; not certain if related but hopefully it's not because of Rust