Antonio
and Hello System, this is very early still
Pouria
it is for desktops?
XS
no
XS
FreeNAS/TrueNAS is for NAS
XS
It's a network attached storage server
Antonio
I use Freebsd with xfce it works very well just a bit difficult to install for newbies
XS
In my experience all BSD could be used as excellent and stable workstation operating systems as long as you know about UNIX, X11 and related tools.
XS
If it's not the case you might prefer a system like Nomad or GhostBSD that installs a graphical user interface and applications for you, and I think they're great to win time if you don't have much and want to have a working and well configured BSD desktop.
ɴꙩᴍᴀᴅ
FreeBSD has desktop support too, but it is not powerfull support as i know.
From the channel last week or so: https://t.me/FreeBSD/25 I've been using it as main desktop for over a year and is stable, works rock solid
ɴꙩᴍᴀᴅ
Nice. You are writing shell script?
A bit. Mostly for custom functionality to my desktop
Pouria
A bit. Mostly for custom functionality to my desktop
your written scripts are in the github?
Pouria
if yes, can i see your github account?
ɴꙩᴍᴀᴅ
your written scripts are in the github?
Not github but similar. You can find some shell scripts inside the .scripts directory https://codeberg.org/n0mad/freeBSD-bspwm-config
Pouria
Also at base level there's the install.sh script too
you are writing scripts with which shell?
Pouria
bash?
Andriy
bash is linuxism 🙃
Pouria
bash is linuxism 🙃
:/ bash is in the repository.
ɴꙩᴍᴀᴅ
bash?
- bash for lemonbar (for escaping unicode bitmap fonts) - sh for the rest
Pouria
bash is a shell.
ɴꙩᴍᴀᴅ
Bash is okay. Just take notice that all scripts written in sh will work in bash, but not the other way
ɴꙩᴍᴀᴅ
ɴꙩᴍᴀᴅ
Hmm.
You can have both installed, and call the one you want to execute your script at the first line
XS
There's some case where bash respects the standard better than most sh implementation I've used, for example: sh -c 'func() :' and bash -c 'func() :'
Pouria
#!
XS
some sh implementation (dash in mind) are more coherent with some special variables, for example unset OPTIND or OPTIND= won't work where it will in other shell, but you're not supposed to do that anyway
José
friends which extension do you recommend in Freebsd zfs or ufs, on a laptop
XS
which filesystem you mean, how much ram do you dispose ?
José
I have only 8G of RAM
Andriy
Only 😯
XS
I would say it may be short for zfs, it depends which features of zfs you'll use.
Andriy
Go zfs
Vasek
Hi guys, another newbie here. I have a 10 yrs old notebook, 32 bit, 6 GB RAM. I would like to install FreeBSD 13 with DE on it. Any recomendation on which DE to use? I tried Xfce on VirtualBox but could not configure it properly
mrphyber
I guess it depends on your taste
Mikhail
gnome should be fine
Mikhail
But why 32bit?
Mikhail
6gb ram! :)))
Vasek
6gb ram! :)))
Yeah 😅
Vasek
But why 32bit?
It Is old 32 bit machine
Vasek
It Is old 32 bit machine
Thats why I am asking, I Guess some DEs could have a problem with that
José
friends which DE do you recommend for freebsd
mrphyber
I personally use a wm, kde is lovely though
José
I use kde in archlinux but I want to leave freebsd as the main os on my laptop
José
I personally use a wm, kde is lovely though
some particular link to install freebsd with kde plasma
mrphyber
just install base freebsd and install kde from ports/pkg
José
👍
Antonio
it is very rare 32 bits with 6g ram?
Antonio
are you sure it is 32 bits?
mrphyber
it is very rare 32 bits with 6g ram?
the thing is that a 32bit cpu can address at most 4gb, so it's a bit useless to have 6gb
Antonio
there are extensions
mrphyber
there are extensions
yes while they do exists, they still have some limitations
Vasek
It really is 32 bit
ɴꙩᴍᴀᴅ
Here
Although there is a new version of KDE so: $ doas pkg install kde5
Vasek
I will try GNOME, i did use it on 32 bit Debian and it was ok
ɴꙩᴍᴀᴅ
I will try GNOME, i did use it on 32 bit Debian and it was ok
It should work fine. I'd suggest XFCE but seems they are heavier on resources these days
Vasek
Xfce seems more tricky to configure
Pouria
What is this man?
José
Although there is a new version of KDE so: $ doas pkg install kde5
another question you use pkg or ports to install programs
mrphyber
another question you use pkg or ports to install programs
pkgs are compiled ports, if you are ok with default flags then go ahead and install pkgs, otherwise install from ports
mrphyber
on my installation the majority are pkgs, I have very few compiled ports, like ffmpeg
José
Perfect
José
I install 12.2 or 13
Antonio
13 is better and will be final stable release in a few days
Antonio
now 13 is release candidate 5
Rafa
https://leonardcucos.com/how-to-install-freebsd-with-kde-plasma-5-2021/
Rafa
And you have a script called "desktop-installer" which will guide you through the steps of installing X and a desktop of your choice