How to Port Knocking in Linux
Fri 19 June 2015
by Godson
To allow clients to ssh using port knocking
@server : 192.168.1.181
# download knockd rpm from web and install
# rpm -ivh knockd-5.xx.rpm
# rpm -qip knockd-5.xx.rpm - know about the packge
# rpm -ql knockd - to list what are files have installed for knockd
First need to reject ...
read moreHow to build a successful team
Tue 16 June 2015
by Godson
One of the most prominent way to stand successful in the current software industry is to build a team which is highly skilled and competetive to almost everyone in the industry out there. When I say skilled it doesn't involve only technical background, team must be skilled in all ...
read moreIntroduction to SASS
Mon 15 June 2015
by Godson
About sass : Sass is an extension of CSS that adds power and elegance to the basic language. It allows you to use variables, nested rules, mixins, inline imports, and more, all with a fully CSS-compatible syntax. Sass helps keep large stylesheets well-organized, and get small stylesheets up and running quickly ...
read more