SHIFT-WIKI - Sjoerd Hooft's InFormation Technology
This WIKI is my personal documentation blog. Please enjoy it and feel free to reach out through blue sky if you have a question, remark, improvement or observation. See below for the latest additions, or use the search or tags to browse for content.
Red Hat SSH Public Key Generator
Summary: How to setup password less login on Red Hat.
Date: Around 2014
Refactor: 29 March 2025: Checked links and formatting.
This is something I done before, SSH Login Without Password is a little howto on automatically login. However Red Hat offers a little utility which makes it even easier to set up automagic logons…
Red Hat Software with Yum
Summary: How to work with YUM to install software on Red Hat.
Date: Around 2014
Refactor: 29 March 2025: Checked links and formatting.
Over the last years Red Hat always had a problem with their software management. Debian had apt, Suse settled on yum but Red Hat tried several software management tools. For now they seem to have settled on yum as well. So this page is about Red Hats implementation of yum. Yum stands for Yellowdog Updater, Modified and works with repositories to manage RPMs which is the format most software on Linux systems is packed in. In this page you'll also find some references to the original rpm command the yum commands are based on.
Red Hat Simple Partitioning
Summary: This post is about the simple partitions you can configure on red hat. If you're looking for the fancy stuff look here (click for LVM info).
Date: Around 2014
Refactor: 29 March 2025: Checked links and formatting.
The only really cool thing about this is encryption, scroll down for that.
Red Hat SELinux
Summary: How to configure SELinux on Red Hat.
Date: Around 2014
Refactor: 29 March 2025: Checked links and formatting.
Security Enhanced Linux is an additional method to protect your system, besides updating and a firewall. It is a set of security rules that determine which process can access which files, directories, ports etc. Every file, process, directory and port has a special label called a SELinux context. There a several contexts, but the most interesting one is the type context, which always ends with “_t”.
This article shows some information and commands to work with SELinux. When you encounter a issue on a SELinux enabled system, you should always ask yourself the question, “Could this be caused by SELinux”. So dealing with that question will be the first part.
After that more information will be given about SELinux modes, configfiles and commands.
