Everything About Linux

Latest information, insights, and news about the Linux World

Designing a voice filter using Python

November 3, 2020

This post explains how to design a voice filter, specifying a cutoff frecuency, and the sample rate, getting the audio signal, and designing the filter using the well-known Blackman window, then make an spectral inversion to the filter...

Configuring Chinese Input with fcitx in Xmonad WM

September 22, 2020

Early this year I started to learn Chinese but when I try to write some 汉字, just for fun, I didn't have the right input method so I search for info, specifically for my Window Manager, that is Xmonad, I didn't find anything but there are related posts, and there's also Archlinux Wiki, so let's begin. As Archlinux Wiki says...

Zephyr RTOS, a key technology for the future of IoT

October 1,2020

Google and Facebook have joined as Platinum Members of the Linux Foundation Open Source Project "Zephyr". This week, Facebook and Google announced, they have selected Zephyr RTOS as a technology that they will use in the next generation of products and infraestructure, in that way joining to Intel, Nordic Semiconductor...

Setting up Quassel Core and Client for distributed IRC client

October 16,2020

Quassel is a modern, cross-platform, distributed IRC client, in that way multiple clients can attach from a central core.IRC is popular among geeks of open source software. But there is a problem, when you logged out from IRC channel, you miss the messages or updates that is currently happening there, but using...