LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-31-2010, 05:26 PM   #46
lq_asking
Member
 
Registered: May 2010
Location: Berlin
Posts: 82

Rep: Reputation: 16

Quote:
Originally Posted by linus72 View Post
Wow
I never even thought about that...
what about loadkeys
man loadkeys
loadkeys doesnt get a file descriptor referring to the console with --console=cons1,..., as the error message says.
Quote:
did you try to use the gui keymap chooser in desktop menu
or at boot command line?
yes and ? (because I couldnt find a keyboard=mapping when booting)
Quote:
or, you choose it at boottime, but at desktop its gone?
no.
The only thing that came to my mind (borrowed from quax's forum) was to add to the kernel-append "kb_de", which doesnt work.
Quote:
are you booting from usb?
yes.

Last edited by lq_asking; 05-31-2010 at 05:28 PM.
 
Old 05-31-2010, 05:49 PM   #47
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
ok
its good your booting from usb...

the answer is the "rootcopy" folder in the nFlux_13.1 folder

from slax

Quote:
Adding custom shell scripts and configuration files:

If you need changes to the standard SLAX system (like your network configuration) copy the modified files to the folder 'rootcopy' on your USB-stick and maintain the same directory structure. For example: if you have modified the file 'issue' in the directory /etc/, you would create a directory 'etc' in the folder 'rootcopy' on the USB-stick and copy the modified file 'issue' to the rootcopy/etc/ folder on the USB-stick. The next time you boot from USB-stick all the files in the 'rootcopy' folder are copied to the SLAX system (and existing files like 'issue' are overwritten).
so, the file you need is /etc/rc.d/rc.keymap
first you gotta set the map with the gui app or console

sudo keyboardsetup

in terminal or at level 3 text mode.

Now, the file is in /usr/share/kbd/keymaps/i386/qwertz/de.map.gz

and here's /etc/rc.d/rc.keymap after doing "sudo keyboardsetup"

Code:
#!/bin/sh
# Load the keyboard map.  More maps are in /usr/share/kbd/keymaps.
if [ -x /usr/bin/loadkeys ]; then
 /usr/bin/loadkeys -u de.map
fi
copy/paste that into empty text file and save as
rc.keymap

then make the folders in nFlux_13.1/rootcopy folder

etc/
rc.d/

and put rc.keymap in etc/rc.d folder
then open aterminal in etc/rc.d folder
and make it executable with, as root,
Code:
sudo chmod +x rc.keymap
then, whether booting fresh or persistent mode it will always use that keymap,etc

check here too
http://www.slax.org/documentation.php
 
Old 05-31-2010, 07:48 PM   #48
ax25nut
Member
 
Registered: Mar 2010
Location: Fairfield County, Ohio
Distribution: Several flavors of Linux, BSD Unix, even DOS & Win-doze
Posts: 56
Blog Entries: 1

Rep: Reputation: 19
HAW!!! That boot screen is a HOOT! I'd like to have one that looks like an ultrasound of a baby with a small laptop, tapping away at the keyboard!

I'll have to try that one out, too. The last one I got seemed to work ok, though, even if the display resolutions were not all there. I'll let you know what happens here.

Grace and peace....

Last edited by ax25nut; 05-31-2010 at 08:15 PM.
 
Old 05-31-2010, 08:33 PM   #49
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Oh
hey ax25nut
Yes, of course I read it
i thought it was very interesting
There are many such instances in the Bible
Though I will say that the layers are not revealed at first glance
re-reading, and study, especially of the circumstances
language, surroundings etc
greatly enhance The knowledge gained

David was a brave man
and is the apple of His eye for a reason
God seems to love courage
and the story of David/Goliath is yet another underpinning of faith
i.e. believing without be able to see or understand
as Jesus said about a child's faith
David was pretty young

do you know of any biblestudy course software?
Like the little paper booklets you do the questions,etc?
only in app form...

Oh, I might have to change the nFlux name..
see here
http://www.slax.org/forum.php?action...parentID=62582
what do you think?

Last edited by linus72; 05-31-2010 at 08:34 PM.
 
Old 06-01-2010, 01:35 AM   #50
lq_asking
Member
 
Registered: May 2010
Location: Berlin
Posts: 82

Rep: Reputation: 16
Quote:
Originally Posted by lq_asking View Post
loadkeys doesnt get a file descriptor referring to the console with --console=cons1,..., as the error message says.
Clearly nonsense trying this from an X-terminal. Works from real console.

(german) keyboard-settings for X (in xorg.conf) only work if I change the xorg-server from "nv" to "vesa".

Quote:
If you need changes to the standard SLAX system (like your network configuration) copy the modified files to the folder 'rootcopy' on your USB-stick and maintain the same directory structure.
-> in /nFlux_13.1/rootcopy ... shall try this later.
 
Old 06-01-2010, 02:32 AM   #51
lq_asking
Member
 
Registered: May 2010
Location: Berlin
Posts: 82

Rep: Reputation: 16
Added /etc/rc.d/rc.keymap and /etc/X11/xorg.conf
in the rootcopy folder on the USB and made them executable.

Result: no settings were made by these files on startup.
 
Old 06-01-2010, 06:53 AM   #52
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
thats strange too....

Which boot options are you using?

and; the next step would be to create a slax module
containg your keyboard map and xorg.conf

what graphics card do you have?
did you try doing "xconf" as root at level3
or choosing graphics mode (runlevel 4) at boot?

so, if you do "xconf" after logging in as root
and then do, as root
Code:
keyboardsetup
setup your keyboard

then do
Code:
cat /etc/rc.d/rc.keymap
then try to startx

to make the contents of the rootcopy folder into a lzm module
boot up, put your keymap, xorg.conf etc in rootcopy folder
then open pcmanfm file manager on your usb/
and open a terminal there; right-click "open terminal here"

then do

Code:
dir2lzm rootcopy lq_asking.lzm
tke that module and put it in nFlux_13.1/modules folder
then boot and it should work

Notice the vesa.lzm and grub2.lzm in nFlux_13.1/optional folder
if you choose the vesa option at boot it loads that lzm
you can specify additional modules at boot line or edit syslinux.cfg
just use a semi-colon seperated list

Code:
load=lq_asking.lzm;vesa.lzm
etc, etc
I'm just learning about slax too

EDIT:
Also, lq_asking; what is your opinion of nFlux slack?
I notice your new here; so what is your experience level with both linux and slackware?
Would you have any suggestions for apps, the fluxbox desktop, etc
I really dont get much feedback so i appreciate
your asking about the keymap thing
as I am looking further into it...

Last edited by linus72; 06-01-2010 at 07:31 AM.
 
Old 06-01-2010, 06:34 PM   #53
ax25nut
Member
 
Registered: Mar 2010
Location: Fairfield County, Ohio
Distribution: Several flavors of Linux, BSD Unix, even DOS & Win-doze
Posts: 56
Blog Entries: 1

Rep: Reputation: 19
linus72 wrote:
Oh, I might have to change the nFlux name....
what do you think?

To which I reply:
Nah....wouldn't change it, especially for the silly reasons they've cited so far. It would be different if you'd named it "flux's...etc..." or "slax's flux" or something like that, but "nFlux" is simply the logical and legitimate contraction for a distro that's "....IN a state of FLUX....". Despite their citations and desire for exclusivity, there is no reason to bow to it. I'd stick with what it is. That said, you could always tack on something like this:
nFlux Revival, nFlux Bible, nFlux Scripture, etc...you get the idea.

I believe you already have it listed as "nFlux Bible Edition", and when the bootscreen comes up you can see it's roots are with "Armour Of GOD OS", so I'd have to place this argument in the same catagory with those that don't want "religion & linux" mixed. Personally, I think others should be grateful that someone is willing to sanctify linux with GOD's Word, but that, of course, is MY opinion, and everyone else is as free to ignore it as I am to express it. I will not be offended if they choose to ignore, and neither, I suspect, will you. I think your response to others was very considerate and well-stated.

Grace and peace...
 
Old 06-01-2010, 06:36 PM   #54
lq_asking
Member
 
Registered: May 2010
Location: Berlin
Posts: 82

Rep: Reputation: 16
To be definite this is /nFlux_13.1/rootcopy/etc/X11/xorg.conf I use on my USB-stick.

Code:
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/local"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/OTF"
	FontPath     "/usr/share/fonts/Type1"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/CID"
	FontPath     "/usr/share/fonts/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/75dpi"
	FontPath     "/usr/share/fonts/100dpi"
	FontPath     "/usr/share/fonts/cyrillic"
EndSection

Section "Module"
	Load  "dbe"
	Load  "dri"
	Load  "dri2"
	Load  "extmod"
	Load  "glx"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "VideoKey"           	# <i>
        #Option     "FlatPanel"          	# [<bool>]
        #Option     "FPDither"           	# [<bool>]
        #Option     "CrtcNumber"         	# <i>
        #Option     "FPScale"            	# [<bool>]
        #Option     "FPTweak"            	# <i>
        #Option     "DualHead"           	# [<bool>]
	Identifier  "Card0"
	Driver      "nv"
	VendorName  "Unknown Vendor"
	BoardName   "Unknown Board"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth 24
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
Booting from the boot-entry nFlux Tex-Mode/Always fresh with an unchanged append-line. So the only additional changes come from the german keyboard settings of rc.keymap in the rootcopy/etc/rc.d folder.

xorg.conf is correctly loaded as well as the german keyboard mapping from /nFlux_13.1/etc/rc.d/rc.keymap.
But the correct mapping is only available on the console. When starting X the german keyboard setting is not used. The correct defaults of "qwertz" (keyboard-type) and "de" (keyboard-map) in the keyboard-setting-GUI are not used.

The problem I described before of both files in rootcopy being ignored was resolved by replacing all CR/LFs by LFs. The CR/LF-line/breaks came from creating these files under Windows.

Quote:
Originally Posted by linus72 View Post
thats strange too....

Which boot options are you using?
Please see above.
Quote:
and; the next step would be to create a slax module
containg your keyboard map and xorg.conf
Shall try this later
Quote:
what graphics card do you have?
NVidia G210
Quote:
did you try doing "xconf" as root at level3
or choosing graphics mode (runlevel 4) at boot?
xconf doesnt exist but xorgsetup. It reproduces the correct rc.keymap (runlevel 3, root)
Code:
keyboardsetup
works.
Code:
cat /etc/rc.d/rc.keymap
works
but
Quote:
then try to startx
no correct qwertz under X, please see above.
Quote:
to make the contents of the rootcopy folder into a lzm module
boot up, put your keymap, xorg.conf etc in rootcopy folder
then open pcmanfm file manager on your usb/
and open a terminal there; right-click "open terminal here"

then do

Code:
dir2lzm rootcopy lq_asking.lzm
tke that module and put it in nFlux_13.1/modules folder
then boot and it should work

Notice the vesa.lzm and grub2.lzm in nFlux_13.1/optional folder
if you choose the vesa option at boot it loads that lzm
you can specify additional modules at boot line or edit syslinux.cfg
just use a semi-colon seperated list

Code:
load=lq_asking.lzm;vesa.lzm
I shall try all that.
Quote:
what is your opinion of nFlux slack?
I like the desktop very much. Everything is in place ... and it's fast. But I shall test nFlux Slax on my NC10 netbook as well.

Quote:
I notice your new here; so what is your experience level with both linux and slackware?
I had some experience with fluxflux-sl. But dont like the desktop. And it's not very stable and not for technical minded people like me. I look for a live-system which has a low-latency performance for audio-recording on my netbook. Used PCLinuxOS and Mandrake for a long time always dual-booting with Windows. As a reference system I currently use Kanotix (very stable).
Quote:
Would you have any suggestions for apps, the fluxbox desktop, etc
I really dont get much feedback so i appreciate
your asking about the keymap thing
as I am looking further into it...
Because I want to replace Windows as much as possible I would need wine for some applications. But wine seems a bit tricky to compile from source. And the jack-audio for audio-recording with my usb-audio-device.
 
Old 06-02-2010, 08:03 AM   #55
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
OK

thanks to both of you...

Now;

Quote:
what graphics card do you have?
NVidia G210
Quote:
did you try doing "xconf" as root at level3
or choosing graphics mode (runlevel 4) at boot?
xconf doesnt exist but xorgsetup. It reproduces the correct rc.keymap (runlevel 3, root)
xconf is a slax X configurator,
it works pretty good I thought...

Did you enter "xconf" as root after login at runlevel 3?

Once you get what you want setup
just make it into a slax module and it will override anything else

At desktop you have a GTK gui keyboard setup in menu

Also, I was gonna add a wine module too

Here's how to convert a(any) slackpkg(.tgz/.txz) into a slax module

I will use Wine from SalixOS repository
its in the nFlux firefox bookmarks

grab openal-1.8.466-i486-1fb.txz, wine-gecko-1.0.0-i486-1cd.txz, and
wine-1.2rc1-i486-1cd.txz from salix's 13.0 repo in xap/ and l/

I will use the Downloads folder to extract them one by one
after extracting I make a folder in /root named "pkg"
Code:
mkdir /root/pkg
do explodepkg on each, starting with wine-1.2rc1-i486-1cd.txz

Code:
explodepkg wine-1.2rc1-i486-1cd.txz
it outputs to a folder (usr) and install folder
put these in /root/pkg folder

move the install/doinst.sh script up into the top of folder pkg
in pkg folder is now
Code:
doinst.sh usr install
make doinst.sh executable

Code:
chmod +x doinst.sh
then run doinst.sh to make symlinks needed

Code:
./doinst.sh
repeat the procedure for each package
place the extracted contents of openal and wine-gecko
in pkg folder

when done, make the slax module from the pkg folder

Code:
dir2lzm pkg wine-1.2rc1-gecko-1.0.0-i486.lzm
anyway
I already just made it

here's wine/wine-gecko module for nFlux
please test it for me too lq_asking

download wine module

http://multidistro.com/downloads/App...1.0.0-i486.lzm

I'm sure it needs debugging,etc
EDIT: whats a good exe to test wine module with?

and ax25nut;
I noticed none of them have replied to my posts on slax about changing the name
so, like you, I believe their claims are baseless
Thus I will keep the name nFlux, at least until I can come up with something more original maybe?

Anything you suggest?
Thanks

Last edited by linus72; 06-02-2010 at 08:38 AM.
 
Old 06-02-2010, 08:22 AM   #56
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Ok
so I booted up with the wine module in nFlux_13.1/modules folder
and installed notetab lite exe
pic below

EDIT: wonder what else I can use from dindows freeware
Also, I think I will include wine/wine-gecko into the next nFlux slack release
as it still would be under 700MB
Attached Thumbnails
Click image for larger version

Name:	wine.png
Views:	18
Size:	112.4 KB
ID:	3742  

Last edited by linus72; 06-02-2010 at 08:34 AM.
 
Old 06-02-2010, 11:39 AM   #57
lq_asking
Member
 
Registered: May 2010
Location: Berlin
Posts: 82

Rep: Reputation: 16
[resolved] german keyboard settings - console and Xorg

rc.keymap works, but ...
Quote:
Originally Posted by lq_asking View Post
To be definite this is /nFlux_13.1/rootcopy/etc/X11/xorg.conf I use on my USB-stick.

Code:
...
Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
EndSection
...
xorg.conf is correctly loaded as well as the german keyboard mapping from /nFlux_13.1/etc/rc.d/rc.keymap.
... but this xorg.conf doesn't do what it is supposed to ...
Suppressing the default "us"-keyboard settings supplied by the Xorg Input Hotplugging is needed. Simply add these lines to /nFlux_13.1/rootcopy/etc/X11/xorg.conf:
Code:
Section "ServerFlags"
     Option "AutoAddDevices" "False"
     Option "AllowEmptyInput" "False"
     Option "AutoEnableDevices" "False"
EndSection
An even better solution clearly would be to change the Xorg Input Hotplugging defaults from "us" to "de".

P.S. If booting directly into graphical mode leave out xconf from the autoexec-parameter in the kernel-append-line. xconf would override the xorg.conf in the rootcopy(sub-)folder.

Last edited by lq_asking; 06-02-2010 at 06:10 PM.
 
Old 06-02-2010, 07:09 PM   #58
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Hey lq_asking

thats right; some/all of the boot parameters can/will overwrite
the xorg.conf

since your running from usb I suggest you make custom entries
for your setup etc
and make the custom .lzm's you need

Oh, as for the wine module
I built 1.2rc2 today from source and its good

Now, I dont have windows and dont usually use wine
so, what Frontend to wine would anybody recommend ??
 
Old 06-02-2010, 07:21 PM   #59
lq_asking
Member
 
Registered: May 2010
Location: Berlin
Posts: 82

Rep: Reputation: 16
Quote:
Originally Posted by linus72 View Post
OK
thanks to both of you...
...
xconf is a slax X configurator,
it works pretty good I thought...
Yes, works indeed. Don't know why it didnt before. Please see my previos post.
Quote:
Here's how to convert a(any) slackpkg(.tgz/.txz) into a slax module
...
(steps)
Thank you very much. I shall go through these steps later.
Quote:
anyway
I already just made it

here's wine/wine-gecko module for nFlux
please test it for me too lq_asking

download wine module

http://multidistro.com/downloads/App...1.0.0-i486.lzm

I'm sure it needs debugging,etc
EDIT: whats a good exe to test wine module with?
Was quite curious. Made a test with your module.
Installed the world-class audio-extraction program Exact Audio Copy, which is most likely quite hard stuff for wine because of hardware-nearness of such programs. In addition to the program-installation I had to copy only wnaspi32.dll (Ahead Nero) into the Exact Audio Copy program-folder. On startup there are some error messages but they don't seem to do any harm to the program.

The result of my very first ripping of an Audio-CD under Wine+EAC is an 100% bit-perfect copy of the original CD. This is amazing.

Last edited by lq_asking; 06-03-2010 at 01:31 AM.
 
1 members found this post helpful.
Old 06-03-2010, 07:32 AM   #60
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Thats great dude
Quote:
The result of my very first ripping of an Audio-CD under Wine+EAC is an 100% bit-perfect copy of the original CD. This is amazing.
No doubt; Slackware rocks!

I think Slackware is Hands-down the best distro in my opinion
Why?
Simplicity

With Arch at a close second; I think the reverse of what most think about Slackware
Many say, "Slack is not for beginners", "Slack is too hard"
Bah!

Rubbish.

Think of Slackware as a blank canvas; a build-it-yourself kitcar
An artist doesn't start with a premade painting and then add stuff

Its so easy really, all the configs are in front of you
usually not as GUI apps, etc
I think of all the helper apps like dpkg, apt, etc as hampering
and concealing whats really going on in there.

Me; I'm a clasic car nut, I would rather buy a 60-something car than anything new
I can make that 60's relic into a corner bangin roadracer easily without any computer, etc
I had a 67 ford trunk, it had 1 vacuum hose and no electro-gizmos
it was bulletproof reliable
and the gas pedal never stuck

Thats the freedom Slackware imparts.
A known base thats rock solid
like a blank canvas of the highest quality
waiting only for the Master's Imagination

Eeek
I do include alot of my own "helper" apps in nFlux slackware
This is more to demonstrate the simplicity of slackware than to
help a newbie.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux-oriented Intro Programming book? Munchkinguy Programming 8 10-16-2007 02:56 AM
LXer: Announcing Foresight Linux 0.9.9 LXer Syndicated Linux News 0 12-18-2006 02:21 AM
LXer: Announcing Foresight Linux 0.9.8.3 LXer Syndicated Linux News 0 10-30-2006 07:21 AM
LXer: Mobile audio editing powered by Linux, thanks to Trinity DAW LXer Syndicated Linux News 0 07-12-2006 12:03 AM
Announcing Slackware Linux 9.0! jeremy Slackware 1 03-20-2003 09:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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