Monday, December 30, 2013

Extending Time limit to pick an OS in the GRUB Menu


Every one of my friend might be some inconvenient about the time they missed for choosing an OS in the GRUB menu. So not to worry friends, i have some simple steps to be followed for changing the time limit that we hate.



Thursday, December 26, 2013

Client-Server Socket Programming in Java


Hey geeks, today I would like to share about some networking concepts like socket programming in Java. We will see how to communicate between Server and Clients using core Java programming. Socket programming can be done in many langauges, basically it's done in C programming because C is a system programming langauge but in Java it's quite easier then the C programming. We can say, the magic in socket programming is that it's not necessary that your Server and Client both should be written in same langauges, it can be possible to write Server code in C programming and Client in Java programming and vice-versa. But there should be proper sycncronization and it's depends on the logic of programmer who is concern with the Application he/she is doing. Here I am considering that you guys have the basic knowledge of Socket programming and the methods used in it.

Wednesday, December 25, 2013

Getting Android 4.3 on Samsung Galaxy S2 GT-i9100 -- Part 2

Part 2 - Flashing Custom ROM

Galaxy S2 GT-i9100



Now, for the Part 2 of getting Android 4.3 Jellybean on our device.
If you are reading this post, make sure you have read my previous post here. Once you have completed the steps provided in the previous post, you can proceed to the steps provided by me here to get Android 4.3 on your device. If you use the WiFi Direct feature of the Samsung phone very much, you might well be missing it as it's buggy currently in this ROM.

Sunday, December 22, 2013

PHP: if, elseif, and switch case statement

Hi friends today we will see if statements, elseif statement and switch case in PHP. First of all we will have a look at if statement,

How to Create a Basic Java Applet in Eclipse

Creating an Applet in eclipse does not need any HTML code in extra. Eclipse serves for this type of services to create and play a applet in eclipse.
To create an Applet we basically need two packages i.e.
java.applet.*; 
java.awt.*;
This above packages are imported into the Program.

Wednesday, December 11, 2013

Wireshark: One Of The Best Open-Source Packet Analyzer

Wireshark is a free and open-source packet analyzer. It is used for network troubleshooting, analysis, software and communications protocol development, and education. It is the network analysis tool which is called as “Ethereal”. Wireshark captures packets in real time and displays them in human-readable format. Wireshark includes filters, color-coding and other features that let you dig deep into network traffic and inspect individual packets.


Fig1: Logo Of Wireshark

Tuesday, December 10, 2013

MAKE YOUR BOOT-UP FASTER


Hello geeks, I am back with new ideas and concepts. Today I would like to share my own personal experience . While working on my college PC, one of my friend asked me that Linux is faster for working but whenever we start up our PC it's takes more time to boot up. Is any solution for it? I too was facing the same thing. So I found the solution for it. Linux takes time for booting just because it checks all the services installed in our Operating System. In fact many time we don't need all those services all the time, so better is to disable those unnecessary services.

Sunday, December 8, 2013

Changing Logo Of Ubuntu Based Os On Startup


Hi, friends it is seen that we have many distributions of Linux Os which can be identified by their logo. If we want, our logo to appear on the screen on startup there are simple steps that has to be followed.

Thursday, December 5, 2013

How to Construct Wordpress Structure



                           How to Construct Wordpress structure using NetBean IDE php. Wordpress is a OpenSource Tool for Creating, Designing, and Maintaining a Web template i.e. a website.


As Wordpress is OpenSource so it is freely Available and you can Download it from it's Official Site.


We can Use NetBean IDE for this purpose. NetBean IDE enables us to play with lot many designing tools and application generation languages.