This week’s episode of Destination Linux, we’re going to be talking with Emma Marshall from System76. Then we’re going to check out a new RISC V offering in the market. Plus we’ve also got our famous tips, tricks and software picks. All of this and so much more this week on Destination Linux. So whether you’re brand new to Linux and open source or a guru of sudo. This is the podcast for you.

Sponsored by: do.co/tux2022
Sponsored by: bitwarden.com/dln

Hosts of Destination Linux:

Ryan (DasGeek) = dasgeekcommunity.com
Michael Tunnell = tuxdigital.com
Jill Bryant = jilllinuxgirl.com

Want to Support the Show?

Support us on Patreon = https://destinationlinux.org/patreon
Support us on Sponsus = https://destinationlinux.org/sponsus
Destination Linux Network Store = http://dlnstore.com

Want to follow the show and hosts on social media?

You can find all of our social accounts at https://destinationlinux.org/contact

Chapters:

Tip of the Week:

Using systemctl to manage systemd services.

Here are some common switches you can use and test out.

  • systemctl shutdown (application or service)
  • systemctl restart (application or service)
  • systemctl halt (application or service)
  • systemctl reboot (application or service)
  • systemctl status (application or service)
    • Example: systemctl status bluetooth
      • to see if your bluetooth services are running
  • systemctl kill

For more in-depth info check out this tutorial from DigitalOcean.