# update
sudo apt-get update
# install the 'tasksel' package so we can remove the desktop image
sudo apt-get install tasksel
# remove the desktop image
sudo tasksel remove ubuntu-desktop
# tell tasksel to start the server image setup
sudo tasksel install server
# install the server images
sudo apt-get install linux-server linux-image-server
# remove lightdm
sudo apt-get purge lightdm
# remove all packages no longer required (~400 MB)
sudo apt-get autoremove
Tuesday, April 25, 2017
Convert Ubuntu Desktop to Server
Monday, April 17, 2017
Upgrade Ubuntu 16.04 to 16.10 command line
First, SSH into your Ubuntu 16.04 server and upgrade all software.
Then make sure you have update-manager-core package installed.
Next, edit a configuration file.
$sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
Then make sure you have update-manager-core package installed.
$sudo apt-get install update-manager-core
Next, edit a configuration file.
$sudo nano /etc/update-manager/release-upgrades
At the bottom of this file, change the value of Prompt from lts to normal.
At the bottom of this file, change the value of Prompt from lts to normal.
Prompt=normal
Save and close the file. After that, run the following command to begin the upgrade process and follow the on-screen instructions.
Save and close the file. After that, run the following command to begin the upgrade process and follow the on-screen instructions.
$do-release-upgrade -d
Once the upgrade is finished, reboot your Ubuntu server. To check your Ubuntu version, run:
Once the upgrade is finished, reboot your Ubuntu server. To check your Ubuntu version, run:
$lsb_release -a
Wednesday, April 5, 2017
Repository for Nylas N1 email in Ubuntu 16.04 Linuxmint 18.1
deb [arch=i386,amd64] http://apt.nylas.com/ubuntu vivid main
Tuesday, April 4, 2017
Install Sky on Linuxmint 18.1
In able to use Lync in Linux, Sky will be good option. This installation for Linuxmint 18.1
sudo apt-get update
sudo apt-get install sky
- Go to https://tel.red/repos.htm
- Repo for Linuxtmint 18.1 equal to Ubuntu 16.04
- Copy "deb https://tel.red/repos/ubuntu xenial non-free" to /etc/apt/source.list
- Download and register TEL.RED software signing public key
sudo apt-get update
sudo apt-get install sky
Subscribe to:
Posts (Atom)