RSS
people

Exam Exam Exams are here !!

yeah It’s my exam time.

Will be back on 20th of next month ( 20th of may )

Regards

Muthusrinivasan :)

Continue reading about Exam Exam Exams are here !!

No Comments |

Create a Query in Microsoft Access to Find Duplicate Entries in a Table

Running into duplicate data in an Access Database can be quite annoying during the hectic workday, so I decided to write up a technique to help identify the duplicate records so you can manually handle them.

There are many causes for duplicate data: for instance if you have multiple users entering data simultaneously via linked tables, or you might inherit a table with duplicate data already entered.

First open the MDB (Microsoft Database) containing the table you want to check for duplicates.  Click on the Queries tab and New.

11 Create a Query in Microsoft Access to Find Duplicate Entries in a Table

This will open the New Query dialog box.  Highlight Find Duplicates Query Wizard then…

Continue reading about Create a Query in Microsoft Access to Find Duplicate Entries in a Table

No Comments |

Install Nodoka (Fedora theme) on Ubuntu

Nodoka is the new Fedora default theme for Gnome. It currently contains gtk engine, gtk theme, metacity theme and gnome meta theme .If you want to install nodoka theme in Ubuntu follow this procedure.

Preparing your System

1. Install build-essential and libgtk2.0-dev packages:

sudo apt-get install build-essential libgtk2.0-dev

.csharpcode, .csharpcode pre
{
font-size: small;
color: black;
font-family: consolas, “Courier New”, courier, monospace;
background-color: #ffffff;
/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }…

Continue reading about Install Nodoka (Fedora theme) on Ubuntu

No Comments |

Howto Crack pdf File Password

If you want to crack pdf file passwords use pdfcrack.PDFCrack is a GNU/Linux (other POSIX-compatible systems should work too) tool for recovering passwords and content from PDF-files. It is small, command line driven without external dependencies. The application is Open Source (GPL).

pdfcrack Features

Supports the standard security handler (revision 2 and 3) on all known PDF-versions

Supports cracking both owner and userpasswords

Both wordlists and bruteforcing the password is supported

Simple permutations (currently only trying first character as Upper Case)

Save/Load a running job

Simple benchmarking

Optimised search for owner-password when user-password is known

Install pdfcrack in Ubuntu

sudo aptitude install pdfcrack

This will complete the installation.

pdfcrack Syntax

pdfcrack -f…

Continue reading about Howto Crack pdf File Password

No Comments |

Five Steps to Install KDE 4.0 in Ubuntu 7.10

As a result of distributions racing to be the first to offer them, packages for the new KDE 4.0 are now available for Ubuntu 7.10. Want to try it out? Here are instruction for installing KDE 4.0 on Ubuntu 7.10, based on the Kubuntu instructions. This works even without Kubuntu installed. Note that if you have already installed an older version of KDE 4, you will need to remove it first.

  1. Open your sources.list file to add the new repository:
    gksu gedit /etc/apt/sources.list
  2. Paste this line to the end of the file:
    deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu gutsy main
  3. Save the file and close the text editor.…

Continue reading about Five Steps to Install KDE 4.0 in Ubuntu 7.10

No Comments |

Ten Tips for KDE 4.0 Beginners

    This is a list of ten tips that may help you out in getting started with KDE 4.0.

  1. Use a simple application launcher on the panel

    Traditional KDE menu

    You can switch out the new main menu for a more traditional menu. Remove the old menu from the panel: right-click on it and select Remove. Right-click on the desktop and select Add Widgets. In the Add Widgets dialog, drag and drop the Application Launcher Menu from the list to an empty space in the panel. The new menu will position itself in the left corner automatically.

  2. Install more widgets

    More widgets are available in the package extragear-plasma.

    sudo…

  3. Continue reading about Ten Tips for KDE 4.0 Beginners

    No Comments |

    Clipboard Hack

    It is true, text you last copied for pasting (copy & paste) can be stolen when you visit web sites using a combination of JavaScript and ASP (or PHP, or CGI) to write your possible sensitive data to a database on another server. Hopefully you haven’t copied a credit card number recently before surfing!

    1) Copy any text by ‘ctrl+c’

    2) Click the Link  : http://www.muthusrinivasan.110mb.com/2.html use Internet Explorer

    You will see the text you copied on the Message Box . (Check it out !!)

    Here is the script to get data presen in the clipboard :

       1:  <Script Language="JavaScript">
       2:  var content = clipboardData.getData("Text");
       3:  alert(content);
       4:  </Script>

    .csharpcode, .csharpcode pre
    {…

    Continue reading about Clipboard Hack

    No Comments |