List of virtual adapters your Virtual Linux can access

Hello , Its me again Raja and this time I came up with one more new post. I have been through interesting problem. As many of you know Virtual Box , sometimes even though we enable new adapter and configured IP in conf file it wont comes up. Everything seems fine , we have enabled adapter and configured name and IP for it but still it wont come up. Simple solution : How many adapters your VM...

Linux : full path of a file

Hello , Sometimes we need to have full or absolute path of file. And most of the times we used to pwd + filename manually. But with google search I came across a command named as readlink. readlink -f filename.txt that will print complete path of filename along with filename append to it. linuxmen@linuxmen-fresh:~/test/test1$ readlink -f ex4.js /home/linuxmen/test/test1/ex4.jslinuxmen@linuxmen-fresh:~/test/test1$...