summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-31Enable ccache in sbuildHEADmasterVasudev Kamath
2019-03-31Update mailsync to now work with afewVasudev Kamath
2018-03-03A bug observed before which was disabling xhci devices.Vasudev Kamath
2018-03-03Script to launch emacs in server + client modeVasudev Kamath
IF no server is running this script launches emacs first and then runs emacsclient.
2017-12-17Merge branch 'master' of github.com:copyninja/binVasudev Kamath
2017-12-17Rewrite the author in git repository.Vasudev Kamath
2017-12-17Update clear-deb-pkg-genfile with more files to remmove.Vasudev Kamath
2017-12-17Remote signing script for package upload to my hostVasudev Kamath
2017-12-17Add script for syncing mail and run notmuchVasudev Kamath
2016-07-18Fix ip selecting regexpVasudeva Kamath
2016-07-17Merge branch 'master' of github.com:copyninja/binVasudev Kamath
2016-07-14Handle source nating when interface has more IPVasudeva 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-14Inspired by container-create-debootstrapVasudeva Kamath
Use getopt and modeled exactly on container-create-debootstrap from open-infrastructure-container-tools package.
2016-07-06init system is no longer part of minbase variantVasudev Kamath
debootstrap no longer installs init system as part of minbase variant so specifically install it.
2016-04-16Ignore 9vx installation directoryVasudev Kamath
I've installed 9vx into the bin directory as overlayfs only allows a lower and upper directory.
2016-03-13script: clean-debpkg-genfile addedVasudev Kamath
Clears all files created debian packaging tools.
2015-11-22Drop set -xVasudev Kamath
2015-11-22Fix variable name, used to show passwordVasudev Kamath
2015-11-09Fix the password display logicVasudev Kamath
2015-11-09install dbus in baseVasudev Kamath
This is required to allow machinectl to control the container.
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