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

How to get Current Date in Java [Practical Examples]

The list below shows eight different ways to get current date in Java Using java.util.Date, java.util.Calendar, java.time.LocalDateTime, java.time.LocalDate, …

By admin · 6 min read · programming

Mastering JavaScript setTimeout() [In-Depth Tutorial]

The javascript setTimeout function is useful for delaying a function or code for a certain amount of time. Since JavaScript is a single-threaded language, the …

By admin · 15 min read · programming

Know impacts of chmod 777 command [Be Cautious]

In this article we conver the impacts of chmod 777 command in Linux and how can be a threat to security. We should ideally never use chmod 777 as this is barely …

By admin · 6 min read · linux

Set up GitLab with Visual Studio Code from Scratch

Step by Step instructions to setup gitlab with visual studio code with screenshots. Connect GitLab with VSC and create your first project, commit changes, push …

By stevealila · 7 min read · devops

Git Clean Command (Remove Untracked Files Safely)

Learn how to use the git clean command to remove untracked files, delete untracked directories, and clean your Git repository safely. This guide explains git …

By stevealila · 7 min read · devops