LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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-09-2010, 10:21 AM   #121
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
Up to date packages for the flasplayer plugin can be downloaded here (together with my SlackBuild script if you want to build yourself): http://slackware.com/~alien/slackbui...player-plugin/

Eric
It's worth mentioning that Eric seems a bit snappier about keeping the Flash and Libreoffice packages up to date than Slackbuilds.org does (not that I'm by any means critisizing their work).
 
Old 12-09-2010, 04:18 PM   #122
bgeddy
Senior Member
 
Registered: Sep 2006
Location: Liverpool - England
Distribution: slackware64 13.37 and -current, Dragonfly BSD
Posts: 1,810

Rep: Reputation: 232Reputation: 232Reputation: 232
Hi 2handband, we have liased in another thread or two so I thought I'd comment on this one. Congragulations for the work you must be giving to your site about Slackware installs and setting up. It's great not only that someone is taking the time to do this but that he is asking for opinions from his "peers". (By peers I don't mean superiors, I mean compatriots or Slackwarwe fellow users.)

As you well know the Slackware team themselves often monitor this forum and I'm sure will offer any crticisms or advice (in a nice way) that will help. As you must have noticed this forum is generally very knowledgeable and also helpful.

Anyway, top marks for the effort and keep it up! It must be great to get thanks from new Slackware users who have followed your tutorials and found Slackware to be accessible and understandable contrary to what they had thought. Personally I think you have a good style of presentation and a very approachable way of giving instructions. It's also great that you have quickly responded with amendments to the site when advice has been offered. As you are aiming at newcomers this is ideal and commendable. Top marks and well done.
 
Old 12-10-2010, 12:57 PM   #123
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Original Poster
Rep: Reputation: 96
Thanks for the kind words, bgeddy. I'm pretty satisfied with most of the content on the site now, and am almost ready to dive into some new material. Mostly it'll be system administration topics for awhile, and I'm trying to decide what order to do them in (although I suspect print management should probably be next). I also intend to stay on top of changes as they take place; one of the biggest problems with online Linux information is that it's almost always outdated.

It would be completely crazy for me to put something like this up for newcomers without soliciting the opinions of the community. There are many people here who are far more experienced with Linux in general and Slackware in particular than I am, and their comments and suggestions can only serve to strengthen the work. Not that their suggestions are the only ones I'm looking for; even a complete noob might catch something that I missed. I'm good, but I'm nobody's all-knowing guru. My particular gift is the ability to explain complex subject matter in language that most people can understand.
 
Old 12-10-2010, 03:08 PM   #124
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 2handband View Post
It's worth mentioning that Eric seems a bit snappier about keeping the Flash and Libreoffice packages up to date than Slackbuilds.org does (not that I'm by any means critisizing their work).
You do know that Alien_Bob participates at SlackBuilds.

Some additional links;

SlackwareŽ Packages IT

SlackPackages By Eric Hameleers (Alien_Bob)

http://www.slackbuilds.net/slackbuilds <<< this link is broke



Last edited by onebuck; 12-13-2010 at 10:58 AM. Reason: correct links and note broken
 
Old 12-10-2010, 03:40 PM   #125
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,

You should think about presenting 'screen' to a newbie in the command line section. Valuable for newbies who are trying cli and want to learn 'screen' session management.

Quote:
excerpt from ' man screen';

screen - screen manager with VT100/ANSI terminal emulation



SYNOPSIS

screen
[ -options ] [ cmd [ args ] ]
screen -r
[[pid.]tty[.host]]
screen -r
sessionowner/[[pid.]tty[.host]]

DESCRIPTION

Screen
is a full-screen window manager that multiplexes a physical terminal between several processes (typically interactive shells). Each virtual terminal provides the functions of a DEC VT100 terminal and, in addition, several control functions from the ISO 6429 (ECMA 48, ANSI X3.64) and ISO 2022 standards (e.g. insert/delete line and support for multiple character sets). There is a scrollback history buffer for each virtual terminal and a copy-and-paste mechanism that allows moving text regions between windows. When screen is called, it creates a single window with a shell in it (or the specified command) and then gets out of your way so that you can use the program as you normally would. Then, at any time, you can create new (full-screen) windows with other programs in them (including more shells), kill existing windows, view a list of windows, turn output logging on and off, copy-and-paste text between windows, view the scrollback history, switch between windows in whatever manner you wish, etc. All windows run their programs completely independent of each other. Programs continue to run when their window is currently not visible and even when the whole screen session is detached from the user's terminal. When a program terminates, screenscreen exits.
Everything you type is sent to the program running in the current window. The only exception to this is the one keystroke that is used to initiate a command to the window manager. By default, each command begins with a control-a (abbreviated C-a from now on), and is followed by one other keystroke. The command character and all the key bindings can be fully customized to be anything you like, though they are always two characters in length.
(per default) kills the window that contained it. If this window was in the foreground, the display switches to the previous window; if none are left, Screen does not understand the prefix "C-" to mean control. Please use the caret notation ("^A" instead of "C-a") as arguments to e.g. the escape command or the -e option. Screen will also print out control characters in caret notation.
The standard way to create a new window is to type "C-a c". This creates a new window running a shell and switches to that window immediately, regardless of the state of the process running in the current window. Similarly, you can create a new window with a custom command in it by first binding the command to a keystroke (in your .screenrc file or at the "C-a :" command line) and then using it just like the "C-a c" command. In addition, new windows can be created by running a command like:
screen emacs prog.c from a shell prompt within a previously created window. This will not run another copy of screen, but will instead supply the command name and its arguments to the window manager (specified in the $STY environment variable) who will use it to create the new window. The above example would start the emacs editor (editing prog.c) and switch to its window.
Linux Screen Tutorial and How To is a tutorial that you should be able to cull informational details or gets some guidance on development for your site.
Linux Documentation Project several useful tutorials.

