Search found 9 matches
- Sun Nov 24, 2024 6:36 pm
- Forum: Feedback
- Topic: update-station will not start after update 11-17-24
- Replies: 6
- Views: 1047
Re: update-station will not start after update 11-17-24
As well here. Works now again as expected. Thank you.
- Wed Nov 13, 2024 9:59 pm
- Forum: General Questions
- Topic: How might I run a linux binary on Ghost?
- Replies: 3
- Views: 695
Re: How might I run a linux binary on Ghost?
You can look into the FreeBSD handbook, how to install a linux system within BSD. But I used a different solution. A "quick and dirty" way is to install the Linux browser installer from Github: https://github.com/mrclksr/linux-browser-installer I installed a browser and a little Ubuntu sys...
- Sat Nov 09, 2024 8:35 pm
- Forum: Installing GhostBSD
- Topic: Dual boot with Windows 10
- Replies: 2
- Views: 512
Re: Dual boot with Windows 10
I installed GhostBSD on a laptop with Windows 11 and refind dual boot utility. It works without problems. Just follow the installation instruction.
- Mon Oct 28, 2024 9:20 pm
- Forum: General support
- Topic: Use Yubikey or other security keys for 2FA
- Replies: 9
- Views: 2631
Re: Use Yubikey or other security keys for 2FA
I use a Yubikey 5 for more then a year now and it works very well. I have a pin and the key is fully functional. For a working key you only need to install: pkg install libu2f-host u2f-devd pcsc-lite Then enable pcscd at boot: service pcscd enable Add your user to the u2f group pw group mod u2f -m u...
- Tue Oct 22, 2024 6:28 pm
- Forum: General support
- Topic: Package install for format and write .iso image on USB sticks?
- Replies: 5
- Views: 1013
Re: Package install for format and write .iso image on USB sticks?
There is no gui app like Balena Etcher in BSD. You can use the good "dd" command. $ sudo dd if=xyz.iso of=/dev/daX bs=1M && sync Double check the correct output device (dev/daX) because dd starts its work immediately without further questions. To check it before starting dd: $ gpar...
- Tue Oct 15, 2024 11:55 am
- Forum: Feedback
- Topic: Trying to reply my existing topic ALWAYS gives HTTP Error 500
- Replies: 4
- Views: 2215
Re: Trying to reply my existing topic ALWAYS gives HTTP Error 500
My post above was directly send with the "submit" button and landed on the correct page again.
I tried the preview with this reply and then submitted and ended again on an empty page.
I tried the preview with this reply and then submitted and ended again on an empty page.
- Tue Oct 15, 2024 11:53 am
- Forum: Feedback
- Topic: Trying to reply my existing topic ALWAYS gives HTTP Error 500
- Replies: 4
- Views: 2215
Re: Trying to reply my existing topic ALWAYS gives HTTP Error 500
I wrote a reply to my topic in Feedback. From other forums I learned that it is better to mark the whole text and copy it into the clipboard before posting it. After posting my reply I ended on an empty web site. Nevertheless the reply was posted. I double checked it.
- Tue Oct 15, 2024 11:46 am
- Forum: Feedback
- Topic: Laptop ASUS TUF Gaming FX705GM - GhostBSD 24.07.3 works
- Replies: 4
- Views: 946
Re: Laptop ASUS TUF Gaming FX705GM - GhostBSD 24.07.3 works
neville Thanks for your reply. $ cat /dev/sndstat Installed devices: pcm0: <Realtek ALC235 (Internal Analog)> (play/rec) default pcm1: <Realtek ALC235 (Front Analog Headphones)> (play) pcm2: <Intel Kaby Lake (HDMI/DP 8ch)> (play) No devices installed from userspace. I added acpi_video to my kld_lis...
- Tue Oct 15, 2024 6:38 am
- Forum: Feedback
- Topic: Laptop ASUS TUF Gaming FX705GM - GhostBSD 24.07.3 works
- Replies: 4
- Views: 946
Laptop ASUS TUF Gaming FX705GM - GhostBSD 24.07.3 works
Hello everybody. I am new to GhostBSD and new in this forum. I'm using FreeBSD for some years now on a desktop system. I used NomadBSD on my ASUS laptop to play around with it because in the past FreeBSD made some problems on it. But now in 2024 FreeBSD 14 works pretty well with it. Time to try Ghos...