| by Scott Kilroy

Home Assistant controls microcontrollers over MQTT

Automating your four walls does not necessarily require commercial solutions. With a little skill, you can develop your own projects on a low budget.

Share Button
Read More
| by Scott Kilroy

Cap and Gown

Does the project have to die just because the person who started it walks away?

Share Button
Read More
| by Scott Kilroy

Linux Magazine Full Feed 2022-08-02 07:36:43

openSUSE Leap 15.4 and MX Linux 21.1

Share Button
Read More
| by Scott Kilroy

Using Homebrew with a minimum of fuss

Homebrew, a comprehensive package manager, has been increasing in popularity thanks to its ease of use.

Share Button
Read More
| by Scott Kilroy

Exploring decentralized chat and microblogging platforms

Diaspora, Friendica, and Mastodon are free and decentralized microblogging platforms that keep you in control of your data.

Share Button
Read More
| by Scott Kilroy

Photo location guessing game in Go

A geolocation guessing game based on the popular Wordle evaluates a player’s guesses based on the distance from and direction to the target location. Mike Schilli turns this concept into a desktop game in Go using the photos from his private collection.

Share Button
Read More
| by Scott Kilroy

Simple web scraping with Bash

With one line of Bash code, Pete scrapes the web and builds a desktop notification app to get the daily snow report.

Share Button
Read More
| by Scott Kilroy

Setting up Nextcloud with Podman

Podman gives users a quick and easy way to set up a Nextcloud instance for home use.

Share Button
Read More
| by Scott Kilroy

Building Slide Presentations with present

The Golang package present may be the key to making attractive slide presentations with less work and hassle.

Share Button
Read More
| by Scott Kilroy

MEPIS and antiX come together

MX Linux is fast, friendly, and focused on function.

Share Button
Read More
| by Scott Kilroy

Useful innovations in Ubuntu 22.04 LTS

Ubuntu 22.04 LTS features an updated Linux kernel, numerous programming language updates, and improved virtualization and container tools, making it useful for developers and admins.

Share Button
Read More
| by Scott Kilroy

Mapping out a novel with Manuskript and the snowflake method

The Manuskript editor is all you need to jump start your next writing project.

Share Button
Read More
| by Scott Kilroy

Get creative with the FLUX Beamo laser and open source software

With the FLUX Beamo laser and a Raspberry Pi Board B10001, you can execute your own laser cutting projects on a wide range of materials.

Share Button
Read More
| by Arround The Web

Environment.Is64BitOperatingSystem Property

Guide on how to use the operating system property using the predefined properties through C# rather than checking manually available in the Environment Class.

Share Button
Read More
| by Arround The Web

Environment.GetLocalDrives() Method

Tutorial on how to return the drives present in your system using the GetLogicalDrives() method and get the drives using for loop and String.Join() method.

Share Button
Read More
| by Arround The Web

How to Attach tmux to Existing Session

This is on how you can attach new sessions to existing tmux sessions and the basics of tmux sessions, along with how to initialize and list running sessions.

Share Button
Read More
| by Arround The Web

How Do I Change My Theme on tmux?

This will help you learn how you can change your theme in tmux. tmux enables you to create, manage as well as navigate through multiple terminal windows.

Share Button
Read More
| by Arround The Web

How to Fix Error: Failed to Download Metadata for Repo ‘AppStream’

The post How to Fix Error: Failed to Download Metadata for Repo ‘AppStream’ first appeared on Tecmint: Linux Howtos, Tutorials & Guides .If you, for one reason or the other, are still actively using CentOS 8, you might probably have encountered the fol…

Share Button
Read More
| by Arround The Web

Common SASL Commands and Packages

This article will focus on the various SASL commands that every user should know, we will go a little further to discuss the rest of the other SASL packages.

Share Button
Read More
| by Arround The Web

IsSealed Property

Comprehensive tutorial on how to check if the type in C# is sealed or not using the IsSealed property by returning a Boolean value along with three examples.

Share Button
Read More