Archive for the ‘COMPUTERS & INTERNET’ Category

Filed Under (COMPUTERS & INTERNET) by GAME on August-19-2008

I would like to introduce to you guys a something more useful and powerful which can use for the anonymous internet surfing. I received so many mails by asking how to unblock restricted websites. I explained in my previous posts about proxy sites and a…



Filed Under (COMPUTERS & INTERNET) by ?????/NiMaL on May-13-2008

This is the second part of the little notes about Luntbuild. This gives some basic installation steps of Luntbuild. For an introduction on Luntbuild refer this post.Using zip distribution (without GUI), in LinuxUsing Luntbuild installer (with GUI), in …



Filed Under (COMPUTERS & INTERNET) by ?????/NiMaL on May-6-2008

Luntbuild is a powerful build automation and management tool. Continuous Integration or nightly builds can be easily set using a clean web interface. Executed builds are well managed using functions such as search, categorization, promotion, patching, …



Filed Under (COMPUTERS & INTERNET) by ?????/NiMaL on April-27-2008

Ref: http://junit.sourceforge.net/doc/faq/faq.htm http://open.ncsu.edu/se/tutorials/junit/ API DOC What is JUnit? JUnit is a simple, open source framework to write and run repeatable tests. It is an instance of the xUnit architecture for unit testing…



Filed Under (COMPUTERS & INTERNET) by ?????/NiMaL on April-7-2008

MySQL does not support renaming a database (and prefers not to be done in the supported versions) as mentioned here. However, use of this statement could result in loss of database contents, which is why it was removed. Do not use RE…



Filed Under (COMPUTERS & INTERNET) by ?????/NiMaL on March-23-2008

This is the final part of the so called Ant series I have been writing in this blog, about Apache Ant. This is an extremely brief tutorial on JUnit. The goal is to test Ant and JUnit framework integration .The previous posts on Ant can be found h…



Filed Under (COMPUTERS & INTERNET) by ?????/NiMaL on March-7-2008

This is the fourth part of the so called Ant series I have been writing in this blog, about Apache Ant. This post is mainly about building and running a Java Swing program using Ant. The previous posts on Ant can be found here:   1. Apa…



Filed Under (COMPUTERS & INTERNET) by GAME on March-1-2008

Hi Guys, Up to now I have done few posts regarding hacking.. On this post I would like to introduce you a great tool called “Wireshark” in order to find out security vulnerabilities in your network, in other word find out hackers who accessin…



Filed Under (Ant, COMPUTERS & INTERNET) by ?????/NiMaL on February-27-2008

This is the third part of the so called Ant series I have been writing in this blog, about Apache Ant. This post is mainly about building and running a Java program using Ant. In the example I'm using here, its a Hello World program in simple …



Filed Under (Ant, COMPUTERS & INTERNET) by ?????/NiMaL on February-24-2008

As I have worked on Ant before sometime for a project and I had few of my own documents for reference, related to installing and using Apache Ant. I thought of sharing those via this blog as it might be useful to someone out there, or at-least would be…



Filed Under (Ant, COMPUTERS & INTERNET) by ?????/NiMaL on February-18-2008

This is a simple reference of my, which might be helpful to someone after installing Ant and do some playing.Use a text editor to create a file called build.xml: <?xml version="1.0"?><project name="My Project" default=&quo…



Filed Under (Author, COMPUTERS & INTERNET, EDUCATION, TECHNOLOGY) by niro on January-28-2008

Well Guys I started to study on the MCP (……



Filed Under (Ant, COMPUTERS & INTERNET) by ?????/NiMaL on January-26-2008

What is Apache Ant?Apache Ant (or simply Ant) is an XML-based build scripting language used heavily by the Open Source community. This is specially handy when it come is to automating the build process. Also Ant is infamous for its good going with Java…



Filed Under (COMPUTERS & INTERNET) by Manjula on January-26-2008

Hi Friend, In these modern age, knowlege is the wealth. We meet many persons who are expertise in many fields. They have all the knowledge about it. But not only them, others also may need that knowledge for their works. If one person work in his field…



Filed Under (COMPUTERS & INTERNET) by GAME on January-24-2008

hi guys, I just like to give you a brief idea about WMI interface. Actually it’s a kind of efficient way to access OS resources using programming modules. In another words it’s a bridge between your Windows OS and programming interface. Using WMI …



Filed Under (COMPUTERS & INTERNET) by GAME on September-20-2007

How comfortable would you be if you can read someone’s every single word that typed, including email messages, passwords, and IM conversations and so on? Definitely you may feel its really awesome, in other end you may feel its terrible if you knew som…



Filed Under (COMPUTERS & INTERNET) by GAME on June-5-2007

Hi ppl.. I was searching and working with some Cross Site Scripts (XSS) on past few weeks. So I’m interesting to give a brief idea about XSS Vulnerabilities of websites and mail accounts ..By the way,, What is XSS??? What kind of things XSS can do???X…



Filed Under (COMPUTERS & INTERNET) by GAME on April-12-2007

Hi ppl, Want to customize your GMAIL accounts? Or want to know about how its really working? Or want to change it into an effiient way? Or Want to hack together scripts to do dangerously efficient things with your mail, This book will really help you!!…



Filed Under (COMPUTERS & INTERNET) by GAME on March-27-2007

Definition- SQL injection is a technique that exploits a security vulnerability occurring in the database layer of an application. The vulnerability is present when user input is either incorrectly filtered for string literal escape characters embedded…



Filed Under (COMPUTERS & INTERNET) by GAME on March-26-2007

yoo guys do you want to block a site in your local computer? or change the localhost name? or want to give a specific name to known IP address? its simple. You can do it by editing the host file in your windows OS. So first of all what is the host file…



Filed Under (COMPUTERS & INTERNET) by GAME on March-20-2007

When you surf the Internet your unique identification number (IP number) can be detected by any Website you visit. By using an anonymous proxy to surf the web, lets you use another IP number which is provided by a server called anonymous proxy…



Filed Under (COMPUTERS & INTERNET) by GAME on March-20-2007

I got this code from http://www.hackaday.com/ and you can edit some hidden configuration files in your Firefox browser in order to speed up web browsing.If you’re using a broadband connection this will be really helpful Type “about:config” into the …



Filed Under (COMPUTERS & INTERNET) by GAME on March-20-2007

Using this code you can read Active Directory of your domain. On this code segment I have retrieved some active directory properties and set them as session variables.using System.DirectoryServices; DirectoryEntry entry = new DirectoryEntry(”LDA…



Filed Under (COMPUTERS & INTERNET) by GAME on March-16-2007

Domain Name Service (DNS) is the service used to convert human readable names of hosts to IP addresses.The Domain Name System (DNS) is basically a large database which resides on various computers and it contains the names and IP addresses of various h…