/whois <nick> will tell you what information the IRC server has on you. It typically includes the IP address where you connected from. Everyone on IRC can issue this command.
Yeah, no. Going to need some form of contract for that. A legal...
Both vermaden and myself have pages. vermaden's is better, but my page has a link to his. Maybe one, or both of them could help.
My page is https://srobb.net/vm-bhyve.html and the link to vermaden's page is...
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"...
There are many packages to run AI locally. For LLMs, too, starting with ollama. On FreeBSD you can't get CUDA for NVidia, though, although AMD hardware acceleration works.
CPU temperature graph appears to look fine. Averaging around 65-70C, toasty but not problematic, CPU usage graph seems to be an average 50% CPU load. Timelines don't match up perfectly, but assuming this is similar across the board I'd say the...
Open it up, clean the inside of dust (this task should be done yearly - I must admit I'm not good at taking my own advice here).
re-seat the memory (DIMMs).
If the temperatures are too high, replace the thermal paste between CPU and cooler.
My obsessive mind is having a little bit of a problem coping with this thread being in "Feedback about the Forum" instead of "General," but I don't want to bother the admins directly, so I'm writing this post instead and maybe one of them will...
Here is the new ports.toml spec. Almost everything is optional. And I currently have 104 ports file including Qt5, Qt6, Gtk3, Gtk4, All the supported Build Sytems(cmake, meson, waf, b2, autotools, ...), Wayland, Mesa, Python and I am working on...
Both vermaden and myself have pages. vermaden's is better, but my page has a link to his. Maybe one, or both of them could help.
My page is https://srobb.net/vm-bhyve.html and the link to vermaden's page is...
If I'm understanding you correctly, you would like some form of AI to completely, or at least mostly, run your system? As far as I know, FreeBSD doesn't have that. I don't think the commercial O/S's or Linux has it either, yet, though some might...
I have not the slightest idea. I'm too burned out exhausted by the text I wrote to comprehend what you mean. 😎
All I know is when I ask AI some philosophical question I get garbage. And when I flag out it's gabage it apologizes and produce even...
beastiegirl for example, I use openbox at times. There is a file $HOME/.config/openbox where it has its configuration, including an autostart file. I just want it to start with a background and tint2 (a window manager bar). So, my...
loveydovey, without pretending to read wolffnx's mind, seems like he just would like to go on irc and chat. I imagine that someone who desires themselves to be tested on their security could probably find an irc channel for that (though I haven't...
Not sure if it's still the case, but at some point I built a custom kernel without all the COMPAT_FREEBSDxx shims. I always build my own package repositories, for their specific FreeBSD version so I figured I didn't need the old version...
I'm also wondering--maybe someone knows, sees this, and can answer--if we still need the
/usr/share/keys/pkgbase-15 or if you can now use what's in the wiki, the /usr/share/keys/pkg. If I have time today I might throw together a VM and see. If...
prince2phor59, sorry I don't use bluetooth, so I'd be unable to help there. But this forum has a lot of knowledgeable and helpful people. And do take a look at the man page that POSIX.1 linked, they can be very helpful, and there are probably...
Hrrm, that's new. I've seen that on some CURRENT VMs, but haven't seen it on a RELEASE. I'm honestly not sure. It looks as if something's wrong with the branch, hopefully, someone with more knowledge can chime in.
Kernel has nothing to do with it. Besides the fact that third party kernel modules typically need to be build for your specific kernel version.
I have an old system, has been upgraded many times over the years. Has an old GT220 Nvidia chipset...
SSL/TLS only encrypts the traffic between your client and the IRC server (or web server, or whatever else you connect to). It does NOT hide your IP address.
Basic rdr:
rdr on $ext_if inet proto tcp from any to ($ext_if) port 80 -> 192.168.100.12 port 80
Routing table will do the rest. Packet filters like PF manipulate packets, it's not a routing engine.
Always a possibility of course. I'd run a memory test and perhaps look at some SMART data from the disks. Just to rule out any potential issues with those.
Yes. x11/nvidia-kmod-580, x11-nvidia-driver-580 and x11/linux-nvidia-libs-580 are certainly planned once their master port pointing to Production Branch of drivers switch to 590 or later series of drivers, which drops pre-Turing generarions of...
No. You cannot "bounce" packets out the same interface they came in on. Besides that, connections to the second IP address (from the host itself) would never go out of the interface, the IP address is accessible on the host. If you look at your...
I suspect a legacy version Nvidia driver will be kept, like x11/nvidia-driver-470 (forever stuck on 470.x), x11/nvidia-driver-390 (forever stuck on 390.x), etc.
So, instead of following x11/nvidia-driver for the latest NVidia driver version, you...
I'll give it a shot; apologies in advance if it gets long, apologies if some of the wording is not "exactly correct", apologies for leaving out things like SMP, multiple CPUs, scaling, etc because I'm trying to keep it simple.
Every command you...
This is true but individuals are more likely to show personal opinion than technical correctness and contain errors or information that's more outdated cause they never go back and update anything. At least the Handbook is overseen on some...
Building and installing are different topics. I've installed FreeBSD many times and now have developed my own method which consists of using Ventoy.
Ventoy itself needs two partitions. The second one which stores all the Ventoy system files only...
This is true but individuals are more likely to show personal opinion than technical correctness and contain errors or information that's more outdated cause they never go back and update anything. At least the Handbook is overseen on some...
Hi balanga!
Both the Handbook and Wisellama's post were helpful when I started self-compiling FreeBSD a few months ago.
A simple step to save potential trouble when self-compiling might be to use a separate machine that can be easily wiped and...
Sometimes somebody's personal perspective explains things in a different way which is easier to follow than a guide provided by The Handbook. I often find a blog a useful supplement to official guides when I don't understand them or when certain...
I wouldn't use information I find from third-party sites for FreeBSD unless I was completely out of other options.
A lot of information is out of date and sometimes written by users who primarily use Linux or other UNIX systems. Sometimes they...
Ohhhhhh boys!!!!! yes, I am excited! Why? Because I just ripped out Flutter’s newest rendering engine, Impeller(BSD-3). It’s written in C++, and I also pulled their latest Render List, converted the entire build system to CMake, and wired it up...
For those of you who play games or are into vfx, I’d love to collaborate and help get your projects running as smoothly as possible. If you’re willing to support my efforts, I’m fully committed to doing everything I can to make that happen.
I...
Ohhhhhh boys!!!!! yes, I am excited! Why? Because I just ripped out Flutter’s newest rendering engine, Impeller(BSD-3). It’s written in C++, and I also pulled their latest Render List, converted the entire build system to CMake, and wired it up...
At this point, the package tool and ports system are working, and I have around 35 functional ports so far, with more in progress.
Before I wipe /usr/local and replace it with a link pointing to /usr/ports/profile/current, I want to make sure I...
The only slightly annoying thing about this type of system is that changing anything even adding a single "." produces a different hash. That’s a good from a security standpoint, but it becomes annoying when you’re creating ports and need to make...
One of the problems I find with The Handbook, is that you never really know if it is uptodate with the the latest release.
FreeBSD has been around since 1993, that's 33 years, so there will be thousands of guides and you never really know if you...
Definitively not. First "buildworld", then "buildkernel" (not the other way around), to provide up-to-date tools to build the kernel.
The correct order to build from source is described in the FreeBSD handbook, chapter 26.6. Updating FreeBSD...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.