If you are a Linux user and you have a Bluetooth headset, then you know how frustrating can be to set it up properly. In this article, i will explain what the problem is and how can be partially solved.
Continue reading “Sony Bluetooth Headsets on Linux”PC boot process – Kernel and Initramfs
Welcome to another article on the PC boot process! This article will complete the booting process from where we left it. In particular i am assuming that you are familiar with UEFI and GPT partition as explained in details in this post.
Continue reading “PC boot process – Kernel and Initramfs”Sniffing Android App Traffic
Have you ever installed an app on your phone and wondered what type of data is reporting? Or maybe you wanted to reverse engineer an APP or an API and wanted to discover the format of the data sent? Well then you need to read this post.
Continue reading “Sniffing Android App Traffic”Docker Image Migration script
Docker is changing.. and as all the changes in this period, things are getting shittier. So recently the announced two shitty things:
Continue reading “Docker Image Migration script”Socket Families
This is a short article to clarify few things on sockets. I had to do some research to work with those classes, especially when you do some more advance uses. Lets start with some basic.
Continue reading “Socket Families”Debugging Go Code in docker-compose
This is a small guide to clarify the setup needed to debug Go code running in a container in docker-compose using Delve debugger . Basically lets suppose that you have 3 service running in three different containers:
Continue reading “Debugging Go Code in docker-compose”Whatsapp vs Signal vs Telegram
The recent privacy policy changes by Whatsapp has triggered a big migration towards similar platforms such as Signal and Telegram. But are those really better? Why? In this article we will see what are the strong and weak points of each of them from a privacy prospective.
Continue reading “Whatsapp vs Signal vs Telegram”Run a GUI program at Startup on LXDE
Have you ever needed to launch a GUI program that run at startup and goes directly into full screen mode? Probably not.. but if you do, just continue reading this post..
Continue reading “Run a GUI program at Startup on LXDE”Unable to Grant Privileges on MariaDB
WordPress requires an SQL like database. On RPI there is no MySQL database, but there is an equivalent fully compatible DB called MariaDB. After a fresh install there’s no password set up initially for the user root, so is very important to fix that. You should use the secure installation script that come along.
Continue reading “Unable to Grant Privileges on MariaDB”10 Immutable Laws of Security
Microsoft has done two things which are really good and neither of those is Windows or Office. The first one is a software called “Paint” that everyone is familiar with (Not the shitty 3D version). The second one is a paper that they wrote back in 2011 titled “Ten Immutable Laws of Security.” So this quick article is about those laws.
Continue reading “10 Immutable Laws of Security”