How to install TCL 8.6 and TK 8.6 in Linux- The easiest way ?
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 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....
Nagios Installation on Linux 1. First create User and Group # useradd nagios # groupadd nagcmd # usermod -G nagcmd nagios # usermod -g nagcmd apache [root@ngelinux001 ~]# id...
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...
Ansible Cheatsheet Today we will look at various frequently used Ansible commands that i used to refer everytime. We are connecting to remote users via username “john” 1. Get...
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...
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...
Today lets see the correct procedure to remove clone in Veritas VxVM Diskgroup. ### Display the snapshot volume. # vxsnap -g diskgroup dis snapshot_volume ### Stop the snapshot volume #...
Today in this post, we will see a common error message and its solution. Lets see the error message and its solution. I. Errors TRKINS: Installing package JOO_e version 22.09-s001...
Let us have a look how to check and install redcloak service/package in Linux. Redcloak is secureworks agent to detect and respond to unknown threats to secure our Linux system....
Here we will see different things to check in case of X11 Forwarding Issues. Let us have a look at different points we need to check. 1) X11 package needs...