Blog

Latest Articles

Browse the latest tutorials, guides, and practical examples across Linux, DevOps, security, databases, and programming on GoLinuxCloud.

Explore the latest tutorials and guides across Linux, DevOps, programming, and more.

You can also browse content by category below:

  • Linux: Commands, administration, troubleshooting, and system operations
  • DevOps: CI/CD, Kubernetes, containers, and automation
  • Programming: Coding tutorials, scripting, and development concepts
  • Security: Ethical hacking, system security, and best practices
  • Databases: MySQL, MariaDB, PostgreSQL, and database management
  • Networking: Network setup, troubleshooting, and protocols
  • Storage: Disk management, file systems, and storage solutions
  • System Administration: User management, services, and system-level tasks
  • Tools: Useful tools and utilities for productivity
  • Cheat Sheet: Quick reference guides for commands and tools
  • Interview Questions: Common interview questions with answers

2076 articles

Java Math Class Explained [Easy Examples]

Java Math class has methods for performing more advanced math calculations. abs, ceil, floor, max, min, round, random methods in math class

By bashiralam · 11 min read · programming

Java string method explained [Easy Examples]

Concatenate Java strings, Finding length of String, Index and positioning of java strings, Comparing Java strings, change Java strings to upper case or lower …

By bashiralam · 10 min read · programming

SQL Union Operator Explained [Easy Examples]

SQL Union Operator or clause is a one of the SQL Set operators which is used to merge or combine two or more SQL Select Query results into single result set.

By falgunithakker · 8 min read · databases

Java Operators Explained [Easy Examples]

There are a total of eight java operators. Arithmetic, Rational, Logical, Bitwise, Assignment, Shift, Unary, Ternary operators

By bashiralam · 11 min read · programming

Java Type Casting Explained [Easy Examples]

The Java type casting is a method or process that converts a data type into another data type in both ways manually and automatically.

By bashiralam · 8 min read · programming

Different Java data types explained with Examples

In the Java programming language, there are basically two main types of data types that are primitive and non-primitive data types. Primitive data types again …

By bashiralam · 11 min read · programming

How to manually expire any certificate OpenSSL

Step by Step instructions to manually expire any certificate using openssl. Different commands and methods to generate an expired certificate

By admin · 8 min read · security

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 · security

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 · 10 min read · programming

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 · programming