JBoss Implementation

Posted by: Shailesh Posted on: August 4, 2011 Comments: 0

JBoss Application Server (JBoss AS, or simply JBoss) is an application server that implements the Java Platform, Enterprise Edition (Java EE). JBoss is written in Java and as such is cross-platform: usable on any operating system that supports Java. JBoss was developed by JBoss, now a division of Red Hat. Licensed under the terms of the GNU Lesser General Public License, JBoss is free and open source software.    …

Crontab With Example

Posted by: Shailesh Posted on: August 2, 2011 Comments: 0

[hana-flv-player video=”https://www.masteringinlinux.com/wp-content/uploads/2011/08/crontab-masteringlinux1.flv” width=”400″ height=”330″ description=”” player=”4″ autoload=”true” autoplay=”false” loop=”false” autorewind=”true” /]Video crontab- masteringlinux.com Cron– It is nothing but a job scheduler. Or, Cron is a unix, solaris utility that allows tasks to be automatically run in the background at regular intervals by the cron daemon. Crontab (CRON Table) is a file which contains the schedule of cron entries to be run and at specified times. Crontab Commands export EDITOR=vi, to specify a…

Firewall Setup & Rules

Posted by: Shailesh Posted on: August 2, 2011 Comments: 0

                                    These are few Firewall Rules. # 1. Delete all existing rules iptables -F # 2. Set default chain policies iptables -P INPUT DROP iptables -P FORWARD DROP iptables -P OUTPUT DROP iptables -t nat -A POSTROUTING -j MASQUERADE (Command to share Internet to all network) # 3. Block a specific ip-address #BLOCK_THIS_IP=”x.x.x.x”…

Linux SSH Server

Posted by: Shailesh Posted on: August 1, 2011 Comments: 0

        Thanks for visiting this site…………………..Welcome Genowin Technologies. Happy To Help You …. All Linux Solution & Training. Genowin Technologies(www.genowin.com)

DHCP Server

Posted by: Shailesh Posted on: July 31, 2011 Comments: 0

[hana-flv-player video=”https://www.masteringinlinux.com/wp-content/uploads/2011/07/DHCP-installation-11.flv” width=”400″ height=”330″ description=”” player=”4″ autoload=”true” autoplay=”false” loop=”false” autorewind=”true” /][hana-flv-player video=”https://www.masteringinlinux.com/wp-content/uploads/2011/07/DHCP-installation-21.flv” width=”400″ height=”330″ description=”” player=”4″ autoload=”true” autoplay=”false” loop=”false” autorewind=”true” /]Video Tutorial- DCHP-simplest DHCP-installation-1,  DHCP-installation-2 DHCP Server– Dynamic Host Configuration Protocol. Dynamic Host Configuration Protocol (DHCP) server allows you to centrally manage all the IP and network information for client computers on your LAN.             Thanks for visiting this site…………………..Welcome Genowin Technologies.