Skip to main content

Posts

World best cities for IT Industry as per Salary..

IT Professionals are thought to be one of the most high-earning individuals around the world. However, their salaries do vary from city to city. Kforce's 2014 Salary and Employment Guide tells exactly where tech workers make the most and the least today!  We have compiled a list for you!   Top 5 Cities Where IT Professionals Make Huge Bucks: 1. Los Angeles, California On an average $109K annually Cost of living index: 129.8 2. New York On an average $110.1K annually Cost of living index: 183.1 3. Boston On an average $111.7K annually Cost of living index: 140.1 4. San Diego, California On an average $116.2K annually Cost of living index: 130.8 5. San Francisco+San Jose On an average $118.3K annually Cost of living index: 157.3 5 Worst Cities For IT Salaries: 1. Atlanta, Georgia On an average $86.9K annually Cost of living index: 95.0 2. Pittsburgh, Pennsylvania On an average $85.1K annually Cost of living index: 93.9 3. Kansas City On an average $83.5K annually Cost...

Silk Road 2 Hacked....

Silk Road 2 Hacked By SEA. Black Marketing site " Silk Road 2 " have once again faced the attack from the hackers, on which about 4,000 Bitcoin have been stolen. Silk Road 2 Moderator Defcon reported in a forum post that hacker have used transaction malleability exploit to hack the site and stolen 4474.26 Bitcoins worth of $2,747,000.  As Silk Road site use escrow service for Bitcoin  transaction between buyers and seller, and hackers have took the advantage of same thing and exploited the transaction malleability bug. Transaction Malleability is the function that that mask transaction and ask for same amount of Bitcoin multiples  times. According to the Silk Road 2, hackers have used the Silk Road automatic transaction verification system to order from each other and also request for refunds for unshipped  goods. Defcon have asked a hackers to return the Bitcoin and wrote: - “Given the right flavor of influence from our comm...

6 Special CSS Tricks

Some CSS Tricks that you might have Missed: 1. Shorthand rule: Shorthand in CSS is very useful. It makes your code simpler and easier to edit. Moreover, it reduces the load on your server and makes downloads faster.<br /> <br /> This is what you would be doing now,<br /> <br /> <i>font-weight: bold;<br /> font-style: italic;<br /> font-variant: small-caps;<br /> font-size: 1em;<br /> line-height: 1.5em;<br /> font-family: verdana,sans-serif</i><br /> <br /> The shorthand is,<br /> <br /> <i>font: bold italic small-caps 1em/1.5em verdana,sans-serif</i><br /> <br /> 2. Two classes together: There is no rule saying that attributes need to be assigned to a single class. You can assign as many classes as you want.<br /> <br /> <i><p class="text side">...</p></i><br /> <br /> 3. CSS border default value: When put...

6 Things To Know About Node.JS

6 Things To Know About Node.JS --------------------------------------------- Yesterday we say Node.js some super-fab videos ,Today we will see it's some details..   Node.js gives JavaScript coders easy access to tonnes of open source code packages. JavaScript with new tools and enhancements is flooding the horizon at a breakneck pace. Node.js, an open source runtime system invented in 2009 by Ryan Dahl is extending that reach to the server side. Node.js is becoming popular with coders everywhere and is being used to create APIs and building a new matrix of interoperability across the Internet. Joyent has been the chief sponsor of Node.js from the beginning. Node.js Offical Web-site:- http://nodejs.org/ Wikipedia Link According to www.infoworld.com, Node.js is not a JavaScript framework; several authors have written excellent frameworks specifically for Node.js, like Express.js, Restify.js, and Hapi.js. It is finding its way into Web applicat...

Useful Video Tutorials On Node.JS

Useful Video Tutorials On Node.JS  ----------------------------------------------- Node.JS, an open source runtime system, has taken the reach of JavaScript to the server side of things. Node.js is becoming popular with coders everywhere and is being used to create APIs and building a new matrix of interoperability across the Internet. Keeping the trend in mind, we present a few video tutorials that can help the enthusiasts become experts. Here Are Some Videos which may help u lot. --------------------------------------------- 1)Introduction To Node.js   2)The Callback Pattern  3)Event Emitter Pattern  4)Introducing Streams     5)Modules   6)Third Party Modules & NPM...

12 Type Of Servers And What They Do!

12 Type Of Servers And What They Do! ----------------------------------------------- 1. Real-Time Communication Servers Also known as chat servers or IRC, and sometimes known as instant messaging (IM) servers, these servers are meant to allow huge number users to exchange information instantly. 2. FTP Servers This is one of the oldest of the Internet services available. The FTP or File Transfer Protocol allows the users to securely transfer one or more files of any size between two computers. 3. Collaboration Servers In many ways, collaboration software, once called 'groupware,' demonstrates the original power of the Web. Collaboration software designed to enable users to collaborate, regardless of location, via the Internet or a corporate intranet and to work together in a virtual atmosphere. 4. List Servers List servers lets users better manage their mass mailing lists like open interactive discussions or one-way lists to deliver newslett...

Lynis Auditing Tool 1.3.5

Lynis Auditing Tool 1.3.5 ------------------------------------------ Hi friends After A long time a post as I was quite busy with my exams .. :p  Now Soon there will be flood of post... Well While Just surfing I found out an awesome tool for auditing.. Lynis Auditing Tool 1.3.5     Lynis is an auditing tool for Unix (specialists). It scans the system and available software to detect security issues. Beside security related information it will also scan for general system information, installed packages and configuration mistakes. This software aims in assisting automated auditing, software patch management, vulnerability and malware scanning of Unix based systems.     Changes: This release adds support for Mageia Linux, PCLinuxOS, Sabayon Linux, and Scientific Linux. It includes improved support for Arch Linux and initial systems support. Several tests have been extended to provide better information. Many improvements were made to the re...