Search results

  1. vermaden

    Valuable News – 2026/02/09

    Original article here. Consider this when replying. FreeBSD, The FreeBSD Foundation, and The FreeBSD Forums are not associated with the content of this article.
  2. vermaden

    bhyve How to run win7 on bhyve?

    There is no bootx64.efi file on mine either ... and vm-bhyve boots and install Windows 7 just fine. This is my vm-bhyve config for Windows 7 machine if that helps. % cat /vm/windows7/windows7.conf loader="uefi" graphics="yes" cpu=2 memory=4G ahci_device_limit="8" network0_type="e1000"...
  3. vermaden

    bhyve How to run win7 on bhyve?

    Its covered here: - https://vermaden.wordpress.com/2023/08/18/freebsd-bhyve-virtualization/
  4. vermaden

    200 MB RAM FreeBSD Desktop

    Check with htop(1) - in the UPDATE 1 as I wrote - I was able to get as low as 82 MB RAM :)
  5. vermaden

    Valuable News – 2026/02/02

    Original article here. Consider this when replying. FreeBSD, The FreeBSD Foundation, and The FreeBSD Forums are not associated with the content of this article.
  6. vermaden

    Solved Tint2 in the future

    For me Tint2 is complete - no need for changes.
  7. vermaden

    Porting X11Libre to FreeBSD.

    Just wanted to share my thoughts about the 'state' of porting XLibre to FreeBSD - for me - worked like a charm. I tried XLibre recently when I tried to use as less RAM as possible with some still fully functional and nice looking GUI -...
  8. vermaden

    150 MB Minimal FreeBSD Installation

    Original article here. Consider this when replying. FreeBSD, The FreeBSD Foundation, and The FreeBSD Forums are not associated with the content of this article.
  9. vermaden

    Solved Hiding boot messaages

    Yep. % grep rc_ /etc/rc.conf rc_startmsgs=NO rc_info=NO % grep boot_mute /boot/loader.conf boot_mute=YES
  10. vermaden

    Valuable News – 2026/01/26

    I have seen this pattern since late RPI 3 times ... with RPI 3/4/5 you get board only - with 'fixed' RAM and you still need case/fan/radiator/case/hat/... and not so recent - especially AMD Ryzen based - Mini PCs - are dirt cheap - offer 4-6/8 cores - RAM slots - native NVMe slots - case and...
  11. vermaden

    Valuable News – 2026/01/26

    I forgot to add context about 'login manager' ... fixed in that form: KDE Removes FreeBSD Support in Plasma Login Manager Because They Rely on systemd/logind Linux Daemons. Should be mess misleading now. Thank You for reporting. I was quoting this part:
  12. vermaden

    Valuable News – 2026/01/26

    Original article here. Consider this when replying. FreeBSD, The FreeBSD Foundation, and The FreeBSD Forums are not associated with the content of this article.
  13. vermaden

    GhostBSD Makes XLibre Its Default Display Server

    Finally some good news for the weekend :)
  14. vermaden

    Other What's the go-to scripting language to learn for general purpose-scripting on freebsd?

    You can enable 'developer mode' on your Android phone and get some additional options. For example I have changed/enabled two things on my phone: - as long as its attached to USB cable - do not lock the screen - whenever I attach that phone to a computer - the USB Tethering is the DEFAULT mode...
  15. vermaden

    Other What's the go-to scripting language to learn for general purpose-scripting on freebsd?

    Check 'Smartphone USB Tethering' section from here: - https://vermaden.wordpress.com/2022/09/14/freebsd-cope-with-wifi-fuckup/ Create /usr/local/etc/devd/usb_tethering.conf with this: attach 0 { device-name "ue[0-9]+"; action "/etc/usb_tethering.sh start $device-name"; }; detach 0 {...
  16. vermaden

    Other What's the go-to scripting language to learn for general purpose-scripting on freebsd?

    Thanks. You can also check earlier Ghost in the Shell series articles - they also contain a lot of information useful for scripting.
  17. vermaden

    Other What's the go-to scripting language to learn for general purpose-scripting on freebsd?

    For me its POSIX sh(1) with or eventually sed(1) or awk(1) scripts where it fits better. I wrote all my tools with POSIX sh(1) like: - beadm(8) - automount(8) - lsblk(8) - sensors(8) - ufsbe(8) - jmore(8) ... and about learning that POSIX sh(1) I wrote here: -...
  18. vermaden

    Valuable News – 2026/01/19

    Thank You mate.
  19. vermaden

    Valuable News – 2026/01/19

    Original article here. Consider this when replying. FreeBSD, The FreeBSD Foundation, and The FreeBSD Forums are not associated with the content of this article.
Back
Top