Hristo Jelev

blog.masoko.net

Linux

» linux

Articles by category: linux


windows raspberry-pi webcams python ubuntu
2025
12 Oct 2025

Squeezelite Service Not Mixing with Browser Audio (PipeWire/PulseAudio Fix)

Squeezelite Service Not Mixing with Browser Audio (PipeWire/PulseAudio Fix) The Squeezelite audio player is a wonderful headless solution, but getting...

10 Oct 2025

How I like my Ubuntu

Widgets and Apps I install immediately after Ubuntu Extentions: Dash to Panel - https://extensions.gnome.org/extension/1160/dash-to-panel/ Desktop Widgets (Desktop Clock) - https://extensions.gnome.org/extension/5156/desktop-clock/...

2022
18 Oct 2022

Rename bluetooth device in Ubuntu

Use bt-device (part of the bluez-tools package). sudo apt install bt-device Get a list of paired devices: bt-device -l To...

08 Feb 2022

Set git origin to remember credentials

Set in your .bashrc or .zshrc file: export username="git-hub-token" Then run the command below to save your credentials git remote...

08 Feb 2022

How to mount Samba share on boot

To mount a samba share when Ubuntu boots you need to add a line to your /etc/fstab file. You’ll have...

2021
15 Apr 2021

How to ssh using a certificate (not password)

Generate the certificate on the machine you are going to login from: ssh-keygen Check the certificate to make sure it...

2019
15 Jan 2019

Install LetsEncrypt Certificates

In this article I’ll show you how I installed LetsEncrypt certificate for my home-assistant instance that is behind a nginx...

2018
21 Jan 2018

How to Host Multiple Python Apps on the Same Host With Nginx

Configure NGINX as a reverse proxy In this tutorial we assume that there are two python applications / sites running...

20 Jan 2018

Basic IPTables Tutorial

This is the iptables configuration I have used to secure my pihole instance before exposing it publicly. This configuration will...