Search results

  1. vermaden

    200 MB RAM FreeBSD Desktop

    Check again - it is not X/Twitter.
  2. vermaden

    200 MB RAM FreeBSD Desktop

    I just tried Netsurf browser with my https://vermaden.wordpress.com/ page loaded - additional 83 MB RAM used. Not great. Not terrible.
  3. vermaden

    bhyve Unable to install any VM on Freebsd 15

    Besides the link(s) which scottro posted - check also this one for small but useful Bhyve helpers: - https://vermaden.wordpress.com/2024/06/23/freebsd-bhyve-companion-tools/ Also - to have VNC available for guest You need to add graphics="yes" to VM config in vm-bhyve. Also I did not set...
  4. 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.
  5. 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"...
  6. vermaden

    bhyve How to run win7 on bhyve?

    Its covered here: - https://vermaden.wordpress.com/2023/08/18/freebsd-bhyve-virtualization/
  7. 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 :)
  8. 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.
  9. vermaden

    Solved Tint2 in the future

    For me Tint2 is complete - no need for changes.
  10. 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 -...
  11. 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.
  12. 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
  13. 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...
  14. 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:
  15. 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.
  16. vermaden

    GhostBSD Makes XLibre Its Default Display Server

    Finally some good news for the weekend :)
  17. 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...
  18. 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 {...
Back
Top