I am now receiving spam on the unique address I used to register for the bugzilla, so either the hack has been used to gain access to the bugzilla or that has now also been hacked. Attempting to log in to the bugzilla now fails with a 503 error.
I usually just have one xterm per screen session. If it's a remote session, start an xterm for it, ssh to the remote host and attach the screen session. Nested multi-screen screen or tmux sessions gets too confusing. Well, I guess you could...
Couple of weeks ago I had similar issue while upgrading from 14.3->15.0, which had issues with firewall. Now I'm doing the upgrade in two steps 14.3 -> 14.4 -> 15.0, but still had some issues with BHyve virtualization on the host.
So the issue...
So that profile is leaning more towards geek. Games consoles and a smartphone would be the more popular approach for normal guys. As soon as you enter closer to "geek", then you are more niche in terms of a market and you need to start putting in...
tmux has copy and paste.
^B[ ---------------- Begin copy mode. Begin Select with SP, move as in vi, end with RET
^B] ^B= --------- Paste selected / Select buffer to paste.
"normal guy" would not be using FreeBSD. Use the right tool for the job. And in that case, its likely Windows. A "normal guy" would certainly be using the Windows OS that came preinstalled on their laptop.
"buildword" must be build first, then "buildkernel", to assure the toolchain to build the kernel matches the updated source tree. Otherwise it ends up using the running system toolchain.
See...
There are command line tools which can read PDFs, but without images, no hyperlinks, etc. misc/lesspipe is such a tool. There might be other tools I'm not aware of, or don't recall.
There are command line music player in the ports tree, e.g...
You don't edit /etc/zfs/exports. It's very clear expressed in the file:
# !!! DO NOT EDIT THIS FILE MANUALLY !!!
If you do, it has no effect, and any manual modification is overwritten by the next system reboot.
The V4: line belongs in...
You are defining the NFSv4 tree root as V4: /var/db/backup but the wrong export directory in the line below. It must be:
V4: /var/db/backup
/var/db/backup -mapall="root"
Mount on client: mount -o nfsv4 192.168.1.250:/ /mnt
Why " / " in "...
Original article here.
Consider this when replying.
The second BETA build for the FreeBSD 15.1 release cycle is now available. ISO images for the amd64, armv7, aarch64, powerpc64, powerpc64le, and riscv64 architectures are FreeBSD mirror sites...
Original article here.
Consider this when replying.
The first BETA build for the FreeBSD 15.1 release cycle is now available. ISO images for the amd64, armv7, aarch64, powerpc64, powerpc64le, and riscv64 architectures are FreeBSD mirror sites...
Something useful to check if the pulled ports tree is sane and on what branch it is: git -C /usr/ports status
And another one to see the last commit log: git -C /usr/ports log -1
Thank you guys, everything went smooth 👍
This is the result, since last portmaster -a -x FreeBSD run:
===>>> The following actions were performed:
Upgrade of pkgconf-2.4.3,1 to pkgconf-2.4.3_1,1
Upgrade of portmaster-3.33 to...
..and to just prove my point
git -v
git version 2.54.0
/usr/bin/time -h git clone https://github.com/freebsd/freebsd-ports.git
Cloning into 'freebsd-ports'...
remote: Enumerating objects: 6930879, done.
remote: Counting objects: 100%...
Period? I have no idea what you're talking about there.
My point in short: Why can't FreeBSD show something on a large resolution that the graphics hardware is capable of but X.org can, with a small amount of required data?
I'm not complaining...
I usually start X.org to an empty screen on max monitor resolution. All open source only. No binary drivers. It doesn't need a lot of information. I think FreeBSD should be able to do this too because it's part of the graphics card capabilities...
TBH, a battery pack is probably a better option if you do manage to get charging to work fast enough with the laptop, as you're still putting additional stress on the power system and/or battery. If you're plugging in, then just get a decent...
Oh ick!
A random thought. GitHub uses your stuff to train Ai. Let's say I opt-out of the Ai stuff but someone who didn't opt-out forks my repo, does that mean Ai still digests/uses my stuff? ...but as I type that, it makes more sense that GitHub...
The issue is that nobody is going through and tracking where the stuff that isn't general is coming from. It's one thing to take the typical way of opening and writing to a file from an AI, there's likely nothing in that which is at all creative...
I think the DE is just some external programs but the primary graphics device of a computer should be able to show a pixel on all its display resolutions before the suppprt can be considered complete. Not having a default system DE integrated...
This is how I switched from net/gitup to devel/git
If there's a cleaner or more efficient method, I'm all ears.
I only care about the latest commits (the same way gitup works):
git clone --depth 1 https://git.freebsd.org/ports.git /usr/ports...
It is perfectly safe to :
rm -vfR /usr/src (just backup your kernel config file).
It is perfectly safe to
rm -vfR /usr/ports
Config is in /var/db/ports.
This is how I switched from net/gitup to devel/git
If there's a cleaner or more efficient method, I'm all ears.
I only care about the latest commits (the same way gitup works):
git clone --depth 1 https://git.freebsd.org/ports.git /usr/ports...
It is perfectly safe to :
rm -vfR /usr/src (just backup your kernel config file).
It is perfectly safe to
rm -vfR /usr/ports
Config is in /var/db/ports.
This is how I switched from net/gitup to devel/git
If there's a cleaner or more efficient method, I'm all ears.
I only care about the latest commits (the same way gitup works):
git clone --depth 1 https://git.freebsd.org/ports.git /usr/ports...
I have used net/gitup for updating the ports tree and now want to move to devel/git instead.
Is it completely safe to delete the /usr/ports directory before running # git clone https://git.freebsd.org/ports.git /usr/ports?
E.g what will happen...
This is how I switched from net/gitup to devel/git
If there's a cleaner or more efficient method, I'm all ears.
I only care about the latest commits (the same way gitup works):
git clone --depth 1 https://git.freebsd.org/ports.git /usr/ports...
Very cool. Finally a Raspberry Pi wifi driver for FreeBSD. I wonder how it compares to OpenBSD/NetBSD's offering.
You mentioned in the repo quite a lot of AI generation? How was the experience? Was it as straight forward as, here is some code...
Ilovehotdog, I get the impression that you're relatively new to FreeBSD. There's a discussion here about the desktop, but one point made several times is that even if it is included, it will just be an option. So, even if it included an...
Hi,
For my pi I needed a button to safely shut it down. Found the gpio-shutdown overlay you can add in config.txt. This adds some stuff in the device tree. This little driver makes use of that.
Code is here.
Should I just leave it there, or add...
JohnK thanks for the link. Good stuff. Lifted this from that page, I think it describes things clearly, especially the bolded part.
Given this, in order for code produced with AI to be accepted, it must either be trivial enough to be not...
Check this very important part
Use a part of permissively licensed code - you have to insert their license verbatim, which includes authors name and such.
Check out the About/Licence parts on the Android or iPhone, what a huge list it is.
LLMs...
Btw. very good article, worth spreading around.
In essence it makes all AI affairs derivative work and the AI user is now in position to prove his human input outweighs the machine output in order to be assigned a property status.
This should...
There are three distinct things here :
1) the contract between employer and employee regarding IP
2) the legitimacy of the source code that was used to train the model
3) the legitimacy of any source code dynamically fetched in by means of LLM...
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.