The officially official Devuan Forum!

You are not logged in.

#76 Re: Off-topic » The Joke Thread » 2024-09-25 16:44:04

Well my door isn't working.  If anyone can help, please do come in. The door is always open.

big_smile

#77 Re: Off-topic » The Joke Thread » 2024-09-24 15:39:03

English pronunciation is difficult. It can be learned through tough thorough thought, though.

#78 Re: Other Issues » What is the real MAC of wlan0 ? » 2024-09-21 05:58:13

In the good ole days MAC addresses are supposed to be unique and immutable, but unfortunately, these days MAC randomization is definitely a thing, and getting more and more widespread. More and more devices and peripherals these days come with randomization built-in, and some devices even offer user-customizable MAC addresses. Many modern cellphones automatically randomize their MACs upon connecting to a new WiFi network.

I've actually looked into firewall filtering by MAC before, for a fairly large public Wi-Fi network. My conclusion, unfortunately, is that these days it is essentially useless, because (1) it is broadcast in the clear, and (2) people can and do eavesdrop on your MAC addresses and spoof them. It's as easy as changing a system setting. Which means (3) filtering by MAC is basically worthless. Worse yet, (4) many devices actually stop working properly if you force them not to randomize their MACs. If they even let you turn it off in the first place. Some devices no longer even offer the option.

Given this state of affairs, it's hardly surprising that the firmware driver will automatically do MAC randomization upon startup. Long gone are the good ole days where you can count on MACs being a reliable device identifier.

#79 Re: Off-topic » The Joke Thread » 2024-09-20 03:05:55

BTW, I have a ton of batteries to give away. They're free of charge.

#80 Re: Off-topic » The Joke Thread » 2024-09-20 03:00:15

The thing about batteries is that in spite of all the benefits they bring, they always have a negative side. tongue

#81 Re: Off-topic » The Joke Thread » 2024-09-19 17:51:27

Our guests happened to arrive at the same time as our grocery delivery.  They knocked on the door, and the delivery man called out, "Lettuce in!"

#82 Re: Off-topic » AI Safety » 2024-09-19 15:18:20

Artificial intelligence is no match for natural stupidity. big_smile

#83 Re: Off-topic » The Joke Thread » 2024-09-19 14:09:25

My son accidentally bumped the table while sitting down for dinner, knocking over a bowl of peas all over himself.

"Dad," he says. "I need to go to the bathroom. I've just pead myself."

🤣

#84 Re: Off-topic » The Joke Thread » 2024-09-19 03:54:03

I want to get rid of my vacuum cleaner. It's only picking up dust. Besides, when it works it sucks, and when it doesn't suck it doesn't work!

#85 Re: Installation » [SOLVED] Very strange: is it connman or network-manager? » 2024-09-19 03:03:30

I'm still using ifupdown, and agree that it's the easiest with maximal flexibility. The other network managers just get in my way.

#86 Re: Off-topic » The Joke Thread » 2024-09-18 15:46:41

As they say, when you open up your vacuum cleaner to clean it, you become a vacuum cleaner.

big_smile

#87 Re: Off-topic » The Joke Thread » 2024-09-18 01:03:30

In other news, I almost won the stuffy nose contest, but in the end I blew it. big_smile

#88 Re: Off-topic » The Joke Thread » 2024-09-18 00:54:37

Well I was away and the thread died. So I decided to hire an Uber to get back here.  Turns out, the driver's Russian, and his name is Pickup Andropov.

#89 Re: Off-topic » The Joke Thread » 2024-09-14 05:07:26

You're not supposed to answer a rhetorical question 😆

#90 Re: Documentation » Some question about the great Devuan » 2024-09-13 23:25:17

As far as your apt sources, /etc/apt/sources.list should look something like this:

# You can delete "non-free" if you're adamant about FOSS-only software
deb http://deb.devuan.org/merged daedalus main contrib non-free
deb http://deb.devuan.org/merged daedalus-updates main contrib non-free
deb http://deb.devuan.org/merged daedalus-security main contrib non-free

# Uncomment this if you need backports for whatever reason
#deb http://deb.devuan.org/merged daedalus-backports main

# This is only if you're interested in downloading source packages, if not just skip these lines
deb-src http://deb.devuan.org/merged daedalus main
deb-src http://deb.devuan.org/merged daedalus-security main

Oh, and replace "daedalus" with "ceres" or whatever if you want a different release.

#91 Re: Documentation » Some question about the great Devuan » 2024-09-13 23:22:35

For finding which daemons are running, I usually just use ps or pstree (`apt-get install psmisc` if you don't already have pstree installed).  Usually `ps -ax` will do the trick.

In a sysvinit system, your daemon control scripts will be in /etc/init.d/* and /etc/rc*.d/*.  For almost all normal use cases, you can ignore the latter; just use the scripts in /etc/init.d/* to start/reload/stop a daemon. For example:

/etc/init.d/apache2 start   # start apache2 daemon
/etc/init.d/apache2 reload  # tell apache2 daemon to reload config
/etc/init.d/apache2 restart # stop and restart apache2 daemon
/etc/init.d/apache2 stop    # stop apache2 daemon

#92 Re: Documentation » Some question about the great Devuan » 2024-09-13 23:18:00

The typical way I install a new package is:

1) Run `apt-get update` to get the latest package lists.

2) If I don't already know the exact package name, `apt-cache search firefox` will give me a list of actual packages that contain "firefox" in the name or description. If that returns too many, you can narrow it down with `apt-cache search ^firefox` which returns only a list of packages whose names start with "firefox". From the list, it should be obvious that the correct package name is "firefox-esr".

3) Install the package with its actual name: `apt-get install firefox-esr`.

4) You're all set to go.

#93 Re: Documentation » HOWTO: Post-Installation Configurations » 2024-09-13 23:14:26

I'm running a single user system, and I use both su and sudo. sudo for small commands, su for more elaborate system management.

I never login as root; that's highly not recommended because of the amount of code that runs when you login, esp. on a graphical desktop; all of that would be running with root privileges, which is very dangerous.

#94 Re: Off-topic » The Joke Thread » 2024-09-13 14:47:37

Why ask rhetorical questions?

big_smile

#95 Re: Off-topic » The Joke Thread » 2024-09-12 17:59:42

I miss synonym rolls, like the ones grammar used to make.

tongue

#96 Re: Off-topic » The Joke Thread » 2024-09-12 15:31:28

Oh right, it is 5 circles. See, it confused even me. big_smile

#97 Re: Off-topic » The Joke Thread » 2024-09-12 02:35:01

I agree, it's totally not what you think it is:

h2pWMayrhzRm3j4JTBQDSZ-320-80.png

That's 4 perfect circles, BTW. There are no spirals here except in your head. Yes, just because it's a conspiracy theory doesn't mean they're not out to get you!

#98 Re: Off-topic » The Joke Thread » 2024-09-09 20:41:17

Whenever my granpa goes to a Mexican store, he always likes to wear a sombrero and pretend he's Mexican.

It's how he gets his señor discount.

#99 Re: Off-topic » The Joke Thread » 2024-09-09 16:02:18

Whereas I'm sighlently correcting my grandma...

oops, wrong thread. tongue

#100 Re: Off-topic » The Joke Thread » 2024-09-08 03:22:46

Don't worry, he's all right.

Yes, he's all right.  But what about the rest of him?

Well, that's all that's left...

Board footer

Forum Software