Ubuntu – Authentication token manipulation error
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…
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:…
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…
If you start your Ubuntu and it display a grub shell to you, you can run this command below to fix it: * Ensure that you entered correct partition (e.g.…
PyMongo distribution contains tools for interacting with MongoDB database from Python.
Conpot is a low interactive server side Industrial Control Systems (ICS) honeypot with the goal to collect intelligence about the motives and methods of adversaries targeting industrial control systems. For…
Recently, I purchased Comodo Positive SSL for one of my web. Since this is my new experience on installing SSL onto Apache, I write this article so that anyone can…
Recently, I want to install MongoDB in my Rasp Pi. But unfortunately, I can’t install MongoDB via apt-get because Rasp Pi is using ARM architecture. Maybe we can compile it…
To change your MySQL root password, first you need to connect to the sql server via terminal mysql -u root -p In my case, my root password is null/empty. So…