Hands-On Tutorials

Step-by-Step Interactive Guides Covering Linux, DevOps, Programming in Python/C/C++/Go, Data Science, Web Development, Hadoop, and More.

Running Pipelines on Container Agents

Running Pipelines on Container Agents

Run a Jenkins Pipeline in the container-backed Jenkins environment and capture container execution evidence.
Jenkins
Triggering Jenkins Builds with Webhooks

Triggering Jenkins Builds with Webhooks

Simulate a repository webhook with curl, pass branch and commit data into a Jenkins job, and verify the triggered build log.
Jenkins
Creating Multibranch Pipelines

Creating Multibranch Pipelines

Create a local two-branch Git repository, configure a Jenkins Multibranch Pipeline from the dashboard, and compare branch builds.
Jenkins
Configuring Tools and Labeled Agents

Configuring Tools and Labeled Agents

Configure a Jenkins node label, a local Git tool, and a Freestyle job from the Jenkins dashboard.
Jenkins
Using Jenkins Shared Libraries

Using Jenkins Shared Libraries

Create a local Jenkins shared library, register it from the dashboard, and call it from a Pipeline job.
Jenkins
Storing Credentials in Jenkins

Storing Credentials in Jenkins

Create, inspect, and update a Jenkins username/password credential from the Jenkins dashboard.
Jenkins
Online OpenClaw Playground

Online OpenClaw Playground

LabEx provides an Online OpenClaw Playground, an open-source autonomous AI agent framework designed for local-first execution with multi-channel messaging support.
Linux
Online Claude Code Playground

Online Claude Code Playground

LabEx provides an Online Claude Code Playground, an agentic AI tool by Anthropic designed to automate software engineering tasks directly within your playground and cloud sandboxes.
Linux
Online Codex Playground

Online Codex Playground

LabEx provides an Online Codex Playground, a comprehensive AI agent ecosystem by OpenAI designed for agentic coding and end-to-end software engineering tasks.
Linux
Publishing Test Reports and Build Notifications

Publishing Test Reports and Build Notifications

Create a Jenkins Freestyle job from the dashboard, publish JUnit test results, and configure build email notifications.
Jenkins
Online OpenCode Playground

Online OpenCode Playground

LabEx provides an Online OpenCode Playground, an agentic AI coding environment designed for a command-line-oriented workflow, allowing you to plan, implement, and refactor code autonomously.
Linux
Initializing a Jenkins Controller

Initializing a Jenkins Controller

Start an isolated Jenkins controller, retrieve the initial admin password, create a real administrator, confirm the initialized dashboard, and clean up the temporary controller.
Jenkins
Backing Up and Restoring Jenkins Configuration

Backing Up and Restoring Jenkins Configuration

Back up a Jenkins job configuration, delete it, restore it from an archive, and verify the restored job.
Jenkins
Writing Scripted Jenkins Pipelines

Writing Scripted Jenkins Pipelines

Create and run a Jenkins scripted Pipeline job with node, stage, shell steps, and Groovy control flow.
Jenkins
Approximate an Integral Using Simpson's Rule in C

Approximate an Integral Using Simpson's Rule in C

Learn to implement Simpson's Rule for numerical integration in C, calculating definite integrals with precision and understanding computational approximation techniques.
C
Approximate a Derivative at a Point in C

Approximate a Derivative at a Point in C

Learn how to calculate numerical derivatives using the difference method in C programming, demonstrating fundamental calculus techniques for approximating function slopes.
C
Approximate Roots Using Newton's Method in C

Approximate Roots Using Newton's Method in C

Learn to implement Newton's method for finding approximate roots of mathematical functions using iterative numerical techniques in C programming.
C
Calculate the Area of a Rectangle in C

Calculate the Area of a Rectangle in C

Learn to calculate rectangle area in C by inputting length and width, performing multiplication, and displaying the result using basic programming concepts.
C
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • ...
  • 895
  • Next