The MP3car.com Store  

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.

Go Back   MP3Car.com > Mp3Car Technical > Linux

Reply
 
Thread Tools Search this Thread Display Modes
Old 11-23-2005, 10:46 AM   #16
Variable Bitrate
 
intuitionsys's Avatar
 
Join Date: Jul 2005
Location: Ottawa, ON, Canada
Vehicle: 2005 Ford Freestar Limited
Posts: 288
My Photos: (0)
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
intuitionsys is offline   Reply With Quote
Sponsored Links
Old 11-23-2005, 01:16 PM   #17
FLAC
 
TheLlama's Avatar
 
Join Date: Jul 2004
Location: All over the world
Vehicle: 2001 Paper Airplane Standard Edition
Posts: 984
My Photos: (0)
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

TheLlama is offline   Reply With Quote
Old 11-24-2005, 03:50 PM   #18
Newbie
 
Join Date: Oct 2005
Posts: 17
My Photos: (0)
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

revorg is offline   Reply With Quote
Old 11-24-2005, 03:57 PM   #19
Newbie
 
Join Date: Nov 2005
Location: Canada
Vehicle: 1997 Honda Civic CX
Posts: 5
My Photos: (0)
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
Dizzle is offline   Reply With Quote
Old 11-24-2005, 04:08 PM   #20
Newbie
 
Join Date: Oct 2005
Posts: 17
My Photos: (0)
http://rcsg-gsir.imsb-dsgi.nrc-cnrc....sic/basic.html
revorg is offline   Reply With Quote
Sponsored Links
Old 11-25-2005, 07:15 PM   #21
FLAC
 
TheLlama's Avatar
 
Join Date: Jul 2004
Location: All over the world
Vehicle: 2001 Paper Airplane Standard Edition
Posts: 984
My Photos: (0)
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.
TheLlama is offline   Reply With Quote
Old 11-28-2005, 04:13 PM   #22
Variable Bitrate
 
intuitionsys's Avatar
 
Join Date: Jul 2005
Location: Ottawa, ON, Canada
Vehicle: 2005 Ford Freestar Limited
Posts: 288
My Photos: (0)
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
intuitionsys is offline   Reply With Quote
Old 12-28-2005, 11:12 PM   #23
Newbie
 
4x4TRDTaco's Avatar
 
Join Date: Dec 2005
Location: Northern, Va
Vehicle: 2005 Toyota Tacoma 4x4 TRD V6
Posts: 6
My Photos: (0)
Im also a Gentoo zealot its customizability is optimum for projects like this, Also Ubuntu is rather nice distro.
4x4TRDTaco is offline   Reply With Quote
Old 02-14-2006, 06:02 AM   #24
Newbie
 
braidy's Avatar
 
Join Date: Feb 2006
Vehicle: 1994 Ford Falcon Classic
Posts: 38
My Photos: (0)
I use Fedora Core 4 on my carputer. Seems fine for me.
braidy is offline   Reply With Quote
Old 08-11-2006, 08:28 AM   #25
Low Bitrate
 
Outsider787's Avatar
 
Join Date: May 2006
Posts: 89
My Photos: (0)
Quote: Originally Posted by gnomad View Post
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?
Outsider787 is offline   Reply With Quote
Old 08-23-2006, 09:25 PM   #26
Newbie
 
Join Date: Aug 2006
Posts: 30
My Photos: (0)
Quote: Originally Posted by gnomad View Post
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.
jce338 is offline   Reply With Quote
Old 09-07-2006, 09:11 AM   #27
Low Bitrate
 
Join Date: Sep 2004
Posts: 67
My Photos: (0)
Quote: Originally Posted by intuitionsys View Post
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?)
Geese is offline   Reply With Quote
Old 09-07-2006, 12:46 PM   #28
FLAC
 
TheLlama's Avatar
 
Join Date: Jul 2004
Location: All over the world
Vehicle: 2001 Paper Airplane Standard Edition
Posts: 984
My Photos: (0)
Quote: Originally Posted by Outsider787 View Post
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.
TheLlama is offline   Reply With Quote
Old 10-10-2006, 07:34 AM   #29
Newbie
 
rod555's Avatar
 
Join Date: Aug 2006
Posts: 14
My Photos: (0)
Talking

There is no a need for a thread in this subject.
Slackware is by far the best you can get
__________________
E 60
rod555 is offline   Reply With Quote
Old 10-10-2006, 10:17 AM   #30
Newbie
gregturn's CarPC Specs
 
gregturn's Avatar
 
Join Date: Oct 2006
Posts: 5
My Photos: (0)
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.
gregturn is offline   Reply With Quote
Sponsored Links
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Another Linux distro for car PC? COST Linux Linux 12 06-14-2005 02:24 PM
PyCar Linux distro TS check( EPIA-M ) jbors Linux 17 05-04-2005 01:33 PM
Your CarPC's distro? Bromius Linux 21 04-05-2005 03:15 AM
Possible EPIA distro for Linux, Can we make one? adamis Software & Software Development 15 02-23-2005 05:50 PM
Bootable Linux distro for mame emulation thegingerkid Linux 0 02-16-2005 02:56 AM


All times are GMT -5. The time now is 04:37 AM.


Sponsored Links
The MP3car.com Store

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
Ad Management by RedTyger
Message Board Statistics