Installing pymongo on Ubuntu
PyMongo distribution contains tools for interacting with MongoDB database from Python.
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…
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…
If you try to ssh to your server and getting this error: no hostkey alg Try to run this command at your terminal: ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key ssh-keygen -t…
First, you need to get MySQL installers from https://dev.mysql.com/downloads/mysql/#downloads I ran following command to get MySQL 5.6.14(32bit): wget -O mysql-5.6.14.deb https://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.14-debian6.0-i686.deb/from/http://cdn.mysql.com/ Install dependency sudo apt-get install libaio1 Then install Mysql…
Recently I tried to playing around with Amazon EC2 server. After subscribing & setup my server, it will give you cert pem key to access the server instead of entering…
If you want to find how much your database size in MySQL, you can run this command in mysql console: If you want the output in MB’s: mysql> SELECT table_schema…
Clam AntiVirus is an open source (GPL) anti-virus toolkit for UNIX, designed especially for e-mail scanning on mail gateways. It provides a number of utilities including a flexible and scalable…
One day you may find a bunch of requests in a short period of time with unusual and suspicious user agent in your Apache web server’s logs. Something like Made…