Google Compute Engine:修订间差异

来自Gea-Suan Lin's Wiki
跳到导航 跳到搜索
此页面具有访问限制。如果您看见此消息,则说明您没有权限访问此页面。
第4行: 第4行:


<syntaxhighlight lang="ini">
<syntaxhighlight lang="ini">
echo -e '[Daemons]\naccounts_daemon = false' | sudo tee /etc/default/instance_configs.cfg
echo -e '[Daemons]\naccounts_daemon = false' | sudo tee /etc/default/instance_configs.cfg; sudo reboot
</syntaxhighlight>
</syntaxhighlight>



2023年3月7日 (二) 10:19的版本

Google Compute Engine

范例

echo -e '[Daemons]\naccounts_daemon = false' | sudo tee /etc/default/instance_configs.cfg; sudo reboot

外部链接