Forum     

Go Back   Digit Technology Discussion Forum > Community > Tutorials
Register FAQ Calendar Mark Forums Read

Tutorials This section offers tutorials and How to's on just about anything related to computers and IT. Note: All tutorials are courtesy the posters and not verified by Digit


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 09-04-2005, 06:56 PM   #1 (permalink)
Walking, since 2004.
 
mail2and's Avatar
 
Join Date: Apr 2004
Location: London, UK
Posts: 926
Default [guide] Linux Lingo


Thisz my article for ngage mag of the TOI group.. so pls don't mind the simple lang used....

Quote:
So you’ve just installed a new distro of linux and are confused with some terminal commands? You don’t know how to install applications? You can’t access your windows partitions? You can unzip or untar your compressed files? Don’t worry! We are here to help you…

ACCESSING YOUR WINDOWS PARTITIONS ON LINUX

A very nice feature on linux distros is the support for windows partitions. This helps you to save or open you existing files without having to boot into windows. But, linux names the partitions as hda1, hdb3, hda5 etc. Normally your C: is hda1, your D: is hda5, your E: is hda6 and so on. In most modern distros, the partitions are mounted automatically. But in some Red Hat based distros like Fedora Core, you need to mount the partitions manually…

First create a folder in /mnt say ‘Cdrive’. Suppose you have a Fat 32 partition and you want to mount C:. Then the command you need to type in terminal(linux equivalent of Dos-prompt) is:

mount –t vfat /dev/hda1 /mnt/Cdrive

UNDERSTANDING FILE TYPES

This is another very important aspect of linux. Different distros have support for different file types. Red hat based distros support .rpm files while debian based distros support the .deb extension. All the distros support tarballs(.tar and .tar.gz file types).

INSTALLING APPLICATIONS

Installing an application can be a tricky job in linux. While .deb and .rpm files can be installed automatically, the tarballs have to be manually compiled and installed.

Suppose you have a .tar file say ‘nvidia.tar’

First create a folder in /home say ‘folder’ and move the file to the folder

Now, un-tar the file in the folder using the command ‘tar –xvzf nvidia.tar’

After un-compressing its time to compile and install the file:

1. Type ./configure and press enter
2. If its successful, type make all
3. Then install it using the command make install

Now you can access your program from ‘/usr/local/bin’ or refer to the README file to know where it is installed.
__________________
Mumbai, I miss you. :(

Last edited by mail2and; 14-07-2009 at 08:14 PM.
mail2and is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 11-04-2005, 12:04 AM   #2 (permalink)
In The Zone
 
cool_dude_prav's Avatar
 
Join Date: Sep 2004
Location: Chennai
Posts: 353
Default

Hey there...

Fine tutorial...

But don't the hard-core Linux-users prefer to mount their FAT and NTFS(mount -t ntfs /dev/hda2 /mnt/Ddrive) on the /media directory?

Just a possible diff in opinion... :-p

BTW i first rushed in coz I thot this had Linux Lingos and not tutorials..

If you got the word wrong, plz correct it..

Coz Lingo = Commonly used word by a certain gruop of ppl... Source

Well.. not to get others dissappointed...

Linux Lingos - the real ones..

Distro = Distribution aka Flavour
Live CD = CD which can be used to actually feel the OS before installing...

More coming soon...
__________________
The Bloglines of an Angry Indian -
www.angry-indian.com

If only life were as easy as Ctrl+Z (undo) and F4/Ctrl+Y (redo)...
cool_dude_prav is offline  
Old 11-04-2005, 01:27 PM   #3 (permalink)
Alpha Geek
 
Maverick340's Avatar
 
Join Date: Mar 2004
Posts: 635
Default Re: [guide] Linux Lingo

Quote:
Originally Posted by mail2and
1. Type ./configure and press enter
2. If its successful, type make all
3. Then install it using the command make install

Now you can access your program from ‘/usr/local/bin’ or refer to the README file to know where it is installed.
-Anand Batra[/quote]



where dya type ./configure (is the 'dot' i mistake or actually?)
I also experiednced alot of troubles installing S/w frm the Linux section in March 05 DVD(refer to topic name Packages in open source section for more)
Is some one wud care to explai nbasics of Mandrake Linux 10.1 or gimm a link or least sugggest me a good book it would be appriciated...
__________________
You and Me forever be ...
--
PSpwned
Maverick340 is offline  
Old 11-04-2005, 03:05 PM   #4 (permalink)
Right Off the Assembly Line
 
Join Date: Feb 2005
Location: Dark side of the Moon
Posts: 10
Default

Quote:
First create a folder in /mnt say ‘Cdrive’.
Can we create "folders" in linux ? As far as I know we create directories.

Quote:
First create a folder in /home say ‘folder’ and move the file to the folder
More folders ????

Well I dont mean to criticize but in my linux users group Win$ terminology in Linux is banned. Also the Subject Linux Lingo misguides.

[edit:techno] do not post images unnessacerily
post images only relevent to the post topic
linuxg33k is offline  
Old 12-04-2005, 03:26 AM   #5 (permalink)
Walking, since 2004.
 
mail2and's Avatar
 
Join Date: Apr 2004
Location: London, UK
Posts: 926
Default

o learned sir

mebbe in your LUG this language is banned. But this was never meant for such a learned person like you. It is meant for the lesser learnt and lesser fortunate human beings who read a magazine every week.

hope this solves the issues
__________________
Mumbai, I miss you. :(
mail2and is offline  
Old 13-04-2005, 03:29 PM   #6 (permalink)
Alpha Geek
 
Maverick340's Avatar
 
Join Date: Mar 2004
Posts: 635
Default

Some one reply to my post..........
__________________
You and Me forever be ...
--
PSpwned
Maverick340 is offline  
Old 13-04-2005, 07:23 PM   #7 (permalink)
FooBar Guy
 
GNUrag's Avatar
 
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
Default

Quote:
Originally Posted by linuxg33k
Can we create "folders" in linux ? As far as I know we create directories.
directories and folders are the same thing. For that matter, Micro$oft is not entitled to use the term Windows to represent their family of operating systems, since the first WIndows software was developed by MIT Labs and called a X-Windows, X being the name of the X windowing project's name
__________________
- --
http://web.gnuer.org
GNUrag is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by chris
- by icebags
- by Tenida

Advertisement




All times are GMT +5.5. The time now is 01:33 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2