How to install JAVA on Ubuntu
Java is a very famous, general-purpose programming language that is used for creating applications that run on mobile devices as well as computers. It can create applications that can run…
Continue readingJava is a very famous, general-purpose programming language that is used for creating applications that run on mobile devices as well as computers. It can create applications that can run…
Continue readingJava is a very famous, general-purpose programming language that is used for creating applications that run on mobile devices as well as computers. It can create applications that can run…
Continue readingLinux has a number of processes running together without them being interfering with each other. So in order to administer a Linux system, we should also know how to effectively…
Continue readingWhen we install any Linux distribution, we can provide a timezone & time will be served based on that timezone. But we can also change the timezone once we have…
Continue readingLinux Environment variables are variables that store the information for the shell environment & the shell sessions. These variables are accessed by any scripts or Linux program to get a…
Continue readingIn this tutorial, we will learn more about using variables in Linux & will also create some simple bash scripts utilizing global environment variables & local variables. As mentioned in…
Continue readingIn this tutorial, we will learn about performing arithmetic operations in shell scripts & also about the logical/boolean operators. So let’s first start with the all the arithmetic operations as…
Continue readingUp until now, we have discussed using environment variables, using local & global variables & also about performing arithmetic operations in bash. Now we are ready to discuss some advanced…
Continue readingIn this bash scripting tutorial, we will discuss about performing file comparisons, String comparisons as well as numeric comparisons. So let’s start with file comparisons in bash scripts. Recommended Read:…
Continue readingWe have already discussed about the conditional statements i.e. if-else, if-then-else & elif statements & have also discussed some basic shell scripts examples for those as well. In this tutorial,…
Continue reading