© 2023 Hashnode
#debian
Problem What should I do if I'm chatting with a contact and there is no close or hide button to collapse the emoji panel on the right side? This situation happens when you're chatting with a contact …
There are a lot, a loooot of Linux distros out there. However, there are mainly 3 types for distros for general people, Debian based distros, Arch based distros & Fedora based distros. I have tried al…
Open the terminal Press CTRL + Alt + T on your keyboard Check your OS In case you don't really know if you're running Ubuntu or any Debian based distro version, you can can the following command in t…
Prerequisites Django and python need to be already installed on the server Set up the django environment The first we need to do is to set up our Django environment then we need to set up a virtual en…
📔 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…