@dwarmstrong@fosstodon.org
@dwarmstrong@fosstodon.org avatar

dwarmstrong

@dwarmstrong@fosstodon.org

I love exploring free and open source technologies and how to use them to build a dynamic and more inclusive Space Age.

#FOSS #Space #Spacecraft #LMDE #Debian #Linux #Vegan #Books

This profile is from a federated server and may be incomplete. Browse more on the original instance.

dwarmstrong, to space
@dwarmstrong@fosstodon.org avatar

Very enjoyable talk by Les Johnson about making interstellar travel possible using known physics!

https://www.youtube.com/watch?v=R3Igzfte8Pc

dwarmstrong, to linux
@dwarmstrong@fosstodon.org avatar

Testing ... and testing ... and testing GCC is proving to be the longest-running bit of this "Linux From Scratch" build to date ...

https://www.linuxfromscratch.org/lfs/view/stable/chapter08/gcc.html

All good fun and learning some new tricks, though! :linux: 🙂

dwarmstrong, to linux
@dwarmstrong@fosstodon.org avatar

Started reading the latest stable "Linux From Scratch". Going to give it a go on this old Thinkpad here ...

https://www.linuxfromscratch.org/lfs/view/stable/

dwarmstrong, to debian
@dwarmstrong@fosstodon.org avatar

With the release of Debian 12, I decided that - instead of my usual setup of Xorg + Openbox - I would explore Wayland and a different desktop environment.

After making the switch to Sway and using it on both Linux and FreeBSD I find myself liking it very much!

Sway quickly gets you 90% towards a usable desktop. Its that 10% where you're crafting your own desktop just the way you like it that takes some experimenting!

This is how I do it:
https://www.dwarmstrong.org/sway/

dwarmstrong, to random
@dwarmstrong@fosstodon.org avatar

One feature I've come to love in the foot terminal: press ctrl+shift+o to enter URL mode, where all currently visible URLs are tagged with a label using a letter key that will open the URL in Firefox.

https://codeberg.org/dnkl/foot

dwarmstrong, to debian
@dwarmstrong@fosstodon.org avatar

Debian 12 aka "Bookworm" is the latest stable release of the popular Linux operating system. I use Debian's live install image to create a minimal, console-only base configuration using the OpenZFS filesystem with native encryption.

This is how I do it ...

https://www.dwarmstrong.org/debian-install-zfs/

dwarmstrong, to linux
@dwarmstrong@fosstodon.org avatar

"Day 2 - Basic navigation":
https://programming.dev/post/7995884

tldr is a nice find! Display simple help pages for command-line tools with (very important!) examples.

On Debian:

$ sudo apt install tldr
$ tldr tldr

dwarmstrong, to debian
@dwarmstrong@fosstodon.org avatar

Debian 12 aka "Bookworm" is the latest stable release of the popular Linux operating system. I use Debian's network installer image to create a minimal, console-only base configuration that can be customized for various tasks, servers, and desktops:
https://www.dwarmstrong.org/minimal-debian/

dwarmstrong, (edited ) to linux
@dwarmstrong@fosstodon.org avatar

The Linux Upskill Challenge is a free month-long course maintained by @livialima focused on "Learn[ing] the skills required to sysadmin a remote Linux server from the commandline".

Next iteration begins today (January 1st).

Details:
https://linuxupskillchallenge.org/

dwarmstrong, to random
@dwarmstrong@fosstodon.org avatar

Anyone using Chimera Linux as their primary desktop?

dwarmstrong, to voidlinux
@dwarmstrong@fosstodon.org avatar

Inspired by the example set by @JustineSmithies I'm closing out the year with a Void install on ZFS-Root + native encryption + ZFSBootMenu. :void: :linux:

dwarmstrong, to voidlinux
@dwarmstrong@fosstodon.org avatar

Here we go!

dwarmstrong, to space
@dwarmstrong@fosstodon.org avatar

Per Liberum Ad Astra!

dwarmstrong, to random
@dwarmstrong@fosstodon.org avatar

I'm giving OpenBSD to my Thinkpad for Christmas. :openbsd: 🎄 🎁

dwarmstrong, to linux
@dwarmstrong@fosstodon.org avatar

An encrypted Linux system that include an unencrypted swap partition may experience all sorts of sensitive information that gets passed to swap that survives a reboot. Best practice is to encrypt the swap partition as well:

