LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-18-2004, 08:24 AM   #1
gwava
LQ Newbie
 
Registered: Feb 2004
Distribution: RH9
Posts: 3

Rep: Reputation: 0
3 Newbie questions


hello all,
i'm a total newbie running rh9 (for just about a week) and would like to do the following...

1) what is the linux equivalent of "buttons" on the "taskbar" and "shortcuts" on the "desktop", and how do i create them?

2) should i get that redhat for dummies book to answer these kinds of questions? :-) ... well, i could just browse this forum (w/c is great!).
:-)

3) i created a separate vfat partition for me to share files between windows and rh... my machine dual boots, ha! . i played with /etc/fstab and was able to automatically mount it everytime rh starts. now is it possible to "map" the /home/myid of all users to this partition. basically, /home/me points to this share partition; /home/mywife also points to this share partition; etc...etc... is this possible?

4) the only reason i still have windows is because of adobe premier + all the video editing goodies and the videocam feature of yahoo! messenger. would you know of linux counterparts.

thanks in advance!

this is a great forum and you'll probably see my name a lot along with my questions. :-)
 
Old 02-18-2004, 08:36 AM   #2
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
1) the equivalent is "buttons" on the "taskbar" and "shortcuts" on the "desktop"
and it depends what desktop environment you use, for me to tell you how to make them
but if you are new for just about a week then i do assume that you have KDE or GNOME running, and if you do then you should already have them shortcuts and icons, so in any case, right click and make new shortcut and icons

2) no i wouldn't recommend that ... but i am sure people will recommend some good books, but i will recommend the internet and practice

3) i dont' understand what your saying here, and if someone else does then they will answer ...

4) below is a list of premiere equivalents ...
1) iMira Editing.
2) Cinelerra.
3) MainActor.
4) Broadcast 2000.
5) Lives.
6) CinePaint.
7) Heroine Virtual.

taken from the "table of equivelents" which you will find the link to it in my sig below .

Last edited by DrOzz; 02-18-2004 at 08:38 AM.
 
Old 02-18-2004, 08:38 AM   #3
tangle
Senior Member
 
Registered: Apr 2002
Location: Arbovale, WV
Distribution: Slackware
Posts: 1,761

Rep: Reputation: 78
1. I haven't run Redhat since 7.3, but you should be able to left click and drag a icon to a program, then link to for a shortcut. The RH desktop work like Windows except you single click instead of double click.

2. Skip the dummies books, I think they suck. Get yourself a copy of Redhat 9 Bible or some like that.

3. Not sure what you are asking.

4. Not sure about this. I do not use any of these features.
 
Old 02-18-2004, 11:02 AM   #4
gwava
LQ Newbie
 
Registered: Feb 2004
Distribution: RH9
Posts: 3

Original Poster
Rep: Reputation: 0
thanks all for the quick replies...

rh installed gnome i guess because it's its default. about the shortcuts, maybe
i'm just missing something. i believe i tried dragging, right-clicking and all.
like one of you said, i just need to practice.

actually, the more i think about question #3, the more i think it's probably not
possible. what i would like to have basically is something like what i have in windows
(pardon the analogy) where my wife and i share the same "My Documents" folder. yes,
we're open about everything. haha!

thanks for that list on video-editing software for linux. i hope to get to them
soon. i have yet to even learn how to install programs. haha! :-D

thanks all!
 
Old 02-18-2004, 03:30 PM   #5
Genesee
Member
 
Registered: Dec 2002
Distribution: Slackware
Posts: 927

Rep: Reputation: 30
perhaps I'm misunderstanding something - but a mountpoint appears to the user as just another directory - ie, if you have /mnt/windoze, any user could access it just as they could any other directory provided permissions were set properly

the RH docs have a very simple guide to permissions:

http://www.redhat.com/docs/manuals/l...ownership.html

and browse around in the 'docs' section of their site regarding your question #2. also check out these great sources:

http://www.tagmeme.com/rute/rute.html
http://linux-newbie.sunsite.dk/index.html
http://www.dsl.org/cookbook/

good luck

 
Old 02-20-2004, 10:54 AM   #6
guygriffiths
Member
 
Registered: Jun 2003
Location: Reading, UK
Distribution: Debian 3.0, LFS
Posts: 524

Rep: Reputation: 37
3. If you want the same home directories, you could just use the same username. I wouldn't recommend you use a FAT32 directory as your home directory because you're bound to get permission problems somewhere along the line. I would recommend something like this in your fstab:
Code:
/dev/hdb1     /mnt/fat   vfat     umask=000,rw    0     0
and then to symlink this directory to a location in everyone's home dirs. Something like this will do it for one user:
Code:
ln -s /mnt/fat ~/data
Make sure you do that when logged in as that user. If you are root, this will work:
Code:
ln -s /mnt/fat /home/username/data
chown username:usergroup /home/username/data
Where usergroup is the primary group of the user (probably the same as the username, especially if you selected the rh defaults)
Then you will be able to share the directory, whilst keeping all of your own settings (eg look and feel of the desktop etc.). Plus you can use all of the documents in windows.
 
Old 02-20-2004, 10:03 PM   #7
gwava
LQ Newbie
 
Registered: Feb 2004
Distribution: RH9
Posts: 3

Original Poster
Rep: Reputation: 0
umask=000 worked!!! thanks all!
i think i'll stick with just having it as a mounted partition.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Help the newbie...:D Got some questions... desperate_penguin Linux - Software 8 11-22-2005 07:34 AM
3 newbie questions Bry Linux - Newbie 13 02-22-2005 05:09 AM
Some newbie questions... koswo Linux - Newbie 7 02-04-2004 10:34 PM
Newbie questions ashley75 Linux - General 2 09-15-2003 12:59 PM
Newbie Questions Bucolic Buffalo Linux - Newbie 4 01-08-2003 08:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration