Transferring a Random Directory Over SSHFS (or any mount) on Linux December 10, 2019 This is just kind of for fun – I recently had a situation where a random directory needed to be transferred between servers on…
Installing Emby Server from Repository on Centos 7 / RHEL (UPDATED) March 24, 2019 For whatever line of reason, the Emby download site does not list repository options. Rather, it provides a location to manually download rpm files…
Making a File Undeletable – Even By Root in Linux June 13, 2019 In some instances you may wish to have a file with permissions that restrict it from being removed by any user, even root. This…
Bash Reference Sheet February 19, 2019 Bash is one of the most recent and powerful of the major UNIX shells. There are two ways to use bash: as a user…
Bash Scripting: Delete Files of a Certain Age March 8, 2019 For server maintenance it can be useful to run scheduled jobs to clean up various directories; user generated files and system logs that aren’t…
What is bashrc and Customizing the Terminal February 18, 2019 The purpose of a .bashrc file is to provide a place where you can set up variables, functions and aliases, define your (PS1) prompt…
ifconfig Command Reference February 22, 2019 Ifconfig is used to configure the kernel-resident network interfaces. It is used at boot time to set up interfaces as necessary. After that, it…
Ethernet Hardware Error Intel e1000e Centos 7 “jiffies” March 19, 2019 So i came upon this after happily switching to Centos 7 from Ubuntu (cosmic cuttlefish) thinking many of the issues i had been facing…
Installing vnStat on Centos 7 February 18, 2019 vnStat is a low overhead simple tool useful for tracking the send / receive (RX/TX) of any given network adapter attached to your system. …
Yum Command Reference February 20, 2019 YUM is the derivative package manager used in RHEL and Centos. Much like apt-get on Ubuntu, it allows you to install any software from…