LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > MEPIS
User Name
Password
MEPIS This forum is for the discussion of MEPIS Linux.

Notices


Reply
  Search this Thread
Old 11-14-2005, 02:21 PM   #1
lukeprog
Member
 
Registered: Oct 2005
Posts: 92

Rep: Reputation: 15
MEPIS rules, but... a few newbie questions


MEPIS is great, and has finally convinced me that Linux is ready for my desktop use. There are several issues I must resolve before I'll totally abandon my main Windows PC, but I'm excited to dump Microsoft altogether.

I'm studying for the Linux+ exam, learning the KDE GUI, along with Linux apps like OpenOffice, Scribus, K-apps like KUser & Desktop Sharing, etc. Most of my issues probably aren't MEPIS-specific, but I'll post them here in case some of them are.

1. In KDE, how can I map my keyboard's Windows key to the K menu, so it works like the Windows Start menu?
2. In MEPIS, why do AudioCDs and dataCDs mount to different locations? How can I change this so that all media in my only DVD/CD drive mounts to a static location (as it would in Windows)?
3. GIMP's interface is terrible. Is there a powerful image editing software for Linux that is more Photoshop-esque?
4. What are some great sites for the best (biggest?) Linux games?
5. I don't like any media players that come with MEPIS. I'll try VLC for video (I use the Debian GNU/Linux install, right?). Is there an audio player for Linux that comes with a good media library and interface like Winamp or foobar2000? Or maybe I just need to tweak xmms skins & prefs and find plugins for a media library.
6. Is there any way to have MEPIS automatically unmount media when I physically remove it (for example, when I hit the EJECT button on my DVD drive)? Right now I have to unmount it first and then hit EJECT, or the EJECT button doesn't work.
7. Spaces in my fillenames make them look pretty. :-) How do I manipulate filenames with spaces in bash? For example, I tried cat > test document.txt and that didn't work, and of course cat > test%20document.txt created a file named test%20document.txt. If I'm using spaces, do I have to limit myself to GUI tool manipulation?

My biggest issue with MEPIS, though, is that I can't get SAMBA to communicate with my WinXP machine, which is connected to my WinXP machine (which has the dialup connection) through a hub. The physical connections are fine, but neither PC recognizes the other. SAMBA and WinXP are using workgroup MSHOME. How do I set this up? Ideally, I'd like to not only browse shares but use WinXP's dialup connection on MEPIS through the home network.

Anyhoo, thanks for everyone willing to help, and for those who spend so much time supporting and propagating Linux!
 
Old 11-14-2005, 03:56 PM   #2
mos
Member
 
Registered: May 2005
Location: Orlando, Fl
Distribution: ArchLinux (Can use any distro though)
Posts: 231

Rep: Reputation: 30
1. couldnt tell you, dont use kde
2. In Linux an AudioCD, because of its format doesnt get mounted at all
3. no, you do learn to love gimp after a while but you just gotta play with it.
4. http://happypenguin.org
5. try amarok or rythmbox, neither are like foobar/winamp but you do get used to them. (amarok looks kinda like itunes)
6. no, this is to prevent "stupid user errors" of unmounting a device that is in use by some application
7. most special characters (including spaces) require you to put a slash \ before the character, so your command would be cat > test\ document.txt
 
Old 11-14-2005, 05:35 PM   #3
lukeprog
Member
 
Registered: Oct 2005
Posts: 92

Original Poster
Rep: Reputation: 15
Thanks, mos. Where might I read more about why an AudioCD isn't mounted the same, and what the ramifications of that is for system use? And... can't I search by category or rating at happypenguin?
 
Old 11-14-2005, 07:13 PM   #4
mos
Member
 
Registered: May 2005
Location: Orlando, Fl
Distribution: ArchLinux (Can use any distro though)
Posts: 231

Rep: Reputation: 30
I couldnt tell you about the AudioCD mounting, however (and I dont know if MEPIS supports this or not) you can use cdfs in your fstab to allow it to mount where you want it to, and browse it.

As for happypenguin, go up to the top left corner and in that little box click on advanced search.
 
Old 11-14-2005, 08:56 PM   #5
phobozad
LQ Newbie
 
Registered: Jan 2005
Distribution: Fedora Core 3
Posts: 19

