Shobhit Singh

How to Install Julia on Linux

Julia is a open source programming language which is used in the field of scientific computing. It is high performance, dynamically typed, simple to write and has abundance of scientific package which makes it perfect for data analysts, scientists and for anyone trying to manipulate a bunch of data efficiently. According to the Stack Overflow …

How to Install Julia on Linux Read More »

What is /dev/null in Linux?

If you delve into shell programming, you have come across /dev/null or 2>/dev/null numerous times. At first, this might look like intimidating abstract jargon, but there is a very important (and easy to understand) reason for which it exists. In this article, we will look at the meaning of /dev/null and how it is used …

What is /dev/null in Linux? Read More »