Skip to content

omritoptix/nerdeez-scripts

 
 

Repository files navigation

#nerdeez-scripts

common bash scripts make sure you chmod the scripts to be executables

sudo chmod +x {NAME_OF_SCRIPT}

killport

will check if port number has a program that holds the port busy if program exists will kill it to free the port. usefull when we runserver on eclipse somtime the port is not freed

Usage

./killport {#PORT_NUMBER}

create_postgres_user

create a new user for postgres login information

Usage

./create_postgres_user {USERNAME} {PASSWORD}

install-compass

install compass using ruby and rubygems

Usage

./install-compass

About

common bash scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%