Welcome to the MP3Car.com forums.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact us.
|
11-23-2005, 10:46 AM
|
#16
|
|
Variable Bitrate
Join Date: Jul 2005
Location: Ottawa, ON, Canada
Vehicle: 2005 Ford Freestar Limited
Posts: 288
|
Dig the glowing eyes Llama. Were those always there? Never noticed before.
Code:
su wydaddy
cat /dev/tickle1 | /usr/bin/schoolgirl
__________________
Silverwolf 2.0 Progress: 100% (alpha)
Alpha Release Date: June 28, 2007
|
|
|
11-23-2005, 01:16 PM
|
#17
|
|
FLAC
Join Date: Jul 2004
Location: All over the world
Vehicle: 2001 Paper Airplane Standard Edition
Posts: 984
|
Quote: Originally Posted by intuitionsys
Dig the glowing eyes Llama. Were those always there? Never noticed before.
Thanks, I just added them yesturday. I wish I could make it pause while unlit for a longer period of time. Unfortunately, The Gimp only lets you choose one frequency for all the frames.
Code:
mount /dev/schoolgirl
|
|
|
11-24-2005, 03:50 PM
|
#18
|
|
Newbie
Join Date: Oct 2005
Posts: 17
|
Quote: Originally Posted by TheLlama
Thanks, I just added them yesturday. I wish I could make it pause while unlit for a longer period of time. Unfortunately, The Gimp only lets you choose one frequency for all the frames.
Code:
mount /dev/schoolgirl
Sorry that doesn't work....
Code:
revorg@localhost> su - TheLama
password:
TheLama@localhost> mount /dev/schoolgirl
/dev/schoolgirl: permission denied

