Tru64 Command CheatSheet
TRU64 Command CheatSheet 1. System Version sizer -v 2. Unix Name and hostname uname -n; uname -a 3. Number of CPU(s) sizer -p 4. Memory state vmstat...
Lets have a look at various major differences between AWS, AZURE, and GCP, the top three cloud technologies dominant in market nowadays. Difference between AWS, Azure and GCP AWS AZURE...
In this post, we will look how to verify all services on a redhat Satellite server are running or not. Here you will know how to troubleshoot Satellite server issues...
Today we will look how to get the service name listening to a particular port on Linux. The preferred and widely used command is netstat. With netstat, we can grep...
Today we will look at an interesting topic how to manage services in CentOS/RHEL 6 and 7. We will look these step by step to understand it better. 1. List...
In this part, we will look at an interesting example to deploy multiple containers just by docker compose file. We don’t need to do anything just need to write our...