Hristo Jelev

blog.masoko.net

Masoko's Blog and Notes

11 Oct 2022

Ubuntu Rename Bluetooth Device

layout: post title: Rename bluetooth device in Ubuntu date: 2022-10-18 categories: linux Use bt-device (part of the bluez-tools package). sudo...

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...

01 Dec 2021

Useful CLI tools

Github repos for some usefull CLI tools fd https://github.com/sharkdp/fd/ fd is a program to find entries in your filesystem. It...

04 Oct 2021

Ubuntu Customizations CLI

How do I enable ‘minimize on click’ on Ubuntu dock Open Terminal and run gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize' To...

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...

12 Apr 2021

How to Install Mosquitto Broker on Raspberry Pi

How to Install Mosquitto Broker on Raspberry Pi Install the mosquitto broker with the command below: sudo apt install -y...

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...

02 Jan 2019

DNS Filtering

Block ads and protect your network from malware by changing your DNS provider. It is very easy to block more...

31 Dec 2018

Windows 10 Auto Login

How to Make Windows 10 Automatically login without password. If you are like me and don’t like to enter passwords...

08 Mar 2018

How to create a static site with python and host it for free

In this articel I’ll show you how to create a static html site with Pelican and host it for free...

24 Feb 2018

How to translate a Flask site with Babel

This article will show you how to translate your Fask site using the python module Babel on a Debian based...

21 Jan 2018

Build a Cheap Multi-Room Audio System

How to build cheap Multi-Room Audio System This build will use raspberry pis for network players and logitec media server...

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

OS for Raspberry Pi

Collection of different OS Distributions for the SBC Raspberry Pi motionEyeOS - a Linux distribution that turns your single board...

20 Jan 2018

Python Modules I Use

Markdown - Python implementation of Markdown. Pickle - Pickling is a way to convert a python object (list, dict, etc.)...

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...

19 Jan 2018

Live Webcam Feeds

Collection of sites offering free live webcamera feeds from around the world webcamhopper.com - Live Webcams from Around the World...

19 Jan 2018

Software for Raspberry Pi

Collection of software for raspberry pi PiVPN - Simplest OpenVPN setup and configuration, designed for Raspberry Pi. Pi-Hole - black...

15 Jan 2018

Collection of free software for Windows

Yawcam - is a webcam software for Windows written in Java. iSpy - is our free, open source video surveillance...