Just a suggestion from experiences here on LQ.
Your site is improving daily. Great!


Last edited by onebuck; 12-10-2010 at 04:21 PM. Reason: sentence error, darn keyboard with these big mitts
 
Old 12-10-2010, 04:20 PM   #126
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,

@2handband

I have linked 'New tutorials for installing and configuring Slack' in the;
SlackwareŽ-Links section Slackware Help

So you want to be a Slacker! What do I do next? sticky

I believe in the more exposure, the better. My hopes are that senior members help along with newbies suggestions that you will extend the tutorial.

Looking forward to future involvement.
 
Old 12-11-2010, 06:28 AM   #127
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Original Poster
Rep: Reputation: 96
Quote:
Originally Posted by onebuck View Post
Interesting... then why the separate repository?

Quote:
Hi,

@2handband

I have linked 'New tutorials for installing and configuring Slack' in the;
SlackwareŽ-Links section Slackware Help

So you want to be a Slacker! What do I do next? sticky

I believe in the more exposure, the better. My hopes are that senior members help along with newbies suggestions that you will extend the tutorial.

Looking forward to future involvement.
Hey, thanks!
 
Old 12-11-2010, 07:11 AM   #128
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,

You would have to ask Alien_Bob. I know that he is very dedicated when it comes to tasks and involvement with Slackware.

Your Welcome!
 
Old 12-11-2010, 01:33 PM   #129
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
I have a separate repository because I also provide packages, and my SlackBuild scripts do things we do not want at slackbuilds.org (such as automatically downloading source tarballs). I want to have full control over what I provide and slackbuilds.org has restrictions that are too tight for me.

Eric
 
2 members found this post helpful.
Old 12-11-2010, 03:30 PM   #130
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 have a separate repository because I also provide packages, and my SlackBuild scripts do things we do not want at slackbuilds.org (such as automatically downloading source tarballs). I want to have full control over what I provide and slackbuilds.org has restrictions that are too tight for me.

Eric
Makes sense to me.
 
Old 12-12-2010, 07:12 AM   #131
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Original Poster
Rep: Reputation: 96
Quote:
Originally Posted by bgeddy View Post
With me mc is the first thing I install on any foreign (none Slackware) system I use - with my Slackware full install obviously it's "just there". It's an amazing tool and very powerful I highly recommend you spend the time to look further at midnight commander.
I'll make it a priority... it might be a bit less intimidating for noobs than vim. I never gave it much thought; the guy who introduced me to Linux was a vi man (he was also an Ubuntu man, but nobody's perfect!), and believe it or not I took to vi right away. I have toyed with the idea of switching the early lessons over to Nano, but have been resisting the notion. It's my experience that people who start with Nano never bother to learn any of the others, and it's my notion that everybody who uses Linux should learn vi... because than they can log onto any 'Nix machine in the world and have access to a text editor that they know how to use (we'll ignore for the moment the fact that vim is far more powerful than Nano).

Maybe MC would be a better idea, though. Have them use that in the beginning lessons, and then hit 'em with vim once we seriously dive into the command line. Any thoughts would be appreciated.

I've got MC open in a terminal now (and the man page open in another terminal) and am looking it over. It DOES seem pretty easy to use.
 
Old 12-12-2010, 08:13 AM   #132
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
Quote:
Originally Posted by 2handband View Post
It's my experience that people who start with Nano never bother to learn any of the others
Me, for example...
Quote:
Originally Posted by 2handband View Post
and it's my notion that everybody who uses Linux should learn vi...
I will do, sooner or later (probably later), I promise.
 
Old 12-12-2010, 08:22 AM   #133
mlangdn
Senior Member
 
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,845

Rep: Reputation: 452Reputation: 452Reputation: 452Reputation: 452Reputation: 452
I've always said I would learn vi - but i haven't done it yet. Actually, I use emacs from the cli, and kate in a gui.
 
Old 12-12-2010, 09:11 AM   #134
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Original Poster
Rep: Reputation: 96
After giving it a LOT of thought, I added a section to the Basic Configuration page on switching to the generic kernel. I tried to be as clear as possible, but I still worry this might be a bit off-putting for beginners. Any comments or suggestions are appreciated as always:

http://genek.net/LinuxAdventures/ins...ackconfig.html

BTW, I like Midnight Commander. A lot. I kind of regret not checking it out before. Thanks, guys! Not only have your comments made my instruction more effective, I've also learned a hell of a lot myself.
 
Old 12-12-2010, 09:22 AM   #135
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
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
 
  


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 01:05 PM.

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