Allow root login on FreeBSD
To allow root login via ssh on FreeBSD, edit sshd_config file: Find this line: and change it to: Now Restart sshd:
To allow root login via ssh on FreeBSD, edit sshd_config file: Find this line: and change it to: Now Restart sshd:
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.
Maltrieve originated as a fork of mwcrawler. It retrieves malware directly from the sources as listed at a number of sites, including: Malc0de Malware Black List Malware Domain List VX…
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…
Ruby Version Manager (RVM) RVM is a command-line tool which allows you to easily install, manage, and work with multiple ruby environments from interpreters to sets of gems. RVM provides…
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…