debian

text

5 Debian Package Management Tools you need to know

Reading Time: 4 minutes Hi everyone! Today in this tutorial, we’re going to look at 5 different package management tools that Debian uses specially in DevOps. Above all, Before diving in, lets take a brief look at what Package Management actually is. What is Package Management? Firstly, A package generally refers to a compressed file archive containing all the files that come with a particular application. These are referred Continue Reading

Self hosted Gitlab server using LXC

Reading Time: 6 minutes In this Blog, I will be sharing a quick guide on how to install Gitlab in your Debian system. Ever thought How http://github.com , https://gitlab.com works , or how can i create my own Version control system locally for just my use and testing , or ever want to create personalised git instance like http://github.com for your group of contributors or developers . Don’t use Docker container for this installation process Continue Reading

Create a Debian package using dpkg-deb tool

Reading Time: 5 minutes In this blog we are going to covers the basics of creating custom .deb packages and managing them with dpkg and apt.