Using that link I gave above shows Lightspeed as the server software, but that's a web server, not the system it's running on. I think you're going to have to wait for someone with a lot more web knowledge than me. Today, I spent 2 hours trying...
You can run a whois on them, or dig and get the IP. Then use an IP location tool. It seems that it's on Hostinger in CYPRUS, and the IP seems to be in Mumbai. (India). But I have no way to track down how accurate any of that is. I just did dig...
You can run a whois on them, or dig and get the IP. Then use an IP location tool. It seems that it's on Hostinger in CYPRUS, and the IP seems to be in Mumbai. (India). But I have no way to track down how accurate any of that is. I just did dig...
And one more very different one. This reminds me of the late 70's, when on Friday or Saturday night, I'd put on my blue corduroy jumpsuit and went down to the disco. I think this song came out later than that, but written by Prince, harmonica by...
This was the closing song of an anime movie Hatarubi no mori (Forest of Fireflies). I couldn't find one with both Japanese and English lyrics, though the Japanese lyrics are shown. I imagine that anyone interested could find a translation...
I had a script workaround slow /mnt/c with WSL by sync-copying the folder (out of 3 solutions this performed the fastest, but was the most gross :p)
@echo off
TITLE Social File Sync
CD "%Temp%"
"wsl.exe" --distribution openSUSE-Tumbleweed --cd...
Maybe if we get a dedicated section in the forum, @Trihexagonal will reappear and bring back Demonica? We all know that she was the genesis LLM.
A small sample is provided in this post.
Much of their content has been scrubbed from this forum...
Not really, that is: assuming that pf isn't relying on anything else. But even then it shouldn't matter all that much.
Definitely /boot/loader.conf, you'll want such system settings to become active as soon as possible; so it makes sense to do...
Changed the script, running pfctl instead of rc service, and got better logging every 5 minutes:
Sat Apr 18 19:05:00 CEST 2026 - Adding DDoS ip to PF table: <ddos>
756537 addresses deleted.
756538 addresses added.
Done adding ip to: <ddos>
I...
It has been there a long time. I read European computer books long ago, It was about ADA and Lisp and some theoretical reasoning system. Didn't understand much of it, too young. Later I saw an industrial production line with a sensor network and...
Agreed that it has no concrete relation to FreeBSD but l think ignoring demand is a bad idea. AI, hype or not, is significant computer tech with influence in the area of operating systems. If there's an abnormal level of users searching for...
solstis use top -osize and top -ores to see what is using that memory. Look at the top users and look up those processes on google to see what they are and if they are actually taking an unreasonable amount of RAM for what they're doing.
It is...
ok so as usual I found the issue after I posted this, keeping here for posterity:
virtual_oss actually presents a little UI on the address and port specified, the stream itself is actually at
http://<host>port/stream.wav
which is given in the...
Original article here.
Consider this when replying.
I was fortunate to receive travel sponsorship from the FreeBSD Foundation to attend the AsiaBSDCon 2026 conference and the FreeBSD Developer Summit in Taipei. The event was held over four days...
so, you have a program that gets, say, login requests, and you want to firewall off users who make too many bad requests in a timespan?
you can use the Blocklist functions —...
I do not use NTFS too much and i've just tried automount some time ago.
MNT_PREFIX='/mnt'
USER='your_user' (who is 1000?)
group='your group' (which group is 1000?)
Please launch /usr/local/sbin/automount without any argument to read the manual...
fan controller - I think the fan regulation is not working working properly. Yes, the fan runs (which is good) but it runs all the time. This output
root@devpi5:~ # sysctl hw.rpi5.fan
hw.rpi5.fan.current_state: 0
hw.rpi5.fan.cpu_temp: 47400...
Wait a second, and excuse me if I'm wrong about something here.
This requires manually moving the pkg source to latest, and then using pkg without confirmation. Right?
I do not care if Debian, RHEL, Suse don't have as much fallout on their...
I'm just doing this and I haven't had any issues.
The strict distinction did not come from pkg/freebsd-update separation but hier(7). And that will never change.
pkg is a system component, not a third party tool. Now, apart from managing 3rd...
It looks like there is a conf file where these things can be set. I never noticed that before.
What would I need to put in this file to get
ntfs-3g -o rw,uid=1000,gid=1000 /dev/da0s1 /mnt/ntfs
Not really, that is: assuming that pf isn't relying on anything else. But even then it shouldn't matter all that much.
Definitely /boot/loader.conf, you'll want such system settings to become active as soon as possible; so it makes sense to do...
I just tend to pay attention if "Packages to be REMOVED" entry appears when doing
pkg update && pkg upgrade
If this text appears, then I need to pay a little bit more attention and read what is it trying to do.
Some day in April (or...
Same here :) I remember I wrote a bunch of C programs for converting pounds to kilos, gallons to liters, etc before I even realized units exists.
I also wrote a C program for 'multiple mv', which allows you to perform multiple mv in one...
When I came to Unix my programming ability was ahead of my ability to appreciate the existing tools and libraries.
I wrote many a naive replacement for existing stuff, usually crippled versions.
Probably a good idea to point to https://www.freebsd.org/status/report-2025-01-2025-03/sylve/
Because I initially had no idea what you were talking about, so I suspect other people might not know it either.
This script keeps the amount of /dev/ada* devices on a computer visible from far away,
#!/usr/local/bin/bash
while [ : ]
do
clear
(ls /dev/ada? /dev/ada?? 2>/dev/null | sort -V ) | while read l
do
echo "$l"
done
figlet "$(ls...
It's been a while ago, and I don't quite remember the details anymore. But I've also had a few issues when using the RC structure for "firewall control".
pf_reload()
{
echo "Reloading pf rules."
pf_resync
}
pf_resync()
{...
Thanks for sharing. I'm going to change the script and make some new tests.
I'm not sure exactly how rc works, but I always thought that rc commands invoked pfctl in the end.
Another problem is that pf can't load the rules/tables during boot, I...
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.