Monday, December 19, 2011

Starting / Stopping IIS service in windows

Sometimes , If you want to run Apache server , you may want to stop Windows IIS server .  To do that ,
Go to Control Panel -> Administrative tools -> Services .
Right click World Wide Web Publishing Servie -> Properties



Then select Stop.

Wednesday, November 02, 2011

TELNET USING VB

To telnet your server and to execute whatever your commands on server , you can just make a VB script as follows.

Thursday, August 04, 2011

Compressing or Decompressing of Javscript Code

If the javscript code is huge in size, it will affect the loading time of your website. So you can compress the javscript code inorder to
  • transmit JavaScript faster,
  • Reduce the number of HTTP requests etc.

How to Compress Javascript code ?

Use Packer.

Wednesday, August 03, 2011

How to post Google + updates into facebook wall

How to post your google plus posts into facebook wall?

UPDATED ON 13th November 2012
Use Facebook App RSS Graffiti.

One or more activex controls could not be displayed error in Windows

ERROR !

One or more ActiveX controls could not be displayed because either: 1) Your current security settings prohibit running ActiveX controls on this page, or 2) You have blocked a publisher of one of the controls. As a result, the page may not display correctly.

How to solve One or more activex controls could not be displayed error ?

Sunday, July 31, 2011

Top 100 People on Google Plus

Google unveiled its new social networking site Google+ , aimed at making online sharing selective and more like real life.

Who is the Top Person on Google+?

It is Mark zuckerBerg! Who would gues that ?
The founders of Google Larry Page and Sergey Brin are embarrassingly at positions two and three.

Top 100 Users on Google Plus

Changing the favicon in blogger

It very easy to change the favicons in blogger now.

What is favicons?

Saturday, July 30, 2011

Portfolio Manager plugin for Wordpress

WP-Portfolio is one coolest portfolio manager plugin in Wordpress. If you are a web designer or Search Engine Optimization geek, then probably you may have a lot of websites to be listed in your website. Then WP-Portfolio is your friend.

Installation and Configuring

Step 1: Installing

Either you can download WP-Portfolio plugin from here and upload it to wp-content/plugin or you can directly download it by searchin for it.

Adding Widget area in a wordpress theme

Its very easy and a few steps required to add a widget area to your Wordpress theme.

Step 1: Register your widget
In your functions.php add register_sidebar() function.

Friday, July 29, 2011

Programming language Syntax highlighter in Javascript