https://www.dwarmstrong.org/encrypt-swap/

dwarmstrong, to voidlinux
@dwarmstrong@fosstodon.org avatar

Encountered an issue with pipewire on Void Linux and SwayWM that's new to me.

When either started manually in the terminal or auto-started in the Sway config, pipewire(-pulse) sound works OK.

When exiting and restarting Sway: sound fails.

Workaround: Kill existing pipewire processes, and start pipewire upon sway launch.

Put in shell script ...

#!/usr/bin/env bash
kill -9 $(pidof pipewire)
pipewire & pipewire-pulse &

... and auto-start script in sway config.

#Pipewire #SwayWM #VoidLinux

dwarmstrong, to FreeBSD
@dwarmstrong@fosstodon.org avatar

Day 30-30

When I decided to install and stick with it for 30 days, I was motivated by simple curiosity and a question: After years of using Linux, what was this entire parallel *nix universe of BSDs?

FBSD has proven educational and a real treat to use and to continue using.

I've come to appreciate the history of Unix and how these wonderful tools came about, and the community that keeps it going. Thanks to many of YOU for your comments and encouragement.

Onward!

dwarmstrong, to FreeBSD
@dwarmstrong@fosstodon.org avatar

After performing a few installs of FreeBSD, these are my personal notes of steps taken and choices made. A distilled, short and sweet version of Chapter 2 in the FreeBSD Handbook.

Hardware used is a Thinkpad T480s with 24GB RAM, 1TB SSD, and Intel integrated ethernet/wireless/gpu. Architecture is 'amd64'.

There is always more than one way to do it. This is mine. 🙂

https://www.dwarmstrong.org/freebsd-install/

dwarmstrong, to FreeBSD
@dwarmstrong@fosstodon.org avatar

Day 25-30

Installed FreeBSD 14.0 on a Thinkpad T480s. Using lessons learned so far on my test Thinkpad X230, I'm going to make this into my main laptop/desktop.

dwarmstrong, to FreeBSD
@dwarmstrong@fosstodon.org avatar

Day 24-30

Along with setting up Sway as my FreeBSD desktop, I've setup these desktop tools:

  • Terminal: foot
  • Status bar: waybar
  • Dynamic menu: rofi-wayland
  • Notifications: mako
  • Screenshots: grimshot
  • Lockscreen: swaylock
  • Theme: nordic-theme
  • Icons: papirus-icon-theme
  • Fonts: firacode, ubuntu-font

dwarmstrong, to FreeBSD
@dwarmstrong@fosstodon.org avatar

Day 23-30

(Re-)discovering the Sway compositor on FreeBSD. I had used it briefly on Linux. Dusting off and tweaking some of my old config files. I like it!

Sway quickly gets you 90% towards a usable desktop. Its that 10% where you're replacing all your X11 tools and crafting your own desktop just the way you like it that takes some experimenting.

dwarmstrong, to FreeBSD
@dwarmstrong@fosstodon.org avatar

Day 22-30

Tried out Wayland + Hikari on FreeBSD for a bit. Today I'm running Wayland + Sway.

dwarmstrong, to FreeBSD
@dwarmstrong@fosstodon.org avatar

Day 17-30

I ❤️ rescuing an old laptop from the junk heap and giving it a new lease on life. This time as a FreeBSD home server! :freebsd:

Thinkpad T430s was gathering dust with partially damaged screen and weak battery. Only thing replaced was the HD with a 500GB SSD.

Today secured access to the new server by setting up SSH keys and disabling password logins.

Server's first job: Store a copy of my $HOME. Created daily cronjob that syncs files to server directory.

dwarmstrong, to FreeBSD
@dwarmstrong@fosstodon.org avatar

FreeBSD Journal, a free bi-monthly publication to read online or download the PDF:
https://freebsdfoundation.org/our-work/journal/browser-based-edition/

dwarmstrong, to FreeBSD
@dwarmstrong@fosstodon.org avatar

Day 15-30

Started reading "Absolute FreeBSD" by @mwl .

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • tester
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • osvaldo12
  • ethstaker
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • ngwrru68w68
  • kavyap
  • GTA5RPClips
  • JUstTest
  • cisconetworking
  • InstantRegret
  • khanakhh
  • cubers
  • everett
  • Durango
  • tacticalgear
  • Leos
  • modclub
  • normalnudes
  • provamag3
  • anitta
  • lostlight
  • All magazines