First of all login to your VPS as root using SSH.
Now type this command and press enter.
nano -w /etc/yum.repos.d/utterramblings.repo
and then following lines into editor. Save the file and quit editor.
[utterramblings]
name=Jason’s Utter Ramblings Repo
baseurl=http://www.jasonlitka.com/media/EL$releasever/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka
For those new to linux, the nano command is for a linux editor, and once you type the …