Development

Explore the world of development, from Linux and Python programming to crafting intuitive front-end experiences. Don't miss out on the action! Subscribe to our newsletter to get the latest updates.

DEV  |  AI Nov 28, 2024 | Comments: 0

NVIDIA GPU Passthrough to Debian VM on Proxmox

Overview This guide documents the complete process of setting up NVIDIA GPU passthrough to a Debian VM on Proxmox, including detailed troubleshooting steps and real error resolution. This is based on actual implementation experience with an RTX 3050 GPU. Initial Setup Verification (ProxMox) 1. Host System Requirements Check First, verify …

DEV Nov 23, 2024 | Comments: 0

Build a Public IP Checker in Django

This tutorial walks you through creating a Django web application that allows users to check their public IP address. It features a home page with a button and a dedicated page to display the user’s IP address. The project uses Bootstrap 5 for styling and FontAwesome for icons. Files and …

DEV Nov 20, 2024 | Comments: 0

How to Update Dockerized Applications Without Losing Your Data

Updating Dockerized applications can seem tricky, especially when you want to ensure your data and configurations stay intact. This step-by-step guide walks you through the process, offering best practices and troubleshooting tips to seamlessly upgrade your containers without compromising your valuable data. Overview of the Process Prerequisites Steps to Update …

DEV Oct 08, 2024 | Comments: 0

How to Expand an EBS Volume and Resize a Filesystem on AWS

This tutorial will guide you through the process of expanding an EBS volume, resizing the partition, and extending the filesystem on an AWS instance running Debian-based Linux systems. Prerequisites: You have an AWS EC2 instance running. The instance has an EBS volume attached, which you want to expand. You are …