DevTech101

DevTech101

Applications

Redis installation and configuration

Increase the file descriptor limits ————————– * soft nofile 65000 * hard nofile 65000 —— compile the redis server cd /data/redis/src/ make To test just run ./redis-server ./redis-server ./redis-cli to install Just run make install To complete install cd utils ./install_server.sh Welcome to the redis service installer This script will help you easily set up …

Redis installation and configuration Read More »

Neo4j Installation, Configuration – 3 Node Example

How to Install and Configure a 3 node Neo4j Cluster First make sure to install the Oracle (Sun) version Java yum install java-1.8.0-openjdk.x86_64 To change the system to listen to the physical ip (not just localhost), un-comment the below neo4j/conf/neo4j-server.properties org.neo4j.server.webserver.address=0.0.0.0 To start the system in console mode – for setup/debug purpose Note: On Solaris …

Neo4j Installation, Configuration – 3 Node Example Read More »

Instilling And Configuring (ELK)Elasticsearch

To install elasticsearch plugins by adding proxy (below Install a small cluster status utility bin/plugin -DproxyPort=8888 -DproxyHost=127.0.0.1 –verbose –install mobz/elasticsearch-head To start elasticsearch cd /opt/elasticsearch; ./bin/elasticsearch & To access the node status http://os3.domain.com:9200/_plugin/head/ To Configure Kibana /opt/kibana/config/kibana.yml host: “0.0.0.0” elasticsearch_url: “http://10.10.10.16:9200” Start kibana /opt/kibana/bin/kibana Logstash howto Create certificate cd /etc/pki/tls openssl req -x509 -nodes -newkey …

Instilling And Configuring (ELK)Elasticsearch Read More »

OpenStack Juno on Ubuntu 14.04

OpenStack Juno on Ubuntu 14.04 Required packages apt-get install nova-api nova-cert nova-conductor nova-consoleauth   nova-novncproxy nova-scheduler python-novaclient nova-compute-kvm OpenStack Juno on Ubuntu 14.04 LTS and 14.10 – Single Machine Setup https://fosskb.wordpress.com/2014/10/18/openstack-juno-on-ubuntu-14-10/ OpenStack Juno with three node setup on Ubuntu 14.04 LTS http://intocloud.org/openstack-juno-with-three-node-setup-on-ubuntu-14-04-lts/

DIP OUD to AD mapping refrences

http://www.dailyraga.com/uncategorized/oracle-internet-directory-oid-synchronization-with-active-directory-for-enterprise-user-security-part-5/ http://abhaykumaroraclefusion.blogspot.com/2013/12/integrate-oracle-internet-directory-and.html