summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-05port_forward: Refactor the scriptVasudeva Kamath
Allow user to specify protocol for forwarding rules. If not specified do it for tcp and udp. Bring forwarding rules into single function *setup_forwarding*.
2015-11-05port_forward: rearrange cmdline argumentsVasudeva Kamath
Arguments were not used as per the help message. Rearranged the arguments to match the help message. Also refactored help message.
2015-11-04Script for doing portforwardingVasudeva Kamath
Use case: When forwarding certain port on host system to container/vm's
2015-10-12Wifi network start and stop scriptsVasudev Kamath
This script is to be used by systemd for manually launching wpa_supplicant. But as of now I don't use it as I use network-manager/connman.
2015-10-12my container creation scriptVasudev Kamath
There is possible room for further improvement as per my needs.
2015-10-12iptable rules to share internet with bridge networkVasudev Kamath
2015-10-12Script to change brightness of laptop screenVasudev Kamath
Works on my laptop which uses intel card for display
2015-10-12Initial commitVasudev Kamath