BLOG

Latest Articles

Kali Linux Repositories Explained [With Examples]

Kali Linux repositories are found in the /etc/apt/sources.list file. There are 3 different branch i.e. Kali-rolling branch, Kali-last snapshot branch, Kali- …

By admin · 4 min read · Kali Linux

14 iotop command examples [Monitor Disk IO]

iotop command is used to monitor disk IO usage runtime. This article contains different examples to use iotop command

By rohantimalsina · 7 min read · CheatSheet

Java Variables Examples [Different Variable Types]

The most popular types of Java variables are Instance, Local and Static variables. We learned about the declaration, initialization, and syntax of variables.

By bashiralam · 9 min read · JAVA

Java Multiline Comments [Methods & Examples]

In this tutorial, we learned about Java multiline comments, single line and inline comments. We covered different types of comments that we supported by java …

By bashiralam · 10 min read · JAVA