Skip to content

A generic tools repo that I can throw some common scripts, configs, or other unrelated stuff in.

License

Notifications You must be signed in to change notification settings

bens-home/tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tools

A generic tools repo that I can throw some common scripts, configs, or other unrelated stuff in.

Commands that I forget when I need them

List what is using any bound ports on the machine

sudo netstat -tulpn

List the amount of disk space on a machine

df -h

Make a script executable

chmod u+x script.sh

InstallCommonAptPackages

This will install any packages in the specified file (defaulting ot packagesToInstall.txt). Useful to run on a fresh server to get all the common stuff that I use on ubuntu.

About

A generic tools repo that I can throw some common scripts, configs, or other unrelated stuff in.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages