Ubuntu is a Debian-based Linux operating system, with Unity as its default desktop environment (GNOME was the previous desktop environment). It is based on free software and named after the Southern African philosophy of ubuntu (literally, “human-ness”), which often is translated as “humanity towards others” or “the belief in a universal bond of sharing that connects all humanity
By default Amazon doesn’t enable root access to the users, This is a very important security best practise, admins, are supposed to connect using a secure key pair to log in as ec2-user ( Read more here about the default…
In the earlier blogs we see about installing the other relational databases in the AWS EC2 instances, now I started exploring the options to integrate the NoSQL database with our Backup and DR application In this blog lets see on…
Recently I have posted on installing MySQL in Amazon Linux, Now I am trying to Integrate and test Maria Backup and Recovery integration. In our product we support the Backup and recovery of MySQL instance in EC2, you can read…
Run apt-key Using the apt-key utility we can display all the known keys.apt-key list To quickly find the expired keys, search for “expired:” apt-key list | grep “expired:” Update the key We can now use the key gathered in step…
I have been working on a Cloud data protection application which would be running on AWS Cloud EC2 instance, for some information processing I need to get the instance id of my Amazon AWS EC2 instance which my software is…
First login to the ubuntu server via terminal or console To gain super user access, enter the following command and re-type the user password. sudo su – Type the following command to set the password for the Root user passwd…
VMware Tools is a suite of utilities that enhances the performance of the virtual machine’s guest operating system and improves management of the virtual machine. For example, the following features are just some of the features that are available only…