| 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.

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.

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.

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.

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.

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.

Read More
| by Scott Kilroy

MEPIS and antiX come together

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

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.

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.

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.

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.

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.

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.

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.

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…

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.

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.

Read More
| by Arround The Web

Environment.Version Property

Guide on how to get the version of the current platform in C# using the Version property in the Environment class including Major, Minor, Build, and Revision.

Read More
| by Arround The Web

Environment.SystemPageSize Property

Comprehensive tutorial on how to return the number of bytes in the memory page of an operating system using the Environment.SystempageSize property.

Read More
| by Arround The Web

Environment.SystemDirectory Property

Comprehensive guide on returning the path in the form of string where the C# file is located in your system using the Environment.SystemDirectory property.

Read More