Author Archives: Sangeeta Sirohi
How To Install and Configure Redis on Ubuntu 17.10
Redis is widely used in-memory key-value store known for its flexibility, performance, and wide language support. In this post we will learn how to install and configure Redis on an…
Docker: How To Share Data between Docker Containers
This is again docker post in docker series which we has already shared with readers with some other valuable post. Today we will see How To Share Data between Docker…
How to set Docker Name and Hostname
This is another post in docker series, In this article we will How to set Docker Name and Hostname while creating it. SetUP For this setup we are using Ubuntu…
LIBVIRT: Installing Windows OS on KVM platform on Ubuntu 16.04 LTS
In various previous post we saw installation of Linux machines on KVM. But sometime we need to install Windows virtual machine for various reasons, so i thought why should not…
How To Install LAMP stack on Ubuntu 17.10
We did one post for LAMP for CentOS7/RHEL7 machines. For this post we are going to use Ubuntu machine for implementing Apache, MySQL and PHP code to enable operating system…
Connect and disconnect MySQL/Mariadb Server
In earlier post we saw how to Install and configure MySQL on CentOS7/RHEL7 machines. Now we would how we could connect MySQL Server from Unix/Linux command line mysql client. So…
Install Python 3 and Set Up a Local Programming Environment on CentOS 7
When we need to work on Python scrips in Linux machine, we work on , as it is installed default on most of Linux distributions. So what if we need…
Install and configure Mariadb/MySQL on Archlinux
Mariadb is officially Database implementation of MySQL as many other Linux distributions. Today we will see HowTo Install and configure Mariadb Server on archlinux and see how we could simple…
Managing Users and Group part2
In our last post Managing Users and group part1. We saw various aspects of user creation in Linux system. In this page we try to understand things come across while…
Linux: Delete user password command
In Linux system's we could disable or delete passwords of an user account, this way we could disable user login. These option could achievable through many way. We would discuss…
Remove Linux User From a Secondary Group ( Supplementary Groups )
Sometime in Linux command line, we need to remove Linux users from their secondary group. This is could easily achievable through usermod command. We are trying this setup on CentOS7…
HowTo Configure Static And Dynamic IP Address In Arch Linux
Few days before I posted how to install Arch Linux machine, Now we are going to see HowTo Configure Static And Dynamic IP Address In Arch Linux. For this we…
Arch Linux Installation
In this post we will try to understand , how we could install archlinux on Host machine or Virtulization setup. Archlinux has some different kind of installation…
How To Rename Network Ethernet Cards in CentOS7/RHEL7
I faced one issues in which one of my KVM virtual machine has ethernet cards like ens2 and ens7. So i thought I should rename these Network Ethernet cards and…
How to Setup and Configure Network Bonding in RHEL/CentOS 7
Today we will see how to Bonding in Linux machine. Bonding is method for aggregating multiple network interfaces into a single logical interface on machine which internally combine two or…
Ubuntu 18.04 LTS Named ‘Bionic Beaver’ Coming…
Just last week Ubuntu Team announces release which support for next nine months. Many of Ubuntu Users already upgraded. I also upgraded on…
Linux Cluster: Configure Active/Passive pacemaker cluster on RHEL7/CentOS7
High-Availability Cluster with Failover (Active / Passive) through Linux pacemaker is used widely in cluster for small scale production machines. Cluster provide continuous service from Cluster servers to clients in…
Import Thunderbird mail filters
Thunderbird is Open-source Mail client which is used world wide in Linux/Unix/windows machines. Today we would see HowTo backup/export Thunderbird mail filters and restore/import on others machine or account. SetUP…
Enable Hibernate in Ubuntu
In Ubuntu machine, we have hibernate option as in windows. But on desktop menu there is no hibernate option displayed which could make it this post we will see HowTo…
Define New Virtual Machine through xml file
I Do most of my research for various post on KVM Guest machine on my Ubuntu machine. But whenever i need to transfer Guest machine from one Host machine to…