X Tutup
The Wayback Machine - https://web.archive.org/web/20220405070950/https://opensource.com/users/seth

Seth Kenlon

Authored Content

Contributed Content

Authored Cheat Sheets and Downloads

Perl cheat sheet

Blender Hotkey Cheat Sheet

Perl is a robust programming language with tens of thousands of libraries, GUI frameworks, a spin-off language called Raku, and an active and passionate community. It's a

Rust cheat sheet

Ferris the crab under the sea, unofficial logo for Rust programming language

Rust is a programming language focusing on speed, concurrency, and safety. Thanks to its integration with online registries, its helpful compiler, and its almost intuitive

Kdenlive cheat sheet

Blender Hotkey Cheat Sheet

Kdenlive is a robust open source video editing application. Though it is a powerful editor with lots of features, don't let that intimidate you. These keyboard shortcuts

Linux cron cheat sheet

Blender Hotkey Cheat Sheet

The cron system is a form of automation that puts something on a schedule. That "something" could be many different things. You can make your computer do what you want it to

Authored Comments

Is gaming as a platform-specific thing any more? I know historically that there were lots of companies that produced simple games for Amiga and DOS and so on, but it seems like that's transitioned to "indie" developers now. Games get produced often across platforms or for the web, and are posted to Itch.io and Flathub.org, which are where I go for many of my favourite quirky simple games for Linux. If you haven't scraped those sites for games, give them a try.

KDE is in the EPEL repository for RHEL and CentOS Stream. Full details are here https://fedoraproject.org/wiki/SIGs/KDE/EPEL but the quick summary:

$ sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm (note the version is 8 here, so if you're on 7 or 9 then adjust accordingly)

$ sudo dnf groupinstall kde-desktop-environment

You have to log out and then back in, setting your desktop to Plasma at the login prompt.

This does *not* uninstall GNOME, so you'll still have all your GNOME apps in KDE, and you'll have KDE apps in GNOME. I use apps from both desktops, and appreciate having access to both.

X Tutup