You R really cool!!!
I'm new 2 FreeBSD and I'm a boy from China who is 14.
I'm happy to install FreeBSD,It's interesting!
Hmm,I wanna talk to somebody just for fun and improving my English
Could you plz B my Friends???:):):)
Normally you would do this in userspace, e.g. as a jacl module.
The problem with doing these things in the kernel (apart from the crash risk) is that configuring such filters becomes a pain in the allerwertesten.
I have quite some experience with C programming, but I'm completely new to writing kernel or device drivers and I want to learn that. I have an idea to create a sort of 'microphone filter', which will receive the input from the microphone, then...
Btw. Won't open new thread, but I ran into an sddm issue.
Sddm tries to boot Plasma in Wayland? Don't know why.
Did a whole system reinstall for the sake of moving from 14+ufs root to 15+zfs.
I forgot to backup sddm conf files from...
Sounds like it'd work to me (not sure on tmpfs handling or limits), but should probably have a good amount of RAM and/or avoid swapping.
Could be comparable to streaming videos in browsers and browsers caching the stream to RAM (ideally :p I...
the subtext here is that freebsd is not like linux: the system utilities, the stuff in /bin and /usr/bin and all that do not have a "version number" because they are not independent projects being packaged and distributed piecemeal, they're a...
It's part of the base OS, the "version" of the shell is linked to the version of the OS.
https://www.freebsd.org/security/advisories/
shell/bash does have this feature (/dev/tcp/....), not /bin/sh.
fff2024g as you can easily look at the source code of sh here /usr/src/bin/sh, start your own first "auditing".
It's easy, and you learn something. Dont't be bothered to do something yourself.
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...
That should be a CPU with various AES, SSE, AVX2, etc instructions. Is crypto/cryptodev loaded? It should be part of the GENERIC kernel, but maybe you have a custom kernel without them...
ChatGPT provided me with a solution, believe it or not, as to why my IOCAGE jails weren't starting...
After running ifconfig bridge0 and checcking for members, I saw that there weren't any, and needed to run
ifconfig bridge0 addm em0 up and...
Not sure if this would solve the problem, but the jail might need allow.sysvipc.
allow.sysvipc
A process within the jail has access to System V IPC
primitives. This is deprecated in favor...
Thinking about it these look like entries created by me accessing facebook or gmail from my main workstation (192.168.1.21) or maybe adds on YouTube.
I'm just surprised that there are so many.
That's pretty cool!
I prefer having a list on a website copy/paste; this is what I'd do on any computer for desktop-use:
pkg install evince-lite filezilla foliate gbrainy gimp keepassxc libreoffice mate-calc ristretto thunar-archive-plugin...
I can confirm that the below command seemed to reinstall all of the packages from the other FreeBSD installation living on a completely different hard drive.
xargs pkg install -y < package_list.txt
Might be at-discretion, but what's the limit?
You can get the client files officially (if you own it, you authenticate through Bnet and download through their launcher)
Server is FOSS code (if it's public on GitHub it's probably not blantant...
Diablo 3's fun; I like this build that lets me jump around lazer-shock obliterating everything :p
View: https://www.youtube.com/watch?v=32R1bMfjkSI
I was trying to get D3 in Simplified Chinese, and ended up spending some hours...
They are completely different designs.
1. I use a toml format because I found the ports tree makefile to complex.
Mine ports.toml
name = "expat"
version = "2.7.3"
summary = "XML 1.0 parser"
license = "MIT"
deps = []
[src]
type = "url"
url =...
Thanks for trying to be my protector ;) but I’ve been around a long time and I’m more than capable of handling anyone who wants to give me a hard time.
The default visual style reflects what "I" can comfortably design while still finding it visually pleasing, but the UI is fully theme-able.
The toolkit is designed around a core engine that provides primitive building blocks, images, text...
I don’t see a problem here, and I fully understand that this is a close-knit community I’ve been a member since 2011. What I don’t understand is the notion that someone isn’t allowed to discuss a new or unconventional idea unless they’ve been...
For the past 14 years, I’ve been teaching myself how to build a GUI toolkit in C++. My dream has always been to be the first to bring a bsd licensed gui toolkit and desktop environment to freebsd built from scratch.
I was even featured on...
User keiran just joined yesterday and that remark was his first post which makes one want to ask some questions about user keiran. Don't let it bother you.
Just an update for those interested. I've been emailing with the maintainer, they have an as yet untested patch and package, which I'll test by the weekend. They've filed a bug as it turns out this has to do C23 _WIDTH macros, which is WAYYYY...
User keiran just joined yesterday and that remark was his first post which makes one want to ask some questions about user keiran. Don't let it bother you.
Here is a code example and couple of screenshots of the graphics2d module.
#include <graphics2d/color.h>
#include <graphics2d/font.h>
#include <graphics2d/image.h>
#include <graphics2d/paint.h>
#include <graphics2d/painter.h>
#include...
Right now by default there is one shared profile for the whole system, you can run a single global profile or separate per‑user profiles. A shared
base + per‑user overlay is something I can add later if needed, but it’s not required to make...
You want to change the installed software based upon some profile? If you plan to do this on a per-user basis we need some explaination how this shall fly in a Multi-User system.
pkgs/ This is where the actual ports files are stored.
pkgs/expat/ Each version of a port gets its own version dir.
pkgs/expat/version.toml current is built by default, future is the next os version
and last is the previous os version 13...
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.