Search results

  1. NapoleonWils0n

    Solved Searxng installed in a Jail, not working yet maybe a pf issue

    the issue might be that you need to solve captchas for different search engines before you can use them https://docs.searxng.org/admin/answer-captcha.html the fix seems to involve creating a ssh tunnel and setting the browser to use that as a proxy and then solving the captcha
  2. NapoleonWils0n

    Solved Searxng installed in a Jail, not working yet maybe a pf issue

    of course now Searxng is throwing errors so may need some set up
  3. NapoleonWils0n

    Solved Searxng installed in a Jail, not working yet maybe a pf issue

    Searxng working in a Jail and accessible using Firefox running in the Jail i found the culprits 2 block statements in my pf.conf were causing the issue block log all block out on $int_if all Heres my pf.conf with the block statements commented out...
  4. NapoleonWils0n

    Solved Searxng installed in a Jail, not working yet maybe a pf issue

    just another thought maybe i need a pf rule on the host that redirects port 8888 from the jail traffic back into the jail if that makes sense
  5. NapoleonWils0n

    Solved Searxng installed in a Jail, not working yet maybe a pf issue

    i have installed searxng in a jail but havent got it working yet which maybe a pf firewall issue The jail already has Firefox installed so i thought it would make sense to install searxng in the same jail searxng is set to listen on the jails ip address 10.10.0.5 and port 8888 and since...
  6. NapoleonWils0n

    Python The sad state of Python on Freebsd

    spot on about containers we do have Podman on Freebsd which i briefly tried however i did run into issues trying to run some linux podman containers on Freebsd may have been because they used systemd on linux you have the nvidia container toolkit which is installed on the host that can be...
  7. NapoleonWils0n

    Solved Build lang/python311 port without executable

    if you install yt-dlp manually to get the latest version the shebang points to python3 which doesnt exist so the solution is to create a symlink sudo ln -s /usr/local/bin/python3.11 /usr/local/bin/python3 problem solved
  8. NapoleonWils0n

    Solved Desktop DAC/AMP with build-in PEQ

    i had a portable Fiio dac and it worked perfectly with Freebsd however the battery has swollen and its not usable
  9. NapoleonWils0n

    Testing the quality of a Converter Module Step Down from 12V to 5V needed by the FreeBSD tablet / mini-pc that I'm creating...

    lego will work as a low cost temporary solution and keep out the dust while you work on a more permanent solution
  10. NapoleonWils0n

    Deepseek is deeply frustrating but it responds to swearing

    i have been using deepseek for work to create image prompts for microsoft designer by giving deepseek a list of fictitious characters with a description and getting deepseek to generate the lighting and camera angles based on the description i had already got it to create image prompts...
  11. NapoleonWils0n

    Python The sad state of Python on Freebsd

    The Freebsd triple lock i like it
  12. NapoleonWils0n

    Solved Neovim as an IDE/IDE alternatives for C, C++, C#, Python programming languages

    Emacs with evil mode https://github.com/NapoleonWils0n/freebsd-dotfiles-xps/tree/master/.config/emacs https://www.youtube.com/playlist?list=PL7hhhG5qUoXk266pUiPhm-gqBgM5P8vBV
  13. NapoleonWils0n

    Python The sad state of Python on Freebsd

    really make you appreciate using pkg to install software
  14. NapoleonWils0n

    Python The sad state of Python on Freebsd

    Python on Freebsd is in a bit of a sorry state For work i have been trying various methods to install ComfyUI https://github.com/comfyanonymous/ComfyUI Vermaden wrote a guide a couple years ago for installing Stable Diffusion on Freebsd https://github.com/verm/freebsd-stable-diffusion...
  15. NapoleonWils0n

    Solved X11 socket vanishes after onestop/onestart the jail

    dont use an fstab with a jail i found that using an fstab and then stopping the jail resulted in the mountpoints not being unmounted the solution is to put the mount points in the jails config that way the jail "knows" about the mountpoints and they will be unmounted when you stop the jail...
  16. NapoleonWils0n

    Ollama set up on Freebsd to run llm's and use Emacs with gptel as a front end

    my gpu wasnt listed either but it does work dell xps 15 -2019 16 gb of ram i can run deepseek-r1:7b buti i did find some 7b models that wouldnt work nvidia set up Yes Master ? nv-sglrun nvidia-smi shim init Fri Feb 21 18:26:33 2025...
  17. NapoleonWils0n

    How to have multimedia buttons on top of keyboard work?

    you may need to create a devd.conf config file see links above
Back
Top