ss-ext-pack
This extension pack install common utilities and create aliases useful for daily administrative tasks.
Installed packages
htop
An interactive process viewer for Unix systems. It is a text-mode application (for console or X terminals) and requires ncurses.
vim
Vim (a contraction of Vi IMproved) is a clone, with additions, of Bill Joy’s vi text editor program for Unix.
gitflow
A collection of Git extensions to provide high-level repository operations for Vincent Driessen’s branching model.
rmtrash
Put files (and directories) in trash using the trash-put command in a way that is, otherwise as trash-put itself, compatible to GNUs rm and rmdir.
mannaggia
Automatic saint invocation used by expert Linux System Administrators.
Most useful aliases and bash function
whereis forfind / -inamecalcis forbclais forls -lahpsis forps -auxnetstatis fornetstat -pntmkcdiris formkdirandcdinto created directory
For the complete list see the source code.
How to install
- Configure yum repository:
$ cd /etc/yum.repos.d/ $ sudo curl http://sandrospadaro.altervista.org/sandrospadaro.repo --output sandrospadaro.repo - install the packege:
$ sudo dnf install ss-ext-pack -yWarning
Aliases and the bash function are defined in
/etc/profile.d/ss-ext-pack.sh; so pay attention to not override i.e. in.bashrc.
Aliases and the bash function will be available only after reboot or you run source /etc/profile.d/ss-ext-pack.sh.