Supress all prompts in apt-get
NEEDRESTART_MODE=a DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" upgrade
#!/bin/bash | |
# Check if script is run as root | |
if [[ $EUID -ne 0 ]]; then | |
echo "This script must be run as root" | |
exit 1 | |
fi | |
# Check if domain name is provided | |
if [ -z "$1" ]; then |
Supress all prompts in apt-get
NEEDRESTART_MODE=a DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" upgrade
Until recently I have been very much telling everyone to assume positive intent. Kaseya is looking to continue Datto’s success. In general, people don’t spend 6+ Billion dollars on something they intend to break. Change is inevitable and mistakes will be made but by and large Datto should expect to continue to be the company that is loved by employees and customers alike.
This past week, many current members of the Datto team have reached out deeply dismayed. There is a concern that the current trajectory from Datto’s new owners will snuff the flame that makes Datto a place to come “Do your life’s work.”
I am not associated with the company any more so my understanding of the specifics comes entirely second hand. Current team members have reached out and described the following:
- Sidelining Employee Resource Groups that support under represented people at the company
Chip default user pass | |
chip/chip | |
Get on Wifi | |
nmcli device wifi connect McWifi password ######### ifname wlan0 | |
Battery Status | |
sudo battery.sh | |