February 6, 2017

E-mail Authentication

IT Management,

We all send Email on our day to day life, We send mails from our Email client (Outlook, Thunderbird ) or from a Web interface (From browser), the mails gets transferred to the recipient. The question is, how secure is our message transfer. What is happening at the background. How the messages that we send…

Read more
August 19, 2016

APACHE PHP-FPM MOD_FASTCGI

Linux General,

Apache PHP-FPM is an alternative implementation of PHP-FastCGI. In PHP-FPM the PHP process runs as a standalone without the need of web server. It listens for incoming requests on either a TCP or a Unix socket. The web server we use(apache in our case) send requests and connect to PHP processes using FastCGI protocol. As…

Read more
July 11, 2016

Find open ports on the Linux server using a script

Linux General,

Create a .sh file with below script and set execute permission for the scrip file.

Read more
March 5, 2016

Routing protocol commands list

Network,

sh ip route // To view IP routing tables created on a Cisco router.

Read more
February 5, 2016

General Switch commands

Network,

Switch Commands Initial configuration of Switch1 with ip 172.16.10.16

Read more
February 5, 2016

General Router Commands

Network,

Router> User mode Router# Privilege mode Router(config)# Configuration mode Router(config-if)# Interface configuration mode

Read more
January 8, 2016

Network Installation on Linux using NFS

Linux General,

Install dhcp,copy /usr/share/doc/dhcp-xxxx/dhcpd.conf.sample to /etc/dhcp/dhcpd.conf cp -r /usr/share/doc/dhcp-xxxx/dhcpd.conf.sample /etc/dhcp/dhcpd.conf

Read more
September 23, 2015

Open VPN Server Configuration on Linux

Linux General,

Download openvpn-.rpm , And install using this command rpm -ivh openvpn-.rpm

Read more
September 12, 2015

Networking Concepts, in RHEL 7 or CENTOS7.

Linux General,

We usually edit the network configuration file in the older versions to manage IPs. under /etc/sysconfig/network-scripts/

Read more