LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-01-2004, 06:41 AM   #346
typho
LQ Newbie
 
Registered: Oct 2004
Distribution: Slackware 14.0
Posts: 27

Rep: Reputation: 15

Quote:
Originally posted by shilo
In case you haven't yet figured out how to email me, my user name is shilo, and my domain name is shilo.is-a-geek.com. Put an @ between 'em and you have my email address.
Hahaha. The things people will do to keep from being spammed...
 
Old 12-11-2004, 09:35 AM   #347
Slycer
LQ Newbie
 
Registered: Oct 2004
Distribution: Slackware
Posts: 24

Rep: Reputation: 15
Shilo, firstoff, a BIG thank you for this guide. This is just what i need. But em, i seem to get lost in linux. Could someone write the tree structure of Slackware? I've heard it's one of the few distros that still uses the original one.

I'm only asking since i want to check every directory, and check every conf file...etc. I love tweaking and there plenty of that on Slackware.

Thanks in advance,

Slycer
 
Old 12-22-2004, 12:29 AM   #348
juanctes
Member
 
Registered: Dec 2004
Location: Argentina, corrientes (far from buenos aires, to the north)
Distribution: Ubuntu :(
Posts: 74

Rep: Reputation: 15
I HATE U! IF ONLY I HAD SEEN THIS BEFORE I BROKE IT ALL!!
i can�t go further than "loading Linux........."
it hangs there...
just after "ALSACONF" (and obviously a reboot)
but for the next chance i`ll see if it works, thanks any way (for the looong time it surely took from you, i`ll use it...)
----------------------------------------------------------------------------------------------------------------


hi again, the problem was LILO, i didn updated it, but the kernel was changed correctli. (i have soub)

Last edited by juanctes; 12-24-2004 at 08:50 AM.
 
Old 12-23-2004, 07:14 PM   #349
fax8
Member
 
Registered: Jul 2004
Location: Italy
Distribution: SlackWare 10 - The Best
Posts: 72

Rep: Reputation: 15
USB Pen Devices

Hi!
Lot of compliments for this guide!

You coud also tell people to add this line to /etc/fstab

Code:
/dev/sda1        /mnt/usbpen      vfat        noauto,owner,user           0   0
and add the /mnt/usbpen directory the users will be able to muont an usb device (pen or something else)
as they usually do with file sistems.

Or, better, automounting via hotplug. I never try this yet!


Keep on the good work!

Bye and happy Christmas


Fabio Italy

Last edited by fax8; 12-23-2004 at 07:15 PM.
 
Old 12-25-2004, 06:41 PM   #350
dustin_wielenga
Member
 
Registered: Jun 2004
Location: Washington, USA
Distribution: SLAX, Ubuntu
Posts: 113

Rep: Reputation: 15
Is there a way to print this out as one file? Is there a PDF available? I checked Shilo's website but there's lots of links but I want a easy page to easily print out! Thanks.
 
Old 12-26-2004, 04:33 AM   #351
fax8
Member
 
Registered: Jul 2004
Location: Italy
Distribution: SlackWare 10 - The Best
Posts: 72

Rep: Reputation: 15
pdf

pdf is here:

http://shilo.is-a-geek.com/slack/Sla...ationGuide.pdf

a little bit out of date...

Bye

Fabio Italy
 
Old 12-26-2004, 05:09 AM   #352
fax8
Member
 
Registered: Jul 2004
Location: Italy
Distribution: SlackWare 10 - The Best
Posts: 72

Rep: Reputation: 15
css printing for shilo

For Shilo:

as reported by some users printing the guide html pages is not easy,
because also navigation will be printed.

So i made this little css only for printing:

Code:
body{
	color: black;
	background-color: white;
	font-size: 12pt;
	margin: 0;
	padding: 0;
}

a {
	color: black;
	background-color: transparent;
	text-decoration: none;
}

a[href]:after {  /* Prints the links' URIs after the links' texts. Doesn't work in MSIE */
	content: "<" attr(href) ">";
	font-size: 90%;
	padding-left: 1ex;
}

ul.navbar 		{display:none;}

/* Hide the navigation header and footer; I'm not sure to print this or not.*/
div.navfooter, div.navheader {display:none;}
if you want to use it replace this line on every xhtml file:
Code:
	<link rel="stylesheet" type="text/css" href="styles.css" />
with
Code:
		<link rel="stylesheet" type="text/css" media="screen" href="styles.css" />
		<link rel="stylesheet" type="text/css" media="print" href="print.css" />
Bye!
 
Old 12-26-2004, 01:04 PM   #353
blood_omen
Member
 
Registered: Apr 2004
Location: Canada
Distribution: OpenBSD 3.6, Slackware 10.1
Posts: 134

Rep: Reputation: 15
Hello:

Regarding the PDF file, is shilo's web page more up2date than the guide, if yes, please let me know so I can update it and keep up with the thread.

Merry Xmas to all
 
Old 12-31-2004, 03:05 PM   #354
APB_4
Member
 
Registered: Nov 2004
Distribution: KDE Neon User edition; Manjaro; OpenSUSE Leap
Posts: 298

Rep: Reputation: 31
One small question. How much stuff is there on the 2nd CD? I've got s 2GB download limit but I don't see to get Gnome and KDE are they on the second CD?
PS great post
 
Old 12-31-2004, 04:10 PM   #355
blood_omen
Member
 
Registered: Apr 2004
Location: Canada
Distribution: OpenBSD 3.6, Slackware 10.1
Posts: 134

Rep: Reputation: 15
KDE and Gnome are both on the 2nd CD, if I remember correctly, it is a 600 or something MB, hope this help

Happy new Year to you and to ALL
 
Old 12-31-2004, 04:50 PM   #356
Bebo
Member
 
Registered: Jul 2003
Location: Göteborg
Distribution: Arch Linux (current)
Posts: 553

Rep: Reputation: 31
Yeah, happy new year to y'all. I post my greeting in this thread, since I like it so much

Cheers!
 
Old 12-31-2004, 07:28 PM   #357
shilo
Senior Member
 
Registered: Nov 2002
Location: Stockton, CA
Distribution: Slackware 11 - kernel 2.6.19.1 - Dropline Gnome 2.16.2
Posts: 1,132

Original Poster
Rep: Reputation: 50
Happy new year to everyone, and happy birthday, Bebo!
 
Old 12-31-2004, 07:38 PM   #358
Bebo
Member
 
Registered: Jul 2003
Location: Göteborg
Distribution: Arch Linux (current)
Posts: 553

Rep: Reputation: 31
Oh, thanks a lot, shilo At the moment I think I should have kept away from the mojito
 
Old 01-01-2005, 08:03 AM   #359
APB_4
Member
 
Registered: Nov 2004
Distribution: KDE Neon User edition; Manjaro; OpenSUSE Leap
Posts: 298

Rep: Reputation: 31
thanks blood_omen. Happy New Year
 
Old 01-01-2005, 05:52 PM   #360
wmhorus
LQ Newbie
 
Registered: Jan 2005
Location: Wa
Distribution: 1.1.13
Posts: 1

Rep: Reputation: 0
slackware 10.*

I was reading your install guide and I have a couple of questions.
The last time I had linux contact was 1.1.13 or somewhere thereabout.
Does this new version auto configure to your computers hardware? and
does it auto recognize cable modems? and If it does not maybe I did not
see how to make it recognize the cable modem. Like I said its been a very
long time since I've had a linux box, thanks in advance.
 
  


Reply

Tags
kernel



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



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

All times are GMT -5. The time now is 06:50 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