Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
09-02-2008, 03:01 PM
|
#226
|
|
Member
Registered: Sep 2006
Posts: 338
Rep:
|
Quote:
Originally Posted by Shingoshi
So I would like to hear all of the futile arguements for why RAID1 shouldn't be considered as a standard feature at installation. And then you can tell us how Slackware isn't closed (and unduly regressive).
|
Hey Shingoshi,
It is a breeze setting up a RAID for Slackware. You've got the EXCELLENT mdadm tools with the 12.x series and the "old-school" raidtools for Slackware 11.
I've been running more or less all my Slackware machines (both servers and desktops) with RAID for a looong time, and it works very well.
Yes, it's not available as a ncurses option, but it's just as much there as the trusty fdisk is. And it's not that hard doing:
Code:
mdadm --create /dev/md0 --level=1 --raid-devices=2 --spare-devices=1 /dev/hda1 /dev/hdc1 /dev/sda1
Or whatever kind of raid that might float your boat.
There's an excellent man entry for mdadm.

/Thomas
|
|
|
|
09-02-2008, 05:03 PM
|
#227
|
|
Member
Registered: Jan 2007
Distribution: Slackware
Posts: 341
Rep:
|
Quote:
Originally Posted by WebGraphics
The reason it looks out of place on the Slackware website is because the site layout is so square, which fit with the old logo. The new logo is all curvy so it looks a bit out of place. But the logo itself is great in my opinion.
|
Next step: it's time to change the website design to a more "curvy" one to fit with the new logo. OMG, I'm out :-(
|
|
|
|
09-02-2008, 06:20 PM
|
#228
|
|
Moderator
Registered: Apr 2002
Location: in a fallen world
Distribution: slackware by choice, others too :} ... android.
Posts: 22,916
|
Quote:
Originally Posted by Road_map
Next step: it's time to change the website design to a more "curvy" one to fit with the new logo. OMG, I'm out :-(
|
Heh ... there's no real limit to bad taste ;D
|
|
|
|
09-02-2008, 06:41 PM
|
#229
|
|
Senior Member
Registered: Mar 2007
Location: Russia
Distribution: Slackware 12.2
Posts: 1,202
Rep:
|
Quote:
Originally Posted by Road_map
Next step: it's time to change the website design to a more "curvy" one to fit with the new logo. OMG, I'm out :-(
|
I don't think it'll be possible to rewrite entire website in the way that everything will look the same (while remaining readable) upside-down (including text, links, etc. ).
|
|
|
|
09-03-2008, 07:07 AM
|
#230
|
|
LQ 5k Club
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Laptop: Slackware 14.0 // Desktop: Slackware64 14.0 // Netbook: Slackware 14.0
Posts: 6,196
|
I keep looking at that new logo, thinking it might grow on me. So far...no chance. It's like a naturally pretty girl plastering her face with cheap make-up, unnecessary and unfitting.
|
|
|
|
09-03-2008, 07:17 AM
|
#231
|
|
HCL Maintainer
Registered: Jun 2003
Location: Tupelo, MS
Distribution: Gentoo
Posts: 6,926
Rep: 
|
How do you all like my Slackware box logo?
I'm thinking of start a contest and a poll ...
|
|
|
|
09-03-2008, 07:48 AM
|
#232
|
|
Member
Registered: Dec 2005
Distribution: Slackware -current - KDE 3.5.10
Posts: 62
Rep:
|
Hmmm, it's not bad, but the perspective seems a bit off and so the text looks a little lopsided. Other than that a less photographic digital art box would probably be beneficial, because it would allow you to maintain the colour palette and look-n-feel/textures of the box when you shrunk it down to a favicon size. Logos are difficult, I've never been able to make anything good myself, I reserve mystified awe for people who consistently throw out good work like say: http://logoholik.com/.
|
|
|
|
09-03-2008, 08:02 AM
|
#233
|
|
HCL Maintainer
Registered: Jun 2003
Location: Tupelo, MS
Distribution: Gentoo
Posts: 6,926
Rep: 
|
Before this gets out of hand, I must say that post of mine
was just a joke. The logo on that website is just plain text
thrown on the first Google image hit for box, and put beside
one of the logos from the Slackware site around 2:00 a.m.
My plan for that site is to learn XHTML, and CSS, and then put
something up that looks a bit more ... serious. In the meantime,
it's just a sandbox to save a few items. Who knows, I may never
stop my real work and learn HTML enough to do anything.
|
|
|
|
09-03-2008, 08:53 AM
|
#234
|
|
Member
Registered: Dec 2005
Distribution: Slackware -current - KDE 3.5.10
Posts: 62
Rep:
|
Well in that case, might I suggest learning HTML4.01 strict instead of XHTML trans or XHTML strict? In a fully compliant browser (like the one w3c are building themselves) serving XHTML as text/html can cause unexpected problems due to the differences between it and HTML (more details here) and if you serve it under the correct mimetype application/xhtml+xml, then IE will not render the page.
Basically, if you make it viewable in most browsers then you lose all the advantages XHTML would have given you (XML parsing, etc - not that most browsers do that even under the correct mime, tag-soup engines are just much more forgiving of coding errors) and it can actually cause unforeseen issues not present in HTML4.01 strict (which when written correctly is just as neat and elegant as XHTML).
EDIT: Uh... this is off-topic isn't it, should stop doing that.
|
|
|
|
09-03-2008, 10:34 AM
|
#235
|
|
Senior Member
Registered: May 2003
Location: Columbus, OH
Distribution: DIYSlackware
Posts: 1,914
Rep:
|
Quote:
Originally Posted by Bruce Hill
Before this gets out of hand, I must say that post of mine
was just a joke.
|
It wasn't hard to tell, at least for me. I got a good laugh out of it. Had you really been serious then I wouldn't have said anything for fear of hurting your feelings...  It literally looks like it took you 10 seconds to do. At least no one can say that about the new logo...
|
|
|
|
09-03-2008, 12:49 PM
|
#236
|
|
Moderator
Registered: Apr 2002
Location: in a fallen world
Distribution: slackware by choice, others too :} ... android.
Posts: 22,916
|
Quote:
Originally Posted by jong357
It literally looks like it took you 10 seconds to do. At least no one can say that about the new logo...
|
For which the result looks all the more sad ;D
|
|
|
|
09-03-2008, 03:38 PM
|
#237
|
|
HCL Maintainer
Registered: Jun 2003
Location: Tupelo, MS
Distribution: Gentoo
Posts: 6,926
Rep: 
|
You guys are going to force me to make a real logo ...
Thanks for the HTML info, PsychoticDude85. With my limited time
and free space on the brain, I think HTML 4.01 is doable.
|
|
|
|
09-03-2008, 07:30 PM
|
#238
|
|
Senior Member
Registered: May 2003
Location: Columbus, OH
Distribution: DIYSlackware
Posts: 1,914
Rep:
|
I like the "Slackware Linux" on the box. Looks like it's a part of it but that's about all that cardboard box has going for it... 
|
|
|
|
09-07-2008, 10:51 AM
|
#239
|
|
Member
Registered: Jul 2008
Location: Coffin Point
Distribution: Slackware - ttylinux - CPO
Posts: 53
Rep:
|
My first thought was dislexic, is the image file is corrupted on the server?
Is the image file corrupted on the server ?
Last edited by XavierP; 09-07-2008 at 02:39 PM.
|
|
|
|
09-07-2008, 07:47 PM
|
#240
|
|
Senior Member
Registered: Mar 2007
Location: Russia
Distribution: Slackware 12.2
Posts: 1,202
Rep:
|
It's been more than two weeks. I really don't think new logo deserves that much attention, no matter how ugly (or wonderful, or whatever) it is. It's just a logo.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 05:43 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|