After doing upgrading some softwares and system update, the system settings not opening on Ubuntu 16.04 LTS desktop. Whenever we were clicking on ‘System Settings’ nothing was appearing on Desktop. The package called unity-control-center is a graphical user interface to configure various aspects of Unity. You can read more about the details on this package […]
Linux
Ubuntu / Debian : sshd error could not load host key
Summary We recently encountered with ‘sshd error: could not load host key’. The fixing is quite easy in Ubuntu Linux system yet you should be careful while solving the issue. This time we found this problem in Ubuntu 18.04 LTS Server Edition whereas the method is applicable to other Ubuntu and Debian based Linux Operating […]
Install VirtualBox on Ubuntu
Learn how to install Virtualbox on Ubuntu 22.04,20.04 ,16.04, 14.04 LTS Desktop. We are using VirtualBox for creating Virtual Machines(VM). Our main goal here is to use Virtual Machine(VM) for our DevOps practices. It is a good idea to use VirtualBox or other virtualisation for your DevOps related practices in test VM. VirtualBox is OpenSource […]
AWS cli : HTTP Client raised and unhandled exception
The article discusses resolving an AWS CLI error “HTTP Client raised and unhandled exception”. It provides instructions to solve this issue.
Install Ansible in Ubuntu 18.04 LTS with pip3
Ansible is centrazied configuration management tool and it is agent less. It connects with remote linux/unix client on ssh port and with windows on WinRM. We will learn to install Ansible by using pip3 on Ubuntu 18.04 LTS. The installation pretty much easy. In this post, we will cover both installing ansible for particular user […]
Install and compile Nginx on Ubuntu 18.04 LTS server
This post will help you to install and compile nginx 1.14 on Ubuntu 18.04 LTS server. We always recommend to our readers that whenever you use any ubuntu server always go for latest LTS edition. When you install nginx by compiling from source package, it gives you one major benefit and that is adding extra […]
Recent Comments