© 2023 Hashnode
#debian
📔 Introduction Disclaimer: This is not necessarily the optimal or best way to build a .deb package. It may be messy, but it's the workaround I've found and will be demonstrating here. A .deb file i…
Apache is a free and open-source HTTP web server that is the go-to choice for people looking to host a website on the internet. The Apache server is cross-platform, efficient, and is also extensible t…
Screenshots! Specifications 🌸 Distro: Debian 11 (Bullseye) Wallpapers: Click here Tiling WM: AwesomeWM DE: Gnome Sound control: pulsemixer Editors: neovide Terminals: Kitty Bar: Wibar (defaul…
Essential Software Every Software Developer Needs I'm trying to keep my posts short, but if you want to learn more about a particular topic, I'd be happy to provide more information. Before doing anything, update apt-get and install the bui…
Download Git by running the following command on your terminal: $ sudo apt-get install git To confirm whether your download was successful, run: $ git --version Here's the output I got on my PC: S…
Here is a list of commonly used commands for Red Hat-based Linux distributions: yum: Package manager for Red Hat-based distributions rpm: Package management tool for Red Hat-based distributions sys…
As I couldn't find this information on the internet and had to figure it out myself I'm posting this info here for search engines to be able to pick it up: If you run flightradar24 on a regular Debian…
In simple words, Debian packaging involves making computer software available for Debian distribution. This allows us to install, uninstall, upgrade or configure the software or package in Debian. Thi…
If you are facing any issues with installing php-gd library on your system then you are at the right place to find the solution. Just follow me for the steps to install gd library. It is not as easy as installing other extensions of php bec…
Cockpit is a web-based system management tool for Linux servers. It provides an easy-to-use interface for managing and monitoring various aspects of a server, such as system resources, services, and users. With Cockpit, users can perform ta…