Pouria
Can i share my shell script here?
it's a fetch tool.
Like pfetch, screenfetch, neofetch.
But it's faster than above scripts.
It has pkg updates count.
@n0madcoder
Null
Taking a Look at the GhostBSD Installer
GhostBSD provides a simple desktop-oriented operating system based on FreeBSD with MATE, OpenRC and OS packages for simplicity. GhostBSD has a selection of commonly used software preinstalled and required to start using it to its full potential.
GhostBSD project:
https://www.ghostbsd.org/
LinuxLounge channel:
https://odysee.com/@LinuxLounge:b?
ztx
Hello everyone. I'm starting out with FreeBSD and right now I'm trying to solve how to get access to LUKS encrypted partitions on another SSD. If mounting is not an option, then I at least need to move a lot of files from a LUKS partition on one disk to a GELI encrypted partition on another disk.
As far as I understand, I cannot decrypt LUKS in FreeBSD, and I cannot decrypt GELI in Linux. So, the only solution I could come up with (without using another drive) is to run a VM on one of the systems. And I'm much more interested in bhyve, since I decided to learn FreeBSD.
I don't have any experience with BSD systems and I don't have much experience with virtualization, so bear with me on this one.
Question number one is: can I run my linux installation from a physical disk in bhyve?
Assuming that this is possible, I tried to run bhyve as follows:
sudo bhyve -c 1 -m 2G -w -H -s 0,hostbridge -s 1,virtio-blk,/dev/ada1 -s 2,virtio-net,tap0 -s 30,fbuf,tcp=0.0.0.0:5900,w=800,h=600,wait -s 29,xhci,tablet -s 31,lpc -l com1,stdio -l bootrom,/usr/local/share/uefi-firmware/BHYVE_UEFI_CSM.fd artixvm
Right now, when I connect via VNC it's just a black screen and bhyve terminal window is spamming with "atkbd data buffer full" messages when I'm trying to use my keyboard. And if I terminate the bhyve process I cannot run it again because of vm_reinit: Device busy until I reboot the host.
That raises the second, more important question: can I somehow... "unmount" my /dev/ada1 block device after terminating bhyve without the need to reboot? Also, is there a "nicer" way to close bhyve in such situation?
I'm more than willing to tinker with bhyve on my own, I just would absolutely hate to reboot every time.
ztx
Thanks, but what exactly will it give me? does it provide an easy way to passthrough physical disk to the bhyve instance? Or does it provide a way to shutdown VM's gracefully?
I kind of want to learn the bhyve itself
ztx
Actually you know what, I can learn something from these scripts instead, so yeah, thanks