August 19, 2016
Linux General
actsupp-r0cks
0
Here is a guide to install Apache with PHP-FPM(PHP-FastCGI Process Manager) and mod_fastcgi Apache PHP-FPM is an alternative implementation of PHP-FastCGI. In PHP-FPM the PHP process [...]
Find open ports on linux server using a script
Create a .sh file with below script and set execute permission for the scrip file. #vi portscan.sh #!/bin/bash #The port numbers PORT1=21 #ftp PORT2=22 #ssh PORT3=25 [...]
Routing protocol commands list
CCNA Routing Protocol Commands IP ROUTING #sh ip route // To view IP routing tables created on a Cisco router. Static Routing Routers are manually configured [...]
RIP Routing
Packet Tracer File For Rip Routing Configuration File For Rip Routing
NAT Concept
Packet Tracer File For NAT Concept Configuration File For NAT Concept
EIGRP Routing
Packet Tracer File For EIGRP Routing Configuration File For EIGRP Routing
Basic VLAN
Packet Tracer File For Basic VLAN Configuration File For Basic VLAN
Basic OSPF
Packet Tracer File For Basic OSPF Configuration File For Basic OSPF
General Switch commands
Switch Commands Initial configuration of Switch1 with ip 172.16.10.16 >en #config t (config)#enable password cisco (config)#enable secret cisco (config)#hostname India-switch1 (config)#ip address 172.16.10.16 255.255.255.0 (config)#ip default-gateway [...]