Category Archives: scripts

Bash is a Unix shell and command language written by Brian Fox in 1989 for the GNU Project on linux as a free software replacement for the Bourne shell. Myrandomtips.com is dedicated to documenting Tips I have found.

Red Hat 9 LVM & XFS Setup

I’ve created a handy web-based tool for Red Hat 9 users to simplify setting up and managing LVM with XFS filesystems. Built with HTML, CSS, and JavaScript, this tool generates precise shell commands based on your inputs. You can specify disks (like sdb, sdc), choose to either create a new volume group (VG) or extend an existing one,… Read More »

create ssh key

In Linux and most other Linux distributions you can use ssh key pairs to easily remote into other systems and run scripts remotely. This is extremely useful when managing multiple Linux hosts and if you wish to gather reports from one central source. What are SSH Key Pairs? SSH key pairs are two cryptographically secure keys that can be… Read More »