hey.. friends.. here is the link to Download.. Epic - web-browser
which is the most speedy browser.. provides more easy interaction to the user and Internet.
enjoy this web-browser..
25 July 2010
18 July 2010
Basic UNIX Commands
You must first logon to a UNIX machine. The method(s) to do this vary, so check with the facility you are aton how to logon.Once logged on, these commands are essential to learn. More information about them (and other commands)can be obtained by entering man command (short for manual). For example, to obtain a manual about the command cat, you would type man cat.
cat - List a file
USAGE: cat [ -n ] file...
OPTIONS: -n display line numbers.
EXAMPLES: cat myprog.c
cat -n myprog.c
cd - Change directory
USAGE: cd [ directory ]
EXAMPLES: cd
cd mysource
NOTE: The command cd with no arguments will take you to your home directory ( i.e.
the directory you start in when you first login to the system ).
The command cd .. will take you to the directory above the one you are in.
cp - Copy a file
USAGE: cp file1 file2
cp file1 ...directory
EXAMPLE: cp myprog.c myprog.1.save
NOTE: Suppose your instructor tells you to get a copy of the file firstprog.p that is in the
directory /u/mathcs/fs/ravi. The complete command to copy this file to the directory
you are in is:
cp /u/mathcs/fs/ravi/firstprog.p firstprog.p
It is important to note that the forward slash "/" is used to specify path names.
logout - Exit unix
USAGE: logout
NOTE: Where you are returned to when you logout is depending on the method used to login
to the unix system. If you try to logout and you get an error message
“there are stopped jobs”, then type a fg command to go back to that job, then
you can properly exit the session and logout.
ls - List the contents of the current directory
USAGE: ls [ file1... ]
EXAMPLES: ls
ls *.exe (this lists only files that end with the extension .exe)
ls pkzip.* (this lists only files that begin with pkzip and has any extension)
mkdir - Create a new directory
USAGE: mkdir directory...
EXAMPLE: mkdir junkdir
more - List a long file
USAGE: more file ...
EXAMPLES: more myprog.c
more a.c b.c c.c
NOTE: You can also use this with other unix commands that involves listing data.
EXAMPLES: finger |more
cat file |more
mv - Rename or move a file
USAGE: mv file1 file2
mv file1 ... directory
EXAMPLE: mv a.out myfirst
passwd - Change login passwd
USAGE: passwd
NOTE: As you type in the passwords, the characters are not displayed on the screen.
pwd - Display the current directory
USAGE: pwd
NOTE: pwd tells you which directory you are in.
rm - Remove file(s)
USAGE: rm file...
EXAMPLE: rm myfirst.old
rmdir - Remove an empty directory
USAGE: rmdir directory ...
EXAMPLE: rmdir junkdir
NOTE: In order to remove a directory that contains files, you must first remove the files with
rm and then remove the directory with rmdir.
finger - display information about local and remote users.
USAGE: finger
NOTE: If you use this command followed by a user’s login name, it will give some information
about that’s user’s account; directory route, last time he or she logged in, etc.
USAGE: finger user...
EXAMPLE: finger stsc
who - Identifies who is currently logged on the unix machine, but displays less information than
with the “finger” command.
USAGE: who
spell - It checks your documents for spelling errors using an online dictionary.
USAGE: spell file
EXAMPLE: spell commands.txt
cat - List a file
USAGE: cat [ -n ] file...
OPTIONS: -n display line numbers.
EXAMPLES: cat myprog.c
cat -n myprog.c
cd - Change directory
USAGE: cd [ directory ]
EXAMPLES: cd
cd mysource
NOTE: The command cd with no arguments will take you to your home directory ( i.e.
the directory you start in when you first login to the system ).
The command cd .. will take you to the directory above the one you are in.
cp - Copy a file
USAGE: cp file1 file2
cp file1 ...directory
EXAMPLE: cp myprog.c myprog.1.save
NOTE: Suppose your instructor tells you to get a copy of the file firstprog.p that is in the
directory /u/mathcs/fs/ravi. The complete command to copy this file to the directory
you are in is:
cp /u/mathcs/fs/ravi/firstprog.p firstprog.p
It is important to note that the forward slash "/" is used to specify path names.
logout - Exit unix
USAGE: logout
NOTE: Where you are returned to when you logout is depending on the method used to login
to the unix system. If you try to logout and you get an error message
“there are stopped jobs”, then type a fg command to go back to that job, then
you can properly exit the session and logout.
ls - List the contents of the current directory
USAGE: ls [ file1... ]
EXAMPLES: ls
ls *.exe (this lists only files that end with the extension .exe)
ls pkzip.* (this lists only files that begin with pkzip and has any extension)
mkdir - Create a new directory
USAGE: mkdir directory...
EXAMPLE: mkdir junkdir
more - List a long file
USAGE: more file ...
EXAMPLES: more myprog.c
more a.c b.c c.c
NOTE: You can also use this with other unix commands that involves listing data.
EXAMPLES: finger |more
cat file |more
mv - Rename or move a file
USAGE: mv file1 file2
mv file1 ... directory
EXAMPLE: mv a.out myfirst
passwd - Change login passwd
USAGE: passwd
NOTE: As you type in the passwords, the characters are not displayed on the screen.
pwd - Display the current directory
USAGE: pwd
NOTE: pwd tells you which directory you are in.
rm - Remove file(s)
USAGE: rm file...
EXAMPLE: rm myfirst.old
rmdir - Remove an empty directory
USAGE: rmdir directory ...
EXAMPLE: rmdir junkdir
NOTE: In order to remove a directory that contains files, you must first remove the files with
rm and then remove the directory with rmdir.
finger - display information about local and remote users.
USAGE: finger
NOTE: If you use this command followed by a user’s login name, it will give some information
about that’s user’s account; directory route, last time he or she logged in, etc.
USAGE: finger user...
EXAMPLE: finger stsc
who - Identifies who is currently logged on the unix machine, but displays less information than
with the “finger” command.
USAGE: who
spell - It checks your documents for spelling errors using an online dictionary.
USAGE: spell file
EXAMPLE: spell commands.txt
13 July 2010
Ubuntu Inside Windows... Portable Ubuntu
hey.. friends.. i have found one latest portable version of Ubuntu...
which can be runs inside windows... so.. you don't have to Restart your pc and switch from Windows to Ubuntu..
with the use of this "Portable Ubuntu" u can run any Ubuntu applications (Terminal/Shell, Firefox, etc)..
for more information about use..
portable-ubuntu-runs-ubuntu-inside-windows
you can directly download from here.... Download Portable Ubuntu (438 MB)
which can be runs inside windows... so.. you don't have to Restart your pc and switch from Windows to Ubuntu..
with the use of this "Portable Ubuntu" u can run any Ubuntu applications (Terminal/Shell, Firefox, etc)..
for more information about use..
portable-ubuntu-runs-ubuntu-inside-windows
you can directly download from here.... Download Portable Ubuntu (438 MB)
11 July 2010
Linux Shell on windows platform (Supports only Basic Commands)
Download
kvGroup_LINUX Shell on Windows (BASIC LINUX COMMANDS).exe (19 MB)
*This version Supports only Basic Linux commands... it doesn't provide facility to ShellScript.. it doesn't provide VI Editor..
kvGroup_LINUX Shell on Windows (BASIC LINUX COMMANDS).exe (19 MB)
*This version Supports only Basic Linux commands... it doesn't provide facility to ShellScript.. it doesn't provide VI Editor..
Labels:
Downloads
,
Linux
,
Linux Shell
,
Softwares
,
unix
Redhat Linux Shell FULL version (Windows Platform)
this is the full version... you need to download only this... and then install it...
kvGroup_RedHat_on Windows.exe
===========================
Installation Steps.....
===========================
1. After download this kvGroup_RedHat_on Windows.exe (119 MB) >> Extranct to your HDD
2. Then run rhsetup.exe and click on Next button
3. Then Select 3rd option i.e. Install From Local Directory.
4. Then write the root directory location to where you want to install Linux Shell. then click on Next button.
5. Then brows Local Package directory where you extract thiese installation files.
6. then select option "Curr" for most Recommonded packages installation... and click on Next button.
7. After all Extractation and installation completed run... "Cygwin.bat" file from your root directory (set in Step#4)
kvGroup_RedHat_on Windows.exe
===========================
Installation Steps.....
===========================
1. After download this kvGroup_RedHat_on Windows.exe (119 MB) >> Extranct to your HDD
2. Then run rhsetup.exe and click on Next button
3. Then Select 3rd option i.e. Install From Local Directory.
4. Then write the root directory location to where you want to install Linux Shell. then click on Next button.
5. Then brows Local Package directory where you extract thiese installation files.
6. then select option "Curr" for most Recommonded packages installation... and click on Next button.
7. After all Extractation and installation completed run... "Cygwin.bat" file from your root directory (set in Step#4)
Labels:
Downloads
,
Linux
,
Linux Shell
,
MCA
,
Softwares
Install Redhat LINUX Shell on Windows platform
here is the link to Download Redhat LINUX Shell....
this version also includes VI editor to write shell scripts...
===========================
Installation Steps.....
===========================
1. After download this rhsetup.exe (1.5MB) run it.
2. Then click on next button
3. Then Select 1st option i.e. Install From Internet.
4. Then write the root directory location to where you want to install Linux Shell. then click on Next button.
5. Then write Local Package directory to store downloaded files.
6. Then select your Internet connection type.
7. After some time it will show you Avilable download sites...
8. click on Next button in will find packages to install
9. then select option "Curr" for most Recommonded packages installation... and click on Next button.
10. After all downloads and installation completed run... "Cygwin.bat" file from your root directory (set in Step#4)
cheer$$$$$...!!!!!
you have done installation... now Njoy the Linux commands on your windows platform....
(soooon we will uploads full version of this Application i.e. 115MB)...
this version also includes VI editor to write shell scripts...
===========================
Installation Steps.....
===========================
1. After download this rhsetup.exe (1.5MB) run it.
2. Then click on next button
3. Then Select 1st option i.e. Install From Internet.
4. Then write the root directory location to where you want to install Linux Shell. then click on Next button.
5. Then write Local Package directory to store downloaded files.
6. Then select your Internet connection type.
7. After some time it will show you Avilable download sites...
8. click on Next button in will find packages to install
9. then select option "Curr" for most Recommonded packages installation... and click on Next button.
10. After all downloads and installation completed run... "Cygwin.bat" file from your root directory (set in Step#4)
cheer$$$$$...!!!!!
you have done installation... now Njoy the Linux commands on your windows platform....
(soooon we will uploads full version of this Application i.e. 115MB)...
Labels:
Downloads
,
Linux
,
Linux Shell
,
MCA
,
Softwares
10 July 2010
05 July 2010
DoCoMo : Balance Transfer Trick
hi frnds....
i've one trick to transfer balance from one DoCoMo Mobile to another DoCoMo mobile...
you have to just send one SMS with following syntex:
Mobile_Num = is the 10 digit Mobile number to which you want to transfer balance.
Amount= is the numeric amount to be transfer.. it must be >= 5.. (i.e. you cant transfer
less than 5 rs.)
send this message to 54321
BT 9033143060 50
Send This Message to 54321
NOTE:
will be deducted from sender account... and 50.Rs will get recipient.
PLEASE DON'T TELL THIS TRICK TO DOCOMO CUSTOMER CARE... OTHERWISE THEY WILL STOP THIS FACILITY...
Subscribe to:
Posts
(
Atom
)
Popular Posts
-
RS Agarwal quantitative aptitude pdf free download RS Agarwal book for Quantitative Aptitude is one of the best books for Competitive Exa...
-
Hello friends, Here is the link to download e-book of " JAVA The Complete Reference - 7th " edition by Herbert Schildt ...
-
Download VTU MCA Old question papers for third Semester. Download System Software (SS) Question papers Download Computer Networks (CN) ...
-
Facebook: Today we're hosting f8, our developer conference, to connect with the community and share where we're headed. F...
-
Hello friends, Today I'm sharing all LAB Programs of Web Programming, Following is the list of all problems: 1. Develop and demons...
-
Hey friends, Now you can DOWNLOAD Syllabus of MCA (VTU- Visvesvaraya Technological University)
-
Download Old Question Papers of VTU MCA Semester 4 [Download SE - Software Engineering Question Papers] [Download Web Programming Q...
-
Hello, We have created this page For requesting EBooks. We will try to fulfill your request as fast as we can. P.S: While Requesting An ...
-
Despite the tumor-shrinking medical miracle that has bought her a few years, Hazel has never been anything but terminal, her final chap...
-
S.R. Number Sub. Download Link 1 VNSGU - BCA Old Exam Papers Download