top of page
Search

Install Extra Linux Server Tools

  • Writer: Oliver Santana
    Oliver Santana
  • Dec 10, 2019
  • 1 min read

Updated: Dec 10, 2019

This is a handy guide if you want to further expand the tool kit that comes with your basic linux CentOS installation.


First thing to do is to check your repo list CentOS7 by using the command yum repolist. It will display which repo is running.( To view on Ubuntu just ls /etc/apt/sources.list.d )

ree

Add a repo use the command yum install repoexample. Where the name repoexample you input your repo. (Ubuntu just use add-apt-repository repoexample) I chose to install epel which contains a bunch of open source repo’s to add to centos.

ree
ree




This is how you would install tmux and just check to make sure it’s installed. Tmux is used to split up your linux screen so you can display multiple different commands or programs at once in the command line.

ree


ree




This is how you would install emacs. Emacs is great if you want to use any sort of programming language inside of Linux.

ree



Install Fail2Ban. You can use Fail2Ban to block malicious ip's trying to get into your system and see who's trying to gain access to your system.

ree



Install cowsay which is a fun little program you can use to make a graphic of a cow say whatever it is you want.

ree


Installing lolcat a little tricky but it displays a cool rainbow effect to your text in the linux command line.

ree

ree
ree


ree




















In order to install a new version of vim and get it to work you need to install these necessary tools

ree


ree

ree

ree




Then remove existing vim

ree

Then download the new vim

ree






Change directory to vim

ree


Configure the vim

ree


Now you create the vim

ree



Use vim --version | less to display the version you have

ree

 
 
 

Comments


©2019 by Oliver Santana. Proudly created with Wix.com

bottom of page