Search All content
1. Installation on Linux OS in tutorial MongoDB Database
MongoDb Installation on Ubuntu 12.04 - 2.6 version with text search # apt-get update # apt-get install mongodb-org This installs 4 packages: mongodb-org-mongos, mongodb-org-server, mongodb-org-shell and mongodb-org-tools...
Permission(PGU):447, Lang:EnglishCreated:2015-01-25 11:03:46, Modified:2015-06-08 12:53:17, Status:in work, Version:1.0
2. MongoDB Authentication in tutorial MongoDB Database
This chapter describes how to create user with password in MongoDB 2.6.10 and above. Start / stop Mongo server 1. without authentication: # mongod --noauth --config /...
Permission(PGU):447, Lang:EnglishCreated:2015-06-11 08:49:01, Modified:2015-06-11 09:04:33, Status:in work, Version:1.0
3. Connect to MongoDB remotelly in tutorial MongoDB Database
CentOS 6.5 example 1.Put bind_ip to 0.0.0.0 instead of 127.0.0.1 # vim /etc/mongodb.conf bind_ip = 0.0.0.0port = 27017fork = truepidfil...
Permission(PGU):447, Lang:EnglishCreated:2015-05-22 13:43:10, Modified:2015-05-22 13:44:49, Status:in work, Version:1.0
4. MySQL Installation and Configuration in tutorial Amazon Web Services - AWS EC2 - Ubuntu 14.04 Linux Server
1. Installation #apt-add-repository ppa:ondrej/mysql-5.6 #apt-get update #apt-get install mysql-server mysql-client ... installation process # mysql --version mysql Ver 14.14 Distrib
Permission(PGU):447, Lang:EnglishCreated:2015-06-24 10:28:59, Modified:2015-06-24 17:50:22, Status:in work, Version:1.0
5. Bind 9 in tutorial Amazon Web Services - AWS EC2 - Ubuntu 14.04 Linux Server
How to install and configure BIND 9 DNS Server on AWS EC2 Ubuntu server. 1. Installation # apt-get install bind9 2. Start # service bind9 start | restart | stop | status 3. Add ...
Permission(PGU):447, Lang:EnglishCreated:2015-06-24 12:28:04, Modified:2015-06-29 05:24:00, Status:in work, Version:1.0