Skip to content

Instantly share code, notes, and snippets.

View davidcam-nwse's full-sized avatar

David Camarena davidcam-nwse

  • New Work SE
View GitHub Profile
@davidcam-nwse
davidcam-nwse / .npmrc
Created December 8, 2022 16:37 — forked from zebulonj/.npmrc
Dockerfile with Private npm Module Dependencies
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
save-exact=true
loglevel=error
@bse666
bse666 / upgrade.sh
Last active March 15, 2025 00:27
upgrade Ubuntu without interaction
# https://askubuntu.com/questions/250733/can-i-do-a-silent-or-unattended-release-upgrade
# The following command upgrades to the new stable release without prompts:
do-release-upgrade -f DistUpgradeViewNonInteractive
# The following command upgrades to the current development release without prompts:
do-release-upgrade -d -f DistUpgradeViewNonInteractive
# Really Unattended
## --force-confdef: ask dpkg to decide alone when it can and prompt otherwise.
## --force-confold: do not modify the current configuration file, the new version is installed with a .dpkg-dist suffix.
# create file /etc/apt/apt.conf.d/local