- apt-get remove ubuntu-desktop
- apt-get install linux-server linux-image-server
- apt-get purge lightdm
- /etc/default/grub, change matching lines to below
- #GRUB_HIDDEN_TIMEOUT [comment it out]
- GRUB_CMDLINE_LINUX_DEFAULT=""
- GRUB_TERMINAL=console
- update-grub
- reboot
Showing posts with label convert. Show all posts
Showing posts with label convert. Show all posts
Sunday, 28 April 2013
Ubuntu: convert desktop to server fast
Below as root:
Subscribe to:
Posts (Atom)
Interview questions: 2020-12
Terraform provider vs provisioner Load balancing Network Load Balancer vs Application Load Balancer Networking Layer 1 vs Layer 4 haproxy u...
-
kubectl --cert=/tmp/tls.crt --key=/tmp/tls.key create secret tls tls-wc-ingress
-
apt-get install exim4 dpkg-reconfigure exim4-config Select: internet site; mail is sent and received directly using SMTP IP-addresses...
-
NOTE: unbound is now available via epel repo on Amazon Linux install requirements yum groupinstall "Development Tools" yum i...