Bash scripts to do some work
-
basic.sh
- Install basic packages:vim
,git
,wget
-
show_ip_login.sh
- Show IP address in login screen (forssh
uses). Need to go withshow_ip
-
update_network_interfaces.sh
- Addeth1
as new network interface and bring it up. More interfaces can be added in fileinterfaces
. 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
pygame.sh
- Install pygame