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
  • Cloud: AWS, Azure, OpenStack, and hybrid cloud administration
  • 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
  • Tools: Useful tools and utilities for productivity

2329 articles

Blog illustration with latest articles, tutorials, guides, and how-to content across Linux and DevOps topics
programming

HackerRank Solution: Designer Door Mat

In thus tutorial we will solve hacker rank problem on designer door mat using python3 with following 4 methods, Solution-1: Using the map function, Solution-2: Using user-defined functions, Solution-3: Using if-else …

Bashir Alam5 min read
programming

HackerRank Solution: Python Text Wrap

In this tutorial we cover 3 different methods to solve Python text wrap problem from hacker rank using Solution-1: Using for loop Solution-2: Using textwrap module Solution-3: Using join() method

Bashir Alam4 min read
programming

HackerRank Solution: Python Text Alignment

There are two methods to solve text alignment problem from Hacker Rank. 1. Using user defined function, 2. Using for loop.

Bashir Alam4 min read
networking

OSPF Configuration Explained on Cisco Router

Step by step instructions on OSPF configuration using Cisco router and examples

Deepak Prasad12 min read
linux

How to DROP connection in IPTABLES?

iptables is a GPL licensed utility that allows the Linux kernel firewall to configure IP packet filter rules. Filters are organized in different tables that

Omer Cakmak4 min read
databases

How to search SQL for column name? [SOLVED]

A database in SQL has multiple tables and each table has contain multiple columns. In SQL, We can search for a specific column name in a table by using the

Falguni Thakker4 min read
programming

HackerRank Solution: Python String Validators

Python has built-in string validation methods for basic data. It can check if a string is composed of alphabetical characters, alphanumeric characters,

Bashir Alam5 min read
programming

HackerRank Solution: Python Find a string

In this challenge, the user enters a string and a substring. You have to print the number of times that the substring occurs in the given string. String

Bashir Alam4 min read
programming

HackerRank Solution: Summing the N series

There is a sequence whose term nth is:

Bashir Alam4 min read
programming

HackerRank Solution: Does Path Exist

Adam is standing at point (a, b) in an infinite 2D grid. He wants to know if he can reach point (x, y) or not. The only operation he can do is to move to

Bashir Alam4 min read
security

How to Bypass Android Lock Screen? [100% Working]

Android PIN bypass refers to the process of bypassing the PIN code that is used to lock and secure an Android device. This can be done through various

Kennedy Muthii5 min read
programming

HackerRank Solution: Python sWAP cASE [3 Methods]

You are given a string and your task is to swap cases. In other words, convert all lowercase letters to uppercase letters and vice versa.

Bashir Alam4 min read
programming

HackerRank Solution: String Split and Join

In Python, a string can be split on a delimiter.

Bashir Alam4 min read
programming

HackerRank Solution: Python What's your name? [3 Methods]

In this tutorial we are going to explore different methods to solve the hacker rank problem what's your name in Python

Bashir Alam3 min read
programming

HackerRank Solution: Python Mutations

There are 4 possible methdos to solve python mutations from hacker rank using a while loop, One-line solution, Using list comprehension, Using for loop

Bashir Alam6 min read
programming

How to archive username in Java?

To "archive the username" in Java means to store the username for later access and retrieval. This may mean storing the username in a variable, class field,

Deepak Prasad5 min read
databases

How to use SQL delete with JOIN?

SQL delete where join is the combination of SQL JOIN and SQL delete statement. SQL delete statement is used to delete records from a table where as SQL JOIN

Falguni Thakker5 min read
programming

HackerRank Solution: Python Print Function

In this tutorial we cover different methods to solve python print function hackerrank solution

Bashir Alam4 min read
programming

HackerRank Solution: Finding the Percentage

The provided code stub will read in a dictionary containing key/value pairs of name: for a list of students. Print the average of the marks array for the

Bashir Alam5 min read
programming

HackerRank Solution: Python Nested Lists [4 Methods]

In this tutorial we will cover 4 different methods to solve python nested list hackerrank solution using different functions and modules.

Bashir Alam6 min read
programming

HackerRank Solution: Find the Runner-up Score!

In this tutorial we cover 4 different methods to solve find the runner up score hackerrank solution using different python functions and modules

Bashir Alam5 min read
programming

HackerRank Solution: List comprehensions

In this tutorial we explore 3 different methods to solve Python List Comprehension of Basic Data Types problem from Hacker Rank

Bashir Alam5 min read
programming

HackerRank Solution: Python Division

We can solve the Python division hackerrank problem using single or multiple print methods. There are 2 possible solutions.

Bashir Alam3 min read
programming

HackerRank Solution: Python Company Logo

company logo hackerrank solution python, company logo hackerrank solution python3, hackerrank solution for company logo in python

Bashir Alam4 min read
programming

HackerRank Solution: ginortS in Python

ginorts hackerrank solution, athlete sort hackerrank solution

Bashir Alam4 min read
programming

HackerRank solution: Python Triangle Quest 2

triangle quest hackerrank solution, triangle quest 2 hackerrank solution, triangle quest 2 hackerrank solution python3, triangle quest 2, triangle quest 2 hackerrank

Bashir Alam4 min read
programming

HackerRank Solution: Words Score in Python

Input format:

Bashir Alam7 min read
programming

HackerRank Solution: Python If-Else

This tutorial explains different solution to solve hackerrank problem Python if else from Introduction section.

Bashir Alam4 min read
programming

HackerRank Solution: The Minion Game

In this tutorial we will share multiple solutions for the minion game from hackerrank.

Bashir Alam6 min read
programming

HackerRank Solution: Python Arithmetic Operators

We can solve python arithmetic operators hackerrank problem using either single print or with multiple print statements

Bashir Alam3 min read