Solved: Not able to create VNC session in working state on Debian machine ?
Today we will see one of the most common VNC issue on Debian machine and its resolution. I. Issue When we try to run vncserver it rejects the session saying,...
Today we will see one of the most common VNC issue on Debian machine and its resolution. I. Issue When we try to run vncserver it rejects the session saying,...
Today we will see an interesting article how to get the last field of a string using cut command in linux. Suppose you are searching for files and want to...
Today we will see one of the most common Nagios NRPE error message and its resolution. Lets see the error message and its resolution. I. Error Message [root@ngelinux001 ~]# service...
In this post, we will see one of the easiest way to install TCL and TK 8.6 package on our Linux system. Lets look at this three step short process....
In this article, we will see how to configure pip server path on our system to get the packages automatically. Lets see this step by step. 1. Direct Command Line...
Here we will see one Complete example to copy shell script and execute it, & get its output. I. Make Ansible Conifguration # cat ansible.cfg [defaults] inventory = hosts remote_user=saket...
In this post, we will see how to run a command with root user in ansible. There are two ways to do this. Lets have a look at both of...
Let us have a look at another ansible playbook which will create various logical volumes under LVM. The playbook is not complete in the sense that roles text is not...
Suppose we want to add a new disk where multipath is configured. Lets add a 20Gb LUN and set up it under multipath on server. Create vg_products volume group on...