Skip to content

Commit

Permalink
Merge pull request #2 from retr0h/retr0h/additional-utils
Browse files Browse the repository at this point in the history
Added additional utilities.
  • Loading branch information
pjan committed Jul 11, 2014
2 parents cec94ea + 6a5edf6 commit b76e1ee
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,28 @@ Ansible role that installs a selection of useful, must-have utilities. Additiona
- **ack**: grep, optimized for programmers
- **command-not-found**: suggest installation of packages in interactive bash sessions
- **curl**: command line tool for transferring data with URL syntax
- **dstat**: tool for generating system resource statistics
- **dmidecode**: reports information about your system's hardware as described in your system BIOS according to the SMBIOS/DMI standard
- **ethtool**: display or change ethernet card settings
- **htop**: interactive process viewer for Linux
- **iftop**: display bandwidth usage on an interface
- **iotop**: display io usage on behalf of which process on an interface
- **iperf**: TCP/UDP bandwidth measurement tool
- **lsof**: list open files
- **ltrace**: library call tracer
- **nmap**: Security Scanner For Network Exploration & Hacking
- **mosh**: mobile shell
- **mtr**: a network diagnostic tool
- **netcat**: reads and writes data across network
- **pciutils**: collection of programs for inspecting and manipulating configuration of PCI devices
- **pstack**: attaches to the active processes named by the pids on the command line , and prints out an execution stack trace
- **pv**: see the progress of data through a pipeline
- **smem**: provides numerous reports on memory usage
- **socat**: establishes two bidirectional byte streams and transfers data between them
- **strace**: trace system calls and signals
- **sysstat**: utility comprised of several tools that offers advanced system performance monitoring
- **tmux**: terminal multiplexer
- **tree**: recursive directory listing program
- **tshark**: dump and analyze network traffic

##### Distribution specific utilities:
Expand Down
12 changes: 12 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,28 @@ utilities_base:
- ack-grep
- command-not-found
- curl
- dstat
- debconf
- dmidecode
- ethtool
- git
- htop
- iftop
- iotop
- iperf
- ltrace
- nmap
- mosh
- mtr
- netcat
- pciutils
- pstack
- pv
- smem
- socat
- sysstat
- tmux
- tree
- tshark

utilities_extras: []

0 comments on commit b76e1ee

Please sign in to comment.