Skip to content

Instantly share code, notes, and snippets.

View ISInminkler's full-sized avatar

Nick Minkler ISInminkler

  • Portland, OR
View GitHub Profile
@ISInminkler
ISInminkler / full.preseed
Created July 12, 2018 21:14
preseed tasksel not working
#### Contents of the preconfiguration file
### Localization
# Locale sets language and country.
d-i debian-installer/locale string en_US.UTF-8
# The values can also be preseeded individually for greater flexibility.
#d-i debian-installer/language string en
#d-i debian-installer/country string NL
#d-i debian-installer/locale string en_GB.UTF-8
# Optionally specify additional locales to be generated.
scp: /opt/repository/isi/archive/15.11.6/trusty/dists/trusty/InRelease: No such file or directory
mv: cannot stat '/tmp/tmp-cache/var/lib/apt/lists/partial/debootstrap.invalid_dists_trusty_InRelease': No such file or directory
sed: can't read /tmp/tmp-cache/var/lib/apt/lists/debootstrap.invalid_dists_trusty_InRelease: No such file or directory
scp: /opt/repository/isi/archive/15.11.6/trusty/dists/trusty/InRelease: No such file or directory
mv: cannot stat '/tmp/tmp-cache/var/lib/apt/lists/partial/debootstrap.invalid_dists_trusty_InRelease': No such file or directory
sed: can't read /tmp/tmp-cache/var/lib/apt/lists/debootstrap.invalid_dists_trusty_InRelease: No such file or directory
scp: /opt/repository/isi/archive/15.11.6/trusty/dists/trusty/InRelease: No such file or directory
mv: cannot stat '/tmp/tmp-cache/var/lib/apt/lists/partial/debootstrap.invalid_dists_trusty_InRelease': No such file or directory
sed: can't read /tmp/tmp-cache/var/lib/apt/lists/debootstrap.invalid_dists_trusty_InRelease: No such file
@ISInminkler
ISInminkler / ads.java
Created October 9, 2015 17:55
telium ads configuration
String val = this.readConfigVariable("0010", "0001");
LOGGER.info("Ad configuration is currently set to: " + val + "\n");
val = this.readConfigVariable("0010", "0011");
LOGGER.info("Ad1 Config is: " + val + "\n");
if (this.writeConfigVariable("0010", "0001", "1")) {
LOGGER.info("Enabled Ads.\n");
}