Articles

44 articles

Enable root login over SSH in linux

Secure Shell (SSH) is a powerful tool for accessing remote systems securely over an encrypted connection. Enabling SSH on a Linux system allows you to...

A Admin Feb 10, 2026 · 2 min read 627

Java JDK

Java Development Kit (JDK) is a software development environment that provides the necessary tools and libraries for developing Java applications. It...

A Admin Feb 9, 2026 · 2 min read 360

SELECT Query

A SELECT query is a type of SQL (Structured Query Language) statement used to retrieve data from a database. It allows you to specify which columns fr...

A Admin Feb 9, 2026 · 3 min read 380

SQL Introduction

SQL (Structured Query Language) is a programming language used to manage and manipulate relational databases. It is widely used in many industries, in...

A Admin Feb 9, 2026 · 5 min read 446

CGPA Calculator | Cloud Storage

This app helps students calculate their CGPA (Cumulative Grade Point Average) and store all types of files securely on the cloud, as well as download...

A Admin Feb 9, 2026 · 2 min read 530

Linux ls Command

The ls command is a command-line utility used to list the files and directories in a directory. It is one of the most basic and frequently used comman...

A Admin Feb 9, 2026 · 4 min read 398