Quantcast
Channel: Devops
Browsing latest articles
Browse All 10 View Live

Image may be NSFW.
Clik here to view.

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 Article


Chef 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 Article

Logserver 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 Article

Incomming 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 Article

Taiga 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 Article


Image may be NSFW.
Clik here to view.

Zabix 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 Article

Kernel 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 Article

Custom 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 Article


Understanding 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 Article


Basics 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
Browsing latest articles
Browse All 10 View Live