Rep: Reputation: 1
#6:
Code:
echo 0 > /proc/sys/dev/cdrom/lock

Last edited by phobozad; 11-14-2005 at 08:59 PM.
 
Old 11-14-2005, 09:18 PM   #6
lukeprog
Member
 
Registered: Oct 2005
Posts: 92

Original Poster
Rep: Reputation: 15
phobozad: before I type that as root, um... what exactly does it do?
 
Old 11-14-2005, 09:25 PM   #7
mos
Member
 
Registered: May 2005
Location: Orlando, Fl
Distribution: ArchLinux (Can use any distro though)
Posts: 231

Rep: Reputation: 30
if you use that command, it will tell eject to attempt to unmount first. if you have applications accessing it it still will not unmount though.
 
Old 11-14-2005, 09:46 PM   #8
lukeprog
Member
 
Registered: Oct 2005
Posts: 92

Original Poster
Rep: Reputation: 15
Nice, that's cool!

Anybody got any suggestions re: SAMBA? Or should I post that to a SAMBA forum somewhere?
 
Old 11-14-2005, 10:08 PM   #9
mos
Member
 
Registered: May 2005
Location: Orlando, Fl
Distribution: ArchLinux (Can use any distro though)
Posts: 231

Rep: Reputation: 30
samba is a horrible PITA and honestly I dont entirely know what im doing with samba since I dont have any windows comps and just run a local ftp server. Someone will come along who knows more about it.
 
Old 11-14-2005, 11:16 PM   #10
lefty.crupps
Member
 
Registered: Apr 2005
Location: Minneap USA
Distribution: Debian, Mepis, Sidux
Posts: 470

Rep: Reputation: 32
i think that for file names with spaces you can put a single set of 'apostrophies' around the name:

cd /home/user/'test directory'
will move you into that directory. works for file names too.

i like juk for audio and mplayer for video, although kaffiene for vid is OK. juk is very similar to amarok but i feel that it is much less prone to database-type errors.

welcome.
 
Old 12-02-2005, 09:08 AM   #11
archtoad6
Senior Member
 
Registered: Oct 2004
Location: Houston, TX (usa)
Distribution: MEPIS, Debian, Knoppix,
Posts: 4,727
Blog Entries: 15

Rep: Reputation: 234Reputation: 234Reputation: 234
1. I don't think you can, because KDE seems to treat the Win (logo) key as a pure modifier key. "Winders", on the other hand, uses it as both a modifier (Win+<some_key>) & an action key -- press it & on release your main menu appears.

If you, like me, want to make your Win key useful in KDE, open the Control Center & go to "Regional & Accessibility" > "Keyboard Shortcuts". Change the "Current Scheme" to "KDE Default for 4 Modifier Keys". "Win+Menu" should now open the K menu. If not, go down the list of shortcuts to "Panel, Popup Launch Menu" & customize away.


3. The GIMP is different, not worse; to paraphrase a line from someone else's sig block, "You don't love Photoshop, you're just suffering from Stockholm Syndrome."

Here are some articles a friend wrote:
http://www.google.com/search?q=site%...od&btnG=Search


4. Frozen Bubble & KMahjongg are all you need .


6. It's the Linux way, granted it can be a PITA at times, but on the whole it protects your mounted writable filesystems from getting trashed. Note that "Winders" is making you unmount USB flash drives before removing them -- for the same reasons.


7. The quotes trick should solve your space problem; however you might want to try to adopt Unix/Linux habits and use underscores instead. I even have a little script that will "clean up" a whole directory at once. Very convenient when importing files named on an M$ box.
 
  


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
Questions about Mepis M O L8ingN2dust MEPIS 8 12-31-2005 10:08 AM
New Mepis Install -- Looking Good, but some newbie-type questions rmorgan1016 MEPIS 9 08-03-2005 03:41 PM
updating mepis for newbie grc2012 MEPIS 12 06-04-2005 12:26 PM
Newbie using Mepis hitheringwaters LinuxQuestions.org Member Intro 1 06-03-2005 11:38 AM
Absolute SUSE Newbie - firewall rules Gsee SUSE / openSUSE 6 02-17-2005 07:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > MEPIS

All times are GMT -5. The time now is 05:54 PM.

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