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
  • Tools: Useful tools and utilities for productivity

2233 articles

How to Create Dropdown List in SoftMaker PlanMaker

In this tutorial we will be covering different methods to create dropdown list in SoftMaker PlanMaker. Now this article assumes that you already have

By Omer Cakmak · 3 min read · linux

Escape Single Quote in SQL Server

Escaping single quotes in SQL is necessary once you want to include a literal single quote character (') in a string within your SQL queries. This is

By Deepak Prasad · 4 min read · databases

How to update multiple columns in SQL? [SOLVED]

Updating multiple columns in an SQL database is often done using various ways depending on the requirements. Here I will cover some of the most common and

By Deepak Prasad · 5 min read · databases

Learn about MAC Spoofing using Practical Example

MAC Spoofing is the process of changing the Media Access Control (MAC) address of a network interface on a device that’s connected to a network. The MAC

By Deepak Prasad · 8 min read · security

Yersinia GUI not working on Kali Linux

Lately while working on Kali Linux I encountered this error when trying to execute yersinia -G and the Yersinia GUI was not working.

By Deepak Prasad · 2 min read · security

How to perform ARP Poisoning or Spoofing

ARP (Address Resolution Protocol) is a key network protocol used in IPv4 networks to link IP addresses to their corresponding MAC addresses. It plays an

By Deepak Prasad · 8 min read · security

How to perform DNS Cache Poisoning (Spoofing)

DNS Cache Poisoning is an attack that's also known as DNS Spoofing. It's a type of cyber attack where hackers exploit vulnerabilities in the Domain Name

By Deepak Prasad · 7 min read · security

How to perform Denial of Service (DoS) Attack

Imagine being at a cafe with a friend, trying to have a conversation when all of a sudden, a group of people come in and start shouting. You can’t even hear

By Deepak Prasad · 7 min read · security

Exploit Vulnerabilities using Metasploit

Metasploit is a mighty and elastic framework that you can use in the development, examination, and implementation of exploits. In 2003 H.D. Moore created it,

By Deepak Prasad · 7 min read · security

6 Tools to Perform Credential Attack [100% Working]

Credential attacks are a type of cybersecurity threat that focuses on one thing: gaining unauthorized access to systems or networks. Attackers do this by

By Deepak Prasad · 15 min read · security

Vulnerability Scanning Tools with Examples

Vulnerability scanning is the process of inspecting an information system for known security weaknesses. This process provides results with no

By Deepak Prasad · 14 min read · security

3 Methods to Perform DNS Reconnaissance

DNS reconnaissance is a technique to gather information about DNS (Domain Name System) data. This process helps in identifying the network infrastructure and

By Deepak Prasad · 5 min read · security