Mohammed Atiqueblog.opscloud.pro·Apr 4, 2024Linux Package Management: A Newbie DevOps Engineer's Journey 📦 🤔Okay, so I'm officially in the world of DevOps. It's all containers and clouds and automation, which is totally awesome! 🤩 But you know what they say, sometimes you've gotta crawl before you can sprint. Right now, I'm crawling through the basics of ...Pacman
JP Hutchinsblog.jphutchins.com·Mar 16, 2024Building a Universally Portable Python AppWelcome to the first article of a series about deploying a universally portable Python application. What is a "Universally Portable" app? A portable, or standalone, application is one that has no install-time or run-time dependencies other than the o...Building a Universally Portable Python Apppyinstaller
Pratik MforOmniGuruomniguru.net·Nov 28, 2023How to Install a .deb File on UbuntuInstalling a .deb file is an easy way to install an application on Ubuntu and other Debian-based Linux distributions. A .deb file contains all the necessary files and dependencies for an application in one installer file. Here is a step-by-step guide...34 readsLinuxdebian
Milan Lazarevićmrlaki5.hashnode.dev·Sep 8, 2023DEB Package Creation: A Step-by-Step Guide for UbuntuIn the Linux world, crafting DEB files is essential for software distribution on Ubuntu and Debian-based systems. However, resources for building DEBs with dynamic libraries and shared files are scarce. To bridge this gap, I've created this comprehen...41 readsLinux