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...
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...
Let us have a look how to view IPv6 addresses in Linux. For this, we can use the same “ifconfig” command. 1. Viewing IPv6 Address [root@ngelinux ]# ifconfig -a enp0s3:...
Today we will look at an interesting topic “how to read compressed i.e. gzip files” in Linux. Lets see below example: 1. Reading .tar.gz compressed zip file in Linux. [root@nglinux...