Client side search filtering using JSON and jQuery
Speed for search result filtering is critical. Its fine for site users to wait for some time (maybe a few seconds) to load the search results but after that filtering better be fast otherwise people...
View ArticleChef cookbook step by step
Chef Cookbook Step by step Cookbooks serve as the fundamental unit of configuration and policy details that Chef uses to bring a node into a specific state. This just means that Chef uses cookbooks to...
View ArticleLogserver for syslog collector, indexing, searching realtime...
Logserver Documentation By Aniket Gole Graylog2 Server nodes: Serves as a worker that receives and processes messages, and communicates with all other non-server components. Its performance is CPU...
View ArticleIncomming mail server with postfix, Dovcote, mysql, Vimbadmin, roundcube.
Incomming Mail server Architect By Aniket Gole Installing packages for postfix, dovecot, mysql apt-get install postfix postfix-mysql dovecot-core dovecot-imapd dovecot-pop3d dovecot-lmtpd...
View ArticleTaiga the agile/Scrum poject managment software.
Taiga 1. Introduction This documentation explains how to deploy a Taiga service (each module is part of the Taiga platform). The Taiga platform consists of three main components: taiga-back...
View ArticleZabix setup step by step
About Zabbix Zabbix is an enterprise-class open source distributed monitoring solution that can be used to monitor and track performance and availability of network servers, devices and other IT...
View ArticleKernel Hardening
Linux /etc/sysctl.conf Hardening You can control and configure Linux kernel and networking settings via /etc/sysctl.conf # Avoid a smurf attack net.ipv4.icmp_echo_ignore_broadcasts = 1 # Turn on...
View ArticleCustom Iptable Firewall Script
The following firewall script blocks everything and only allows: Incoming HTTP (TCP port 80) requests Incoming ICMP ping requests Outgoing ntp (port 123) requests Outgoing smtp (TCP port 25) requests...
View ArticleUnderstanding of Routing Protocol
Routing Protocol A routing protocol specifies how routers communicate with each other, disseminating information that enables them to select routes between any two nodes on a computer network. Routing...
View ArticleBasics git Usage Commands
GIT Basics Commands git clone http://example.com/user/Documentation.git Download git repositories to your local with this command. git pull origin master...
View Article