tutorials - Page 2

Easiest Way To Run Nexus With Docker

Easiest Way To Run Nexus With Docker

The easiest way to set up Nexus on any OS

Suraj Dhakre

Nexus and Docker are two powerful tools that are widely used in the software development and deployment process. Nexus is a repository manager that allows developers to store and manage their software artifacts, while Docker is a containerization platform that enables the packaging and running of applications in isolated environments.

Understanding Reverse SSH: A Casual Guide

Understanding Reverse SSH: A Casual Guide

Practical and short guide on reverse SSH

Suraj Dhakre

Today, we’re diving into a topic that sounds like it belongs in a secret agent’s toolkit: Reverse SSH. Don’t worry, you don’t need a tuxedo or sunglasses for this one, just a bit of curiosity and a penchant for tech adventures.

Preserve Edits in Vim : Permission Denied

Preserve Edits in Vim : Permission Denied

Learn how to safeguard your Vim edits during permission denied challenges

Suraj Dhakre

Vim, the versatile and powerful text editor, is a favorite among developers and power users for its efficient editing capabilities. However, what happens when you’ve invested time and effort into perfecting your changes, only to find yourself trapped in a permissions quagmire when attempting to save the file? In this blog post, we’ll explore strategies to gracefully handle such situations and ensure your hard work doesn’t go to waste.

Jenkins DSL: How to Write Code to Build Code

Jenkins DSL: How to Write Code to Build Code

Comprehensive overview of Jenkins DSL, including its basics, benefits, setup, writing scripts, advanced techniques etc

Suraj Dhakre

Jenkins DSL (Domain Specific Language) is a powerful tool that allows developers to define and automate the process of building, testing, and deploying code. It provides a way to describe the desired state of a Jenkins job or pipeline using code, rather than manually configuring it through the Jenkins user interface.