Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-31 | Enable ccache in sbuildHEADmaster | Vasudev Kamath | |
2019-03-31 | Update mailsync to now work with afew | Vasudev Kamath | |
2018-03-03 | A bug observed before which was disabling xhci devices. | Vasudev Kamath | |
2018-03-03 | Script to launch emacs in server + client mode | Vasudev Kamath | |
IF no server is running this script launches emacs first and then runs emacsclient. | |||
2017-12-17 | Merge branch 'master' of github.com:copyninja/bin | Vasudev Kamath | |
2017-12-17 | Rewrite the author in git repository. | Vasudev Kamath | |
2017-12-17 | Update clear-deb-pkg-genfile with more files to remmove. | Vasudev Kamath | |
2017-12-17 | Remote signing script for package upload to my host | Vasudev Kamath | |
2017-12-17 | Add script for syncing mail and run notmuch | Vasudev Kamath | |
2016-07-18 | Fix ip selecting regexp | Vasudeva Kamath | |
2016-07-17 | Merge branch 'master' of github.com:copyninja/bin | Vasudev Kamath | |
2016-07-14 | Handle source nating when interface has more IP | Vasudeva Kamath | |
Some time interface can have 2 ip address handle this case, though I feel only first IP will be considered by iptables. | |||
2016-07-14 | Inspired by container-create-debootstrap | Vasudeva Kamath | |
Use getopt and modeled exactly on container-create-debootstrap from open-infrastructure-container-tools package. | |||
2016-07-06 | init system is no longer part of minbase variant | Vasudev Kamath | |
debootstrap no longer installs init system as part of minbase variant so specifically install it. | |||
2016-04-16 | Ignore 9vx installation directory | Vasudev Kamath | |
I've installed 9vx into the bin directory as overlayfs only allows a lower and upper directory. | |||
2016-03-13 | script: clean-debpkg-genfile added | Vasudev Kamath | |
Clears all files created debian packaging tools. | |||
2015-11-22 | Drop set -x | Vasudev Kamath | |
2015-11-22 | Fix variable name, used to show password | Vasudev Kamath | |
2015-11-09 | Fix the password display logic | Vasudev Kamath | |
2015-11-09 | install dbus in base | Vasudev Kamath | |
This is required to allow machinectl to control the container. | |||
2015-11-05 | port_forward: Refactor the script | Vasudeva 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-05 | port_forward: rearrange cmdline arguments | Vasudeva Kamath | |
Arguments were not used as per the help message. Rearranged the arguments to match the help message. Also refactored help message. | |||
2015-11-04 | Script for doing portforwarding | Vasudeva Kamath | |
Use case: When forwarding certain port on host system to container/vm's | |||
2015-10-12 | Wifi network start and stop scripts | Vasudev 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-12 | my container creation script | Vasudev Kamath | |
There is possible room for further improvement as per my needs. | |||
2015-10-12 | iptable rules to share internet with bridge network | Vasudev Kamath | |
2015-10-12 | Script to change brightness of laptop screen | Vasudev Kamath | |
Works on my laptop which uses intel card for display | |||
2015-10-12 | Initial commit | Vasudev Kamath | |