Skip to content

Bash script to install & setup some tools such as: nodejs, gcc, scapy, ...

Notifications You must be signed in to change notification settings

luongnv89/inbash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inbash

Bash scripts to do some work

For UNIX environment - unix/

  • basic.sh - Install basic packages: vim, git, wget

  • show_ip_login.sh - Show IP address in login screen (for ssh uses). Need to go with show_ip

  • update_network_interfaces.sh - Add eth1 as new network interface and bring it up. More interfaces can be added in file interfaces. When you add more network interfaces, you need to maintain this script to bring up more network interfaces

  • c_pp.sh - Install some packages for developing c/c++ : gcc, g++, makegit, cmake

  • nodejs.sh - Install NodeJS for developing node js application: nodejs, npm, express, express-generator

  • valgrind.sh - Install Valgrind tool for checking memory in c/c++ program

  • tomahawk.sh - Install Tomahawk tool for generating network traffic

  • gxx4.9.sh - Install gcc/g++ version 4.9

  • mount-share.sh - Mount a share folder to VirtualMachine in VirtualBox

For MAC environment - mac/

  • pygame.sh - Install pygame

About

Bash script to install & setup some tools such as: nodejs, gcc, scapy, ...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages