How to view LDAP maps from a client machine ?
In this article, we will see how to see LDAP maps from a linux client machine. The quick and easy way to do this is using ypcat command. 1. Get...
In this article, we will see how to see LDAP maps from a linux client machine. The quick and easy way to do this is using ypcat command. 1. Get...
Today in this article, we will see how to check the available VGA/GPU/Graphics cards with our Linux system. Let us have a look at different commands available to achieve this....
Today we will see how to check out kernel package level in Unix – Oracle Solaris 10 and 11. Checking Kernel Package Version in Solaris I. Using PKG Command root@ngeui742:~#...
In this post, we will look at a small and interesting issue where when we do “df” to see the filesystem usage, we are not able to see the details...
Today we will look various different ways to view current logged in users in linux. The user login data is usually saved and read from /var/run/utmp file. Lets see different...
Here we will look how to get active connections on a particular port in Linux. The active connections have a state “ESTABLISHED” when we look at the netstat output. We...