That whole scenario was a massive boondogle from the start. It was fun though to see them win while they were there, but it was obvious from the beginning the team was only there for the quick cash given to them by the state. Looks like it's...
we were mistaken on hpijs — thats the old'n'busted. the new hotness is hplip
pkg install cups hplip ought to get you somewhere. CUPS is pretty well documented too: https://www.cups.org/documentation.html
It's weird that with all the cheating and the boorish behavior that people still like the Patriots. They're up there with the Yankees and Cowboys as a team that nobody likes.
SOAP looks complicated - like it was designed by committee. However, there are code generators that turn a SOAP schema into classes in your language of choice.
REST started as one person's idea that became refined over time. It was easier to...
Ubuntu. The worst system I've ever used. You never know if it will start up after an update. It throws in a bunch of unnecessary stuff. I like minimal systems that I can expand myself with the software I need, not the one they push on me because...
Do not forget the ecosystem XML brings with it: XML stylesheets (XSLT), XQuery, XLink, XPointer, SOAP (though a lot of people seem to think SOAP is a bad thing), XSL-FO. Also, it is easy to integrate other XML languages. For example, if you need...
I like that you can write powerful external validators for XML. You can give them to people who want to make XML files to feed into your software and they get (reasonably) good error messages before they hit the main system.
Alain De Vos the superbowl is worth it mainly for the commercials. According to an old Wall Street Journal article, there's about 11 minutes of action during the game. A Quarz article mentioning the figure...
It doesn't exist by default. You are meant to create it and use it to change the URL in order to switch between 'latest' or 'quarterly' package repositories for example.
-RELEASE versions always default to quarterly package repositories, -STABLE...
usbconfig shows:
I've never printed from FreeBSD. I basically hate using printers and have no idea about any drivers. Is this something I can get via pkg install?
Yes.
cuse(3) is used to create DSP character devices from userspace.
The OSS sound system under FreeBSD exposes play/rec devices through /dev/dsp entries which are standard Unix character devices, hence standard Unix file stuff is used to...
But the strange thing is, that command would only work after I copied the file named package_list.txt into my root directory. Very strange, but it did work. Maybe tomorrow I will be able figure out why I cannot log into the
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 =...
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...
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.
Alright, thanks. But does the overall idea stay the same: my program should create a character device under /dev (replace /dev/dsp?)? It's still not very clear to me. I know that I can read the raw data from /dev/dsp, so I guess I can create some...
Hopefully that's not a sign of chasing new tech lacking QA :p
I primarily used GNOME on Linux and tried it first on FreeBSD; I got it up from the handbook but went with Xfce later. If GNOME didn't work from handbook first-try I might not have...
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...
Ahh thank you so much, I wish my teen children thought I was really cool still!! I hear china has really good food. Yes freebsd is very interesting, I really like how its one unified core system instead of various parts put together to build a os...
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...
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...
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.