Article, Technology
No Comments #iSad
“Because the people who are crazy enough to think they can change the world, are the ones who do.”
Article, Technology
No Comments “Because the people who are crazy enough to think they can change the world, are the ones who do.”
Events, Hacking
No Comments Venue : Govt. College of Engineering, Kannur Read more »
Article, Hacking, Technology
No Comments Ever wanted to hack your friends accounts, whenever there were over your house or who evers!Or you just wanted firefox to save all your passwords without prompting you every single time! This is for you, read on!
STEPS
1.Locate nsLoginManagerPrompter.js file (Default location C:\Program Files\Mozilla Firefox\components).
2. Open the file with wordpad or notepad!
3. Press Ctrl + A on keyboard, and then press del or delete!
4. Copy and Paste all this: Read more »
Article, Mobile, Software
No Comments Remotely Control Your PC from Anywhere with Your Cell Phone! Have you ever been away from your desktop and needed some information that was on it? Have you ever needed to shutdown your computer or do something underhanded while away? In this post I am going to show you how to control your PC from your Cell Phone. There is a program called CellPC that allows you to perform operations on your home/work PC via your cell phone or wireless device quickly and easily. Imagine being able to shutdown, restart, or logoff your PC remotely… Read more »
Article, Downloads, Technology
No Comments Converting images is a necessary task in certain situations. This task becomes tedious specially when we have dozens of images which needs to be resized and converted. Photo Magician is a freeware windows application which helps us to convert images in bulk to predefined resolutions quickly. Read more »
Article, Open Source, Software, Technology
No Comments 
Yeah, you can run most of the windows programs on Linux.Wine allows you to run many Windows programs on Linux.You can download Latest version of Wine from WineHQ.org.
Installing Wine
Ubuntu versions of Wine (Recommended)
Open the Software centerType wine and install ‘wine’Newer versions of Wine (Not Recommended)
If you are using 9.10 (Karmic) or 10.04 (Lucid), the Ubuntu Wine PPA provides the newest development versions of Wine. Add the following to Software Sources: Read more »
Article, Technology, Training
3 Comments PHP for beginners – Part 2
All php script tags starts with <?php and ends with ?>
<?php
code………….
?>
no space in between <? and php
for single line print command <?= ?> can be used
for single line <? ?> can be used
Any way try to use <?php ?> Read more »
Article, Technology, Training
No Comments PHP
Why PHP ?
free and opensource , anyone can run the server , simple syntax (almost similar to C ), lot of built-in functionality Read more »
Article, Open Source, Technology
No Comments To find working directory
root@randomlogics:~$ pwd/home/workspwd : Print Working DirectoryThis will print the current working directory.Read more »