schmonz.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
`vet` is a CLI tool that acts as a safety net for the common but risky `curl | bash` command. It lets you inspect remote scripts for changes, run them through a linter, and require your explicit approval before they can execute on your developer or production machine.
all operating systems suck uniquely. find the one that sucks the least for you and use it. also, shut up about it.
EDIT: "shut up about it", is about OS proselytizing. share all you like, just don't pressure me to use what you use. it'd be hypocritical to say this as I certainly don't shut up about my love for OpenBSD.
#Linux #OpenBSD #FreeBSD #NetBSD #Windows #Illumos #plan9 #9front #MacOS #DOS
Window Maker Live
「 Window Maker Live is an installable Linux Live ISO based on the current Bookworm branch of Debian. The system uses the Window Maker window manager as its default graphical user interface. Window Maker Live's components have been carefully preconfigured and the desktop environment has a consistent visual appearance 」
@dalias @starsider @atax1a @avuko
I think that specialized is the wrong way around, there. Usually it is the generalized tool, the one that can do every possible niche task (e.g. openssl even containing a WWW server) that is complex. Whereas the specialized tool (e.g. other SSL tools that do only SSL wrapping) is the simpler.
#ifconfig is the example that most people bring up, but the tale of #ps on Linux is also interesting as a different case study.
FINALLY! I'm happy to announce the R1 Open Source Project, a new project where release news, articles and documentation about Linux, BSD and FOSS software will be published
The new Mastodon account of the project can be followed here: @r1os
AND the account is also hosted on the BSD Cafe. Cheers to @stefano at this point.
All future FOSS release announcements will be published on the project account.
So grab a cup of coffee and stay tuned for a new website I'm currently preparing and will hopefully announce in a few days.
Kubuntu is a free and open source operating system that combines Ubuntu Linux with the KDE Plasma desktop environment. And while you can download and install Kubuntu on a wide range of computers, for the past five years the folks behind the Kubuntu project have been partnering with PC makers to sell Kubuntu Focus laptops and desktops that come with the operating system pre-installed.
The […]
1,10!sortJust like in ex or sed, this filters addressed lines through your favorite shell tools a great upgrade for scripting and editing workflows.
Even better: Today’s batch of Slackware -current updates already includes ed 1.22. If you’re running -current and up to date, you already have the new version!
If, like me, you've ever been annoyed at people just saying to grep the output of ifconfig for inet, and the likes, to get the assigned IP address of a network interface.
I got annoyed one time too many.
Have a *proper* solution.
May or may not also work on for example the *BSDs, but should definitely work on any modern typical-userland Linux.
https://michael.kjorling.se/blog/2025/ip-address-of-network-interface-linux/
#Linux #BlogPost #blog #PersonalWebSite #indieweb #networking #IPv4 #IPv6
Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟱/𝟬𝟳/𝟮𝟭 (Valuable News - 2025/07/21) available.
https://vermaden.wordpress.com/2025/07/21/valuable-news-2025-07-21/
Past releases: https://vermaden.wordpress.com/news/
#verblog #vernews #news #bsd #freebsd #openbsd #netbsd #linux #unix #zfs #opnsense #ghostbsd #solaris #vermadenday
Latest 𝗩𝗮𝗹𝘂𝗮𝗯𝗹𝗲 𝗡𝗲𝘄𝘀 - 𝟮𝟬𝟮𝟱/𝟬𝟳/𝟮𝟭 (Valuable News - 2025/07/21) available.
https://vermaden.wordpress.com/2025/07/21/valuable-news-2025-07-21/
Past releases: https://vermaden.wordpress.com/news/
#verblog #vernews #news #bsd #freebsd #openbsd #netbsd #linux #unix #zfs #opnsense #ghostbsd #solaris #vermadenday
The first version of Ubuntu Linux 4.10, codenamed "Warty Warthog," and it was released on Oct/2004. Ubuntu brought the Linux desktop experience to many developers and IT folks for the first time espcially forlks coming from Win/NT/2000 days. They were an early distro to support ease of installation for proprietary firmware and drivers for network, wifi, and sound/video, and that made them very popular as compared to other distros. They also used to send discs by post. #Linux #Ubuntu #OpenSource
My XFce Win11-like theme under Linux #Mint. The theme has a couple of bugs, but overall it works well.
I found that XFce is the most themeable of the DEs, however it has started showing its age. For example, no connection of open apps to their launcher (they open a second icon), no "live" thumbnail of an open app, etc.
#linux #opensource #foss #theme #xfce #win11 #windows #windows11 #linuxmint
has Unix or Linux command (more like bash script) checks presence of various command line tools on the PATH and reports their installed version https://github.com/kdabir/has
Amazing how many people are installing a Linux distro on weekdays. Decades ago, it would be a weekend project.
Who knew that Microsoft would drive adoption rates so well? /s
This question is for anyone that manages their own servers and monitors the health of services.
What is your preferred method of receiving alerts?
#FreeBSD #Linux #SelfHosting #monitoring #OpenBSD #Cloud #BastilleBSD
| Email: | 17 |
| Phone (Pushover, Pagerduty, etc): | 7 |
| Webhook: | 5 |
| Other: | 2 |
It's more than useful. It's correct. (-:
There's a behavioural contract for process 1 on #Linux, and shells do not fulfil it. They don't handle things that process 1 has to handle, and they conversely do things that process 1 should never do.
Ironically, sh as process 1 is nowhere near a truly minimal approach. With two significant exceptions, one of which was a BSD project that failed, there is no proper process 1 program that does parsing in process 1, for starters.
Dear #NetBSD people:
It would be good if there were some sort of kernel command-line option that told it what program image file to run as process #1, that could be overridden from the boot prompt on the fly.
#Debian has had a switchable symbolic link for over a decade; #Linux itself has an init= kernel command line option; and #FreeBSD has the easy enough init_path setting in loader.conf.