Results 1 to 8 of 8
whats the best music player for linux? (actual problem expanded abit below)
im using backtrack3, and intel soundcard (the other sounds work so i doubt its a driver problem). when ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-26-2008 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 5
music? (and technical command line stuff)
whats the best music player for linux? (actual problem expanded abit below)
im using backtrack3, and intel soundcard (the other sounds work so i doubt its a driver problem). when i play music, audilicious says thers nothing installed to play mp3, and other apps crash, or play with no sound output
oh and, i think this is a no, but is it possible to write to a ntfs drive?
<-- damn hes making me wanna get up nd dance =.=
Last edited by helixcs; 09-26-2008 at 04:38 PM. Reason: added to title
- 09-26-2008 #2
What distribution are you using? Most major distributions don't ship with the ability to play MP3s out of the box due to legal concerns, but you can usually install support easily. The particular method depends on your distribution of Linux.
Yes, actually. Most newer Linux distributions ship with the ability to read from and write to NTFS partitions. In Ubuntu, for instance, it's simply a matter of mounting the partition, then dragging and dropping whatever you want.oh and, i think this is a no, but is it possible to write to a ntfs drive?Registered Linux user #270181
TechieMoe's Tech Rants
- 09-26-2008 #3Just Joined!
- Join Date
- Sep 2008
- Posts
- 5
its backtrack3, so slax based i think (remote-exploit.org)
i have a ntfs drive mounted, but it says its read only, and i cant change permissions (yes i am root)
kindof a stupid question, but how do you copy just the directory structure from one place to another? like make empty folders in the same hierarchy as orignal place
- 09-26-2008 #4
Hmm... Well, I've never heard of backtrack3, so this might be beyond my experience. Hang in there. Perhaps one of our Slackware users can chime in.
Registered Linux user #270181
TechieMoe's Tech Rants
- 09-26-2008 #5Just Joined!
- Join Date
- Sep 2008
- Posts
- 5
anything about copying the directory tree?
- 09-26-2008 #6Registered Linux user #270181
TechieMoe's Tech Rants
- 09-26-2008 #7
To copy just the directories, you could run the following command where '/home/mysource' is the directory you want to copy the structure from and '/home/newdest' is where you want the new structure placed:
cd /home/mysource
find . -type d -exec mkdir /home/newdest/{} \;
- 09-28-2008 #8Just Joined!
- Join Date
- Sep 2008
- Posts
- 5
can someone explain how to install realplayer on linux with codecs so avi, mpg, rmvb, and so forth can be played?


Reply With Quote

