What you should do after getting your Virtual Private Server(VPS)?

 

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11.2/ linux-headers-4.11.2-041102-generic_4.11.2-041102.201705201036_amd64.deb

 

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.11.2/ linux-image-4.11.2-041102-generic_4.11.2-041102.201705201036_amd64.deb

Then install the downloaded packages through dpkg:

dpkg -i *.deb

After the installation restart grub:

sudo update-grub

There is a common problem that “the update grub command is not found”. You can solve it with the following command:

sudo apt-get install –reinstall grub

After the successful update, restart the server:

sudo reboot

Check the server version:

uname -r

You should see the following text:

root@kernelUpgrade:~# uname -r

4.11.2-041102-generic

root@kernelUpgrade:~#

Conclusion

In this article, we’ve covered some basic steps of starting to work with a newly purchased VPS. You’ll learn more about VPS its setup in our following posts. Stay tuned and have a nice day!

 

Learn more about VPS:

https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-20-04

http://flsilva.com/blog/how-to-securely-set-up-vps-server-tutorial-ubuntu-and-debian/