Syntax highlighter is a fully functional code syntax highlighter written in Javascript by Alex Gorbatchev ( Syntax highlighting is the feature where the source code written in different programming languages are displayed in different colours and fonts according to the grouping in that language.
Example: Syntax highlighting for a javascript code:

Monday, July 25, 2011

Screen shot of Website in firefox

Screengrab addon in Firefox help you to take a screen shot of the website - either the entire screen , or current view or the selected area.



Install the addon

Addon Webpage: http://www.screengrab.org/

Google Plus Profile Badge widget for Wordpress

A cool , simple sidebar widget for Google Plus profile badge ..



How to add Google plus profile badge in Wordpress Widget area ?

  1. Download googlecards.zip and unzip
  2. Upload the unzipped googlecards folder to the '/wp-content/plugins/' directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Go to the ‘Widgets’ menu in WordPress and add the widget to your sidebar.
  5. Choose a title for the widget and input your google+ id. (You can find your google+ id by going to your profile, it is the 21 digit number e.g. plus.google.com/YOUR_ID_IS_HERE)

Using GREP command in Terminal to search the entire directory

GREP command is one of most usefull commands in linux terminal.

Searching entire directory

To search a string in all files and sub-direcotries of directory, use the -nr option with GREP.

grep -nr "SEARCH_STRING" FOLDER 

Eg: For searching for "Hello World" in the current direcory , Use it like

grep -nr "Hello World" . 

Please do not alter or modify the footer. See our license for more info

This is the worst error i ever got while editing the footer of some free wordpress themes . So i spent some time trying to find the solution and atlast i got it . It might be helpfull to some of u.
If you just want the solution , You may skip to Solution

Wednesday, June 22, 2011

Historic Change to Internet's Domain Name System

ICANN's Board of Directors has approved a plan to usher in one of the biggest changes ever to the Internet's Domain Name System. Starting in 2013, regulators will allow websites to buy new Internet addresses that include common words or corporate brand names. Instead of the familiar website addresses that end in .com, .net, or .org, for example, there could be addresses ending in .Apple, .CBS, or .McDonalds.

More south Indian languages in Google translate

From today onwards, Google translate supports five indian languages-Tamil,Telungu,Gujarati,kannada and Bengali. In India and Bangladesh alone, more than 500 million people speak these five languages.

Indic languages differ from English in many ways, presenting several exciting challenges when developing their respective translation systems.

Tuesday, June 21, 2011

How to hide folders or files in windows and linux ?

In Windows/

Here you have two methods.
  1. "hidden" attibute
  2. Right click on the file or folder. Go to "Properties". In the "General" tab, you can tick mark the "Hidden" in the "Attributes". And the folder or file will be hidden from the users. Also Go to My computer-> Tools(In windows 7, press ALT)->Folder Options. There change the option to "Do not show hidden files".
  3. Command line
  4. This method is better than above. Take command line prompt in windows in administrator mode. then locate your folder , say i want to hide the D:\Pictures\family folder. for that type following command and press ENTER.
    attrib +s +h D:\Pictures\family
    If you want to make it visible again , type the following
    attrib -s -h D:\Pictures\family

In (Ubuntu) linux

In ubuntu, any file or folder name starting with a fullstop/period "." will be hidden by default. For example the folder .music will be hidden. So rename your file or folder such that add a fullstop at the starting. Done !

How to troubleshoot the "NTLDR is Missing" error message in windows XP

When you start your Windows XP based computer, you may receive the following error message:
NTLDR is missing
Press ALT+CTRL+DEL to restart 

Why this problem?

This problem occurs if one or more of the following Windows boot files are missing or damaged:
  • ntldr
  • ntdetect.com
  • boot.ini

How to solve?

  1. Insert the Windows bootable CD/DVD or flash drive
  2. Boot the computer from it
  3. At the Welcome to Setup screen, press R to repair the Windows XP installation.
  4. Now you can see the lis of windows installations . Type the number that corresponds to the Windows installation that you want to repair, and then press ENTER. For example, type 1, and then press ENTER
  5. Type the Administrator password(if you dont have any passowrd,leave it blank), and then press ENTER.
  6. Type map, and then press ENTER. Note the drive letter that is assigned to the CD-ROM drive that contains the Windows XP CD-ROM. Let it be E:\ (This may be different in your computer)
  7. Type the following commands, pressing ENTER after you type each one. E:\ in the following commands is the CD-ROM drive letter obtained from step 6.
    • copy E:\i386\ntldr C:\
    • copy E:\i386\ntdetect.com C:\
  8. Type exit and press ENTER. Then computer restarts.. Done!

Monday, June 20, 2011

Cooperative Linux

What is Cooperative Linux ?


For layman, Cooperative Linux means software which allows Microsoft Windows and the Linux kernel to run simultaneously in parallel on the same machine.

Technically, Cooperative Linux is a port of the Linux kernel that allows it to run as an unprivileged lightweight virtual machine in kernel mode , on top of another OS kernel .


It allows Linux to run under any operating system that supports loading drivers , such as Windows or Linux, after minimal porting efforts . An alternative to using a Linux PC is a free license of Cooperative Linux (coLinux).This Linux project is a new approach to getting the Linux kernel to run under Windows. CoLinux contains special Windows drivers, which allow it to run under Windows as a guest operating system with all privileges .

Sunday, June 19, 2011

Changing BSNL router configurations (Passwords / DNS etc)

If you are using BSNL as your ISP, you can configure and change the settings of your router by a web inteface.

In your web browser(firefox, google chrome etc), type 192.168.1.1 in the address bar . It asks for username and password. Default username and password provided by BSNL is "admin" and 'admin' respectively. After your first login, change the password.

Once you login, you have four menu items.
  1. Device Info:
  2. Here, you get all the informations about your network, WAN , LAN , IP addresses, DNS address etc.
  3.  Advanced setup
  4. Here, you can change the settings of LAN , WAN , etc
  5. Diagonostics
  6. Management
  7. Here you have system logs, back up features , internet time synch and changing access passwords of the router etc. 

How to change BSNL router password?

 IMPORTANT: Change your router password as soon as you login for the first time itself.Otherwise, attackers can easily access your networks. For eg: someone else can change your WiFi settings so that it can be accessed by public.

For changing , first of all go to 192.168.1.1 in your web browser(like Internet Explorer, Firefox, Google Chrome etc) and give default username and password both as "admin". Go to "Management"->"Access control"->"passwords". Select user as "admin" and type your old and new password and then "save&reboot". Done!

How to change DNS server addresses of your router ?

Login to 192.168.1.1 . Then go to "Advanced setup" ->"DNS"->"DNS Server". If you want to add DNS server other than that used by BSNL, untick " Enable Automatic Assigned DNS" and add your primary and secondary DNS server address. You can use OpenDNS server addresses ie 208.67.222.222 and 208.67.220.220.(Why?)

Web content filtering with OpenDNS

Are you searching for a tool that will restrict your children or students from accessing unwanted websites? Are you in search of an easy tool to manage your networks web activites ? Then ,OpenDNS is the tool for you..!

How to set up?

First of all, change your router settings to use openDNS as your DNS servers. That is, change your DNS address as 208.67.222.222 and 208.67.220.220. Dont know how to change DNS address of your router ?

Now create an account in www.opendns.com if you dont have one. Once you register, login to your openDNS dashboard. Now , go to "create a network" option in the dashboard. You can create networks as many as needed for your purposes. For example, for maintaining your home network ,create a network named "HOME" and for your office maintanence purposes , you can create a "OFFICE" network.

While creating networks, they will ask the IP address of your router. If you are using static IP, you can give that IP directly. But if you are using dynamic IP, you have to update the IP each time you have a new IP. You can do that manually(oops!) or you can use client softwares which will automatically updates your IP address once you get a new IP(:-) cool). You can download that softwares here(for windows,for mac).

So you have set up the your networks and now you are using openDNS. Now the important step comes..Content Filtering

Content Filtering

Go to "Settings" tab of your dashboard and choose the network for which you are going filter contents. Now in "Web Content Filtering" tab, you have different levels of web filters High,Moderate,Low,None and Customize. Choose one among them according to your need and give "Apply". Done! It will take about 3 minutes to get the settings active since the new rules are to be updated in all the openDNS DNS servers around the world!.

Manage individual domains

Another cool feature is that you can manage(either always block or never block) individual domains where you can make exceptions. For example, if you choose "Customize" level and you ticked "serach engines", all the search engines will be blocked. But if you want to allow "Google", you can just add a "never block" to google.com. Give it as google.com (not www.google.com) to apply this same rule for all the subdomains of google.com .

Who all are using OpenDNS?

  • OpenDNS is the number one choice for K-12 schools. More than 40,000 public and private schools and school districts around the world use openDNS to control Web content. 
  • OpenDNS is the smartest and easiest way to protect all Internet access in your home.

Support openDNS


Help about openDNS


Use OpenDNS

Wednesday, March 23, 2011

Mozilla Launches Firefox 4

Firefox 4 is available to download  for Windows, Mac OS X and Linux in more than 80 languages.


Saturday, January 22, 2011

Fossmeet 2011

FOSSMeet, an annual event on Free and Open Source Software at NIT Calicut, brings to you a gamut of talks in Free and Open Source Software (FOSS) along with a number of workshops, bofs and video conferences. The fest, the fourth largest of its kind in India, draws FOSS enthusiasts from all over India. Year after year, we expand our horizon and endeavor to ensure that innovative thoughts and ideas get every opportunity to realize their potential, release it and share it. The 2011 edition of the event is scheduled to be held from Feb 4th to 6th. Do visit our website.

The event is jointly organized by a group of professional student organizations, namely the IEEE(Institute of Electrical and Electronics Engineers) Student Branch(NIT Calicut), FOSSCell NIT Calicut and Computer Society of India (CSI) Student Chapter(NIT Calicut) in association with the Computer Science and Engineering Association, NIT Calicut.
Get yourself registered for the event !

Who will speak?

The event will include some of the finest promoters of FOSS and talented minds from the FOSS community. The speakers team will be a vastly experienced and a passionate  bunch of people who will be very keen to share their knowledge and work with students and professionals who are interested to become a part of the community.

Important talks / workshops

Praveen A            -       Debian Development Camp - workshop
Chamba Team      -      Chamba open movie work, discussions and awareness
Niyam Bhushan    -      How to Teach Yourself User-Interface Design - talk
Noufal Ibrahim      -      Git Version Control System - workshop
Sajjad and team     -      Open Mapping Party

Kartik Mistry         -      What's up with Debian (http://fossmeet.in/2011/node/38) - talk

Art Work Submission

FOSSMeet 2011 gives you a platform to present your art skills. Check out the following link...
http://fossmeet.in/wiki/Artwork_2011

Open Software Submission
The participant has to submit a free and open source software which can be either original or a modification of an existing software.

THINK FREE! CODE BETTER!
Publicity Team
FOSSMeet 2011