LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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-12-2010, 09:25 AM   #136
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled

A minor detail:
Quote:
In case you're wondering, I think there's a way to get rid of the cute little sayings that always pop up when you log into a terminal.
I like them too, but for anyone who doesn't, run this (as root, of course):
Code:
chmod -x /etc/profile.d/bsd-games-login-fortune.sh
 
Old 12-12-2010, 09:45 AM   #137
mlangdn
Senior Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,845

Rep: Reputation: 452Reputation: 452Reputation: 452Reputation: 452Reputation: 452
You can change that fortune thingy to give up what some could call offensive jokes. In etc/profile.d/bsd-games-login-fortune.sh, make it look like this:

Code:
#!/bin/sh
# Print a fortune cookie for interactive shells:

case $- in
*i* )  # We're interactive
  echo
  fortune -a 
  echo
  ;;
esac
If all you want is the offensive stuff, change it to -o

Last edited by mlangdn; 12-12-2010 at 09:56 AM. Reason: Got the daggone thing wrong!
 
Old 12-12-2010, 09:54 AM   #138
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Original Poster
Rep: Reputation: 96
Quote:
Originally Posted by Alien Bob View Post
I would never comment out the old kernel section when adding a new kernel. Suppose you add a kernel or an initrd to lilo.conf and it does not work... you'll end up with a non-booting system.

Therefore, it is wiser to keep the old kernel section as a fallback. Add a new kernel section and make that the default choice for lilo, either by adding it in front of any other kernel section, or adding a line "default = your_new_label" in the global section of /etc/lilo.conf

Eric
Eric, that is a VERY good point. I'll correct it shortly.
 
Old 12-12-2010, 09:55 AM   #139
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
I should have mentioned that in my earlier post about the generic kernel.
 
Old 12-12-2010, 10:18 AM   #140
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Original Poster
Rep: Reputation: 96
Fixed. Thanks, Eric.
 
Old 12-12-2010, 02:48 PM   #141
D1ver
Member
 
Registered: Jan 2010
Distribution: Slackware 13.37
Posts: 598
Blog Entries: 3

Rep: Reputation: 194Reputation: 194
Really nice work to everyone involved! Tutorials like these are very much appreciated.
 
Old 12-12-2010, 07:33 PM   #142
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Original Poster
Rep: Reputation: 96
Quote:
Originally Posted by D1ver View Post
Really nice work to everyone involved! Tutorials like these are very much appreciated.
Glad you like them; more stuff coming soon!
 
Old 12-13-2010, 05:38 AM   #143
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Original Poster
Rep: Reputation: 96
The Monday morning news has been posted, with some props to the folks that have contributed to this thread:

http://genek.net/LinuxAdventures/index.html#news
 
Old 12-13-2010, 05:42 AM   #144
unclejed613
Member
 
Registered: Mar 2009
Posts: 352

Rep: Reputation: 32
those four links point to the same address... http://slackbuild.strangeworlds.co.uk/ ... which gives me an error...

 
Old 12-13-2010, 10:59 AM   #145
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Quote:
Originally Posted by unclejed613 View Post
those four links point to the same address... http://slackbuild.strangeworlds.co.uk/ ... which gives me an error...
They should not be. But http://slackbuild.strangeworlds.co.uk/ is broke.

Changed & correct the others;

SlackwareŽ Packages IT

SlackPackages By Eric Hameleers (Alien_Bob)

http://www.slackbuilds.net/slackbuilds <<< this link is broke and will find out why

The link to Alien_Bobs fast server.

Alien_Bob's fast server builds.

http://taper.alienbase.nl/mirrors/pe...n/slackbuilds/
 
Old 12-14-2010, 06:47 AM   #146
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Original Poster
Rep: Reputation: 96
After spending a few days playing with Midnight Commander I'm very seriously considering altering the beginner's tutorials. I think using MC for the basic text editing tasks outlined in the configuration and package management lessons would be a lot less intimidating for noobs than vim is. I'm actually finding myself using it a lot; it really is a very powerful tool! I'm kinda sorry I've never checked it out before.

I dunno... I can see both pros and cons. I do think it's important to learn vi; if you know vi you can edit text on any Unix-based machine in existence. But maybe you don't need to learn vi before you get Flash installed and your Nvidia card working properly. I'm gonna take another day or two to think it over (and work on some new content in the meantime); any thoughts would be appreciated.
 
Old 12-14-2010, 07:08 AM   #147
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
You could use nano.

Kind regards
 
Old 12-14-2010, 07:38 AM   #148
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749
I strongly endorse nano. The only vi command a new user needs is [ESC]:q!
In my experience, apart from 'crontab -e', a knowledge of vi is not needed.
 
Old 12-14-2010, 07:53 AM   #149
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Original Poster
Rep: Reputation: 96
I've thought about Nano... I have to admit some personal prejudices are probably at work here. I don't like Nano.
 
Old 12-14-2010, 07:57 AM   #150
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
I've thought about Nano... I have to admit some personal prejudices are probably at work here. I don't like Nano.
You should leave out your personal prejudices :-)

Kind regards
 
  


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
-have read stickies and tutorials no no avail- configuring nvidia 8800gt cbruffin Linux - Newbie 20 03-10-2010 07:46 AM
Looking for GOOD tutorials on Slack 12.1 that would be nice for a newbie tribal_kid Linux - Newbie 2 08-15-2008 02:38 AM
suggestions for slack dns tutorials fazz Slackware - Installation 0 06-27-2004 05:10 AM
Configuring dail-up on slack the_rydster Linux - Newbie 1 02-16-2004 09:59 AM
Help configuring ALSA in Slack 9.1 dazzlehank Slackware 1 01-12-2004 04:22 PM

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

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