|
|
|
11-24-2005, 03:57 PM
|
#19
|
|
Newbie
Join Date: Nov 2005
Location: Canada
Vehicle: 1997 Honda Civic CX
Posts: 5
|
Is there a site where the basics of linux are explained? I'm even confused starting at the file structure. I understand partitions are mounted as sort of folders, and dev probably stands for devices, but stuff like etc and what not escape me.
__________________
CarPC progress:
[=-------------------] 5%, Research and Planning
|
|
|
11-24-2005, 04:08 PM
|
#20
|
|
Newbie
Join Date: Oct 2005
Posts: 17
|
|
|
|
11-25-2005, 07:15 PM
|
#21
|
|
FLAC
Join Date: Jul 2004
Location: All over the world
Vehicle: 2001 Paper Airplane Standard Edition
Posts: 984
|
I didn't follow rev's link, but I'm sure it is valid. Linux (and all unicies) are unique in the way almost every device is viewed as a file. For a quick run down:
/dev contains devices. Block devices (harddrives et.al) need to be mounted. They are normally mounted under /mnt. /dev also contains all other devices. Soundcard: /dev/pcm, ethernet /dev/ethX, consoles: /dev/ptyX, random numbers: /dev/urandom. At least one partition is mounted under /. You normally have another partition mounted under /boot. type "mount" as root to see how your partitions are setup.
/proc contains files that store information about your system or devices. Try "cat /dev/cpuinfo" or "cat /dev/partitions" to get the idea. All the numbered files and directories are processes. /var contains various things like logfiles, www directory, and some data files shared by programs.
/bin contains binaries accessable to everyone. /sbin contains binaries for the super-user. /usr contains files used mainly by local users. This includes /usr/bin and /usr/share for files shared by programs and users.
/lib contains libraries. These can be thought of as dlls in the windows world. /root is the super-user's home directory. /tmp contains temporary files. That is, /tmp can be considered volatile.
Hope that helps. Play around with the file system using tools such as cat, du, etc. It's also fun to string some things together. For example:
cat /dev/urandom > /dev/dsp
BTW, I don't know why the system won't let me mount schoolgirls.
Last edited by TheLlama; 10-10-2006 at 12:29 PM.
|
|
|
11-28-2005, 04:13 PM
|
#22
|
|
Variable Bitrate
Join Date: Jul 2005
Location: Ottawa, ON, Canada
Vehicle: 2005 Ford Freestar Limited
Posts: 288
|
Quote: Originally Posted by TheLlama
BTW, I don't know why the system won't let me mount schoolgirls.
I assume you've already tried
Code:
mount -f /dev/schoolgirl
Or would that be considered bashutory rape? 
__________________
Silverwolf 2.0 Progress: 100% (alpha)
Alpha Release Date: June 28, 2007
|
|
|
12-28-2005, 11:12 PM
|
#23
|
|
Newbie
Join Date: Dec 2005
Location: Northern, Va
Vehicle: 2005 Toyota Tacoma 4x4 TRD V6
Posts: 6
|
Im also a Gentoo zealot its customizability is optimum for projects like this, Also Ubuntu is rather nice distro.
|
|
|
02-14-2006, 06:02 AM
|
#24
|
|
Newbie
Join Date: Feb 2006
Vehicle: 1994 Ford Falcon Classic
Posts: 38
|
I use Fedora Core 4 on my carputer. Seems fine for me.
|
|
|
08-11-2006, 08:28 AM
|
#25
|
|
Low Bitrate
Join Date: May 2006
Posts: 89
|
Quote: Originally Posted by gnomad 
If you are running a framebuffer-based app, it too will start almost immediately.
You got my attention.
Can you elaborate on this framebuffer- based app, please?
|
|
|
08-23-2006, 09:25 PM
|
#26
|
|
Newbie
Join Date: Aug 2006
Posts: 30
|
Quote: Originally Posted by gnomad 
The quickest, easiest way to get a small, fast-booting Linux system up and running is with Debian. When you do the install, don't select any of the package-sets and you'll have a console system that takes up less then 100 megs of disk and starts almost instantly after the kernel spawns init. If you are running a framebuffer-based app, it too will start almost immediately.
-p.
Damn Small Linux, DSL is Debian based and it is awesome. It ran sooo smooth on my thinkpad 240x.
|
|
|
09-07-2006, 09:11 AM
|
#27
|
|
Low Bitrate
Join Date: Sep 2004
Posts: 67
|
Quote: Originally Posted by intuitionsys 
I assume you've already tried
Code:
mount -f /dev/schoolgirl
Or would that be considered bashutory rape? 
Buh-dump, tcsh!!!
(get it? get it?) 
|
|
|
09-07-2006, 12:46 PM
|
#28
|
|
FLAC
Join Date: Jul 2004
Location: All over the world
Vehicle: 2001 Paper Airplane Standard Edition
Posts: 984
|
Quote: Originally Posted by Outsider787 
You got my attention.
Can you elaborate on this framebuffer- based app, please?
A framebuffer app uses the framebuffer directly without going through X. Examples are programs that use DirectFB or the framebuffer console.
|
|
|
10-10-2006, 07:34 AM
|
#29
|
|
Newbie
Join Date: Aug 2006
Posts: 14
|
There is no a need for a thread in this subject.
Slackware is by far the best you can get 
__________________
E 60
|
|
|
10-10-2006, 10:17 AM
|
#30
|
|
Newbie
Join Date: Oct 2006
Posts: 5
|
I like ubuntu
Bump for ubuntu.
I am big on debian-based package management, and after seeing the support that comes out of the box with ubuntu, swung all my home machines over to that. Since I estimate my carputer hardware will be able to handle GNOME, I plan to first try ubuntu there.
I have tried gentoo in the past. ( https://scifi.homelinux.net/mediawiki/index.php/Gentoo). My only gripe was having to wait awhile to try out anything (due to having to compile it).
If you are playing around with live CDs, knoppix is much faster than ubuntu's live CD. I always have a knoppix CD sitting around to use for rescue purposes.
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:37 AM.
|
|