How to identify which nvidia card is available on Linux ?
Today in this post, we will see how to see the available nvidia cards on our Linux system. The best command to see this quickly is to list all PCI...
Today in this post, we will see how to see the available nvidia cards on our Linux system. The best command to see this quickly is to list all PCI...
By Saket Jain Published Linux/Unix
Today in this post, we will see how to compare rpm packages on two servers and find out the missing packages. Lets look at it step by step. 1. Check...
By Saket Jain Published Linux/Unix
In this post, we will see few kubernetes commands to start with. It will help us to manage K8s/Kubernetes CLuster on any of the Cloud platforms like GCP, AWS, Azure,...
By Saket Jain Published GCP - Google Cloud Course
Today we will look how to control user and client system access to a FTP server on an IBM AIX server. We will look at two files today. 1. ftpusers...
By Saket Jain Published AIX
In this article, we will look how to promote a new version of Content View in Redhat Satellite Version 6. There are two steps to do this task, lets have...
By Saket Jain Published Linux/Unix
In this article, we will look how to install a specific version of a software when we have multiple versions available through repositories. This is very useful tip to work...
By Saket Jain Published Linux/Unix
Today in this article we will look how to list all services on Red Hat Enterprise Linux 6 and 7. The command is very useful to check and search for...
By Saket Jain Published Linux/Unix
We can not read any directory or file name containing spaces by writing its name normally as Linux will consider it as separate directories or files. To read a file...
By Saket Jain Published Linux/Unix
Today we will have a look how to sort files by their size in a directory on Linux Operating system. The tip is very basic, however we should be aware...
By Saket Jain Published Linux/Unix
In this article, we will look how to list files sorted by date or time in Linux. This is one of the very basic tip which you should know while...
By Saket Jain Published Linux/Unix