Development

Neural Network to detect network Botnet traffic

Goal In this post, I will summarise a project I made for my master in Cybersecurity for UNED. Our goal is to be able to detect Botnet traffic. Using Keras to detect Botnet traffic Keras is a perfect tool for Machine Learning experts and other developers alike. It can be as complicated as you want to make it, or as simple as you need it to be. Chose data One of the most important decisions when attempting a project like so from the ground up is to choose or create the dataset you are going to use in the project wisely.
Read more

Vim tips - grep

In this post we will discover how searching in vim works. From the vim help pages: Vim has two ways to find matches for a pattern: Internal and external. The advantage of the internal grep is that it works on all systems and uses the powerful Vim search patterns. An external grep program can be used when the Vim grep does not do what you want. As the vim manual page states, there are two main ways to find matches in vim.
Read more