Suricata rule management using Oinkmaster
It is possible to download and install rules manually, but there is a much easier and quicker way to do so. There are special programs which you can use for…
It is possible to download and install rules manually, but there is a much easier and quicker way to do so. There are special programs which you can use for…
There is one time I tried to install some python package via pip install requirement. But I encountered some error like this: from pkg_resources import load_entry_pointImportError: No module named pkg_resources…
Recently, I saw this kind or error quite frequent. At first I thought that it was nothing.But eventually, it’s kinda bothering me when I see the error message :p Jul…
If you encounter error something like this: Cannot find module (SNMPv2-MIB): At line 0 in (none)Cannot find module (SNMPv2-SMI): At line 0 in (none)Cannot find module (SNMP-NOTIFICATION-MIB): At line 0…
Recently, I forgot my “root” password for my Ubuntu (duh!). So I try attempting to change my “root” password by selecting recovery mode on the grub menu and dropped into…
I think most of you will encounter with this kind of problem if you are using the previous version of Ubuntu. W: Failed to fetch gzip:/var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_natty_main_source_Sources Hash Sum mismatch, E:…
Recently, I’ve encountered this kind of problem. Maybe because it has been awhile I’m not uploading any images to my post :p Anyway, if you came out with this kind…
If you want to disable IPv6 on your server, below is the step to do it. Edit this file: Add these lines to the bottom of the file: Run this…
In Ubuntu, user “root” won’t show up as an options to login, which you need to adjust the Ubuntu to allow login as “root”. Run this command below in your…
Installing nano on FreeBSD