Search Results for led

LED Driver using 7805 and LM317

LED Driver using 7805 The 7805 can be converted into a content-current device by connecting a resistor as shown below.   As the 12v rises from 0v, the 7805 starts to work and when the input voltage is 4v, the…

Distributed testing in Jmeter

You have reached the limit of one machine while doing your load testing and now want to distribute your load from different machines. In Jmeter it is commonly called as distributed load testing or remote testing. Distributed testing or remote…

SQL Injection

SQL injection is a technique often used to attack data driven applications. This is done by including portions of SQL statements in an entry field in an attempt to get the website to pass a newly formed SQL command to…

Security testing tips

This post is in continuation of my earlier post on security testing.  Before I move into details of security testing here are few tips for beginners and some browser add-on that can help in security testing.   Security testing tips:-…

Share Files in Linux

How to Share files in Linux? In order to share files in Linux, you need to have following installed in your system. samba samba-common If it is not installed, first install it. To Install: sudo apt-get install samba Once the…

Basic MP3 Player – Sangeeth Player

Here is a very basic MP3 Player called as “Sangeeth Player”. You can download and start using. No installation required. https://sites.google.com/site/techservicesbiz/upload-file/MyPlayer.zip?attredirects=0&d=1 This was coded longtime back on spare time. I am now trying to improve it. Your feedback will help…