Managing your Linux VM: Difference between revisions

Jump to navigation Jump to search
Adding links
mNo edit summary
(Adding links)
Line 11: Line 11:


==Granting admin privileges== <!--T:44-->
==Granting admin privileges== <!--T:44-->
In Ubuntu administrative, or root user privliges, can be given to a new user with the command
In Ubuntu administrative, or root user privileges, can be given to a new user with the command
{{Command|sudo visudo -f /etc/sudoers.d/90-cloud-init-users}}
{{Command|sudo visudo -f /etc/sudoers.d/90-cloud-init-users}}
which opens an editor where a line like
which opens an editor where a line like
  USERNAME ALL=(ALL) NOPASSWD:ALL
  USERNAME ALL=(ALL) NOPASSWD:ALL
can be added. For more detailed information about the visudo command and how to edit this file see this [https://www.digitalocean.com/community/tutorials/how-to-edit-the-sudoers-file-on-ubuntu-and-centos#what-is-visudo digitalocean] tutorial on the topic.
can be added. For more detailed information about the visudo command and how to edit this file see this [https://www.digitalocean.com/community/tutorials/how-to-edit-the-sudoers-file-on-ubuntu-and-centos#what-is-visudo digitalocean] tutorial on the topic.
==Dealing with system and security issues==
See our guides for how to
* [[Recovering_from_a_compromised_VM | Recover from a compromised VM]]
* [[VM_recovery_via_cloud_console | Recover your VM from the dashboard]]


<!--T:48-->
<!--T:48-->
[[Category:Cloud]]
[[Category:Cloud]]
</translate>
</translate>
cc_staff
147

edits

Navigation menu