LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


View Poll Results: UNIX is better than WINDOWS
what?HELLO.i am UNIX. the best! 605 68.52%
whooa, wait a minute. Windows is BETTER than UNIX 48 5.44%
hoo-boy..i don't like both. 64 7.25%
errr...i don't know, what is UNIX afterall? 11 1.25%
windows?never heard of it... 155 17.55%
Voters: 883. You may not vote on this poll

Closed Thread
  Search this Thread
Old 05-16-2010, 09:24 AM   #3406
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723

I meant "third-party" relative to the creators of the window manager.

AFAIK you can't theme XP without separate programs.

But you can theme almost all Linux window managers without installing any other software.

Last edited by MTK358; 05-16-2010 at 09:26 AM.
 
Old 05-16-2010, 09:53 AM   #3407
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,

That's the wonder of 'X'! The utilitarian aspects of 'X' has provided the means to have the ability to create useful DE & Desktops. If your not happy then you as a user can create your own with 'X' or modify existing. This same applies to GNU/Linux generally but try that with M$ restrictions.

With a M$ system you are limited by the restrictions of the developers. Sure you can modify within that environment but limited or restrictive.

I think the unified means that a GNU/Linux system provides is the biggest advantage to a user. If you don't like the basics then openly modify to suit your needs. Try doing that with a M$ system, environment or application.

 
Old 05-16-2010, 11:30 AM   #3408
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Here's my script to add links about every word, now in AWK:

Code:
awk 'BEGIN{ RS="[ \t\n]" } { printf("%s", $0, $0) }'
 
Old 05-16-2010, 11:33 AM   #3409
MrCode
Member
 
Registered: Aug 2009
Location: Oregon, USA
Distribution: Arch
Posts: 864
Blog Entries: 31

Rep: Reputation: 148Reputation: 148
@MTK:

Protip: use [noparse][/noparse] tags when you don't want something to show up as a link/special text/etc.

e.g.:

Code:
awk 'BEGIN{ RS="[ \t\n]" } { printf("[url=http://www.answers.com/topic/%s]%s[/url]", $0, $0) }'

Last edited by MrCode; 05-16-2010 at 11:37 AM.
 
Old 05-16-2010, 12:02 PM   #3410
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by MrCode View Post
@MTK:

Protip: use [noparse][/noparse] tags when you don't want something to show up as a link/special text/etc.
I wanted to, but I didn't know that such a feature existed. I thought it would be called nobbcode or something.
 
Old 05-16-2010, 01:14 PM   #3411
dakoder
LQ Newbie
 
Registered: Dec 2009
Location: Swindon Wiltshire England Earth
Distribution: Debian, mint-9, tinycore
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by MTK358 View Post
Linux does not have any desktop or GUI integrated into it. In fact the distro I use doesn't have a GUI when you install it. It's optional.
Oh yeah... so cool !!!
 
Old 05-16-2010, 04:21 PM   #3412
dv502
Member
 
Registered: Sep 2006
Location: USA - NYC
Distribution: Whatever icon you see!
Posts: 642

Rep: Reputation: 57
Unix and linux don't really need a gui, based on a person's experience, you can do many things from the command line from simple to complex.

The GUI was created just for convenience to those who didn't like using the command line.

Last edited by dv502; 05-17-2010 at 03:49 PM.
 
Old 05-16-2010, 04:28 PM   #3413
mudangel
Member
 
Registered: May 2008
Location: Ohio
Distribution: Slackware
Posts: 267

Rep: Reputation: 56
Quote:
Originally Posted by dv502 View Post
The GUI was created just for convenience to those who didn't like using the command line.
And it can look nice!
 
Old 05-16-2010, 04:55 PM   #3414
dv502
Member
 
Registered: Sep 2006
Location: USA - NYC
Distribution: Whatever icon you see!
Posts: 642

Rep: Reputation: 57
My command line usage is 95% and GUI usage is 5%

Last edited by dv502; 05-17-2010 at 02:24 PM.
 
Old 05-16-2010, 05:05 PM   #3415
cantab
Member
 
Registered: Oct 2009
Location: England
Distribution: Kubuntu, Ubuntu, Debian, Proxmox.
Posts: 553

Rep: Reputation: 115Reputation: 115
Probably the other way around for me. Web browsing in Firefox and watching videos in mplayer (which I start from the command line) probably account for 95% of my computer usage.
 
Old 05-16-2010, 05:34 PM   #3416
MrCode
Member
 
Registered: Aug 2009
Location: Oregon, USA
Distribution: Arch
Posts: 864
Blog Entries: 31

Rep: Reputation: 148Reputation: 148
Quote:
The GUI was created just for convenience to those who didn't like using the command line.
This hits the nail right on the head. Computers (as we know them today) started with the CLI. Actually, the CLI was invented as a way to interact with a computing machine more clearly than with buttons/switches! It's usually about convenience, not always necessity.

As for me, it depends on which of my computers I'm on. On this machine, I'll open up an X terminal (rarely leave X) to do something more often than I'll use a GUI program for it. On Ubuntu, however, my needs on that machine are slightly different (if that makes any sense :-S), and I tend to use the CLI/GUI about 50:50.


You know what, forget all that. I think I should seriously vow to not respond to this thread again...I'm starting to turn into a troll.

Last edited by MrCode; 05-16-2010 at 05:40 PM.
 
Old 05-16-2010, 05:59 PM   #3417
cantab
Member
 
Registered: Oct 2009
Location: England
Distribution: Kubuntu, Ubuntu, Debian, Proxmox.
Posts: 553

Rep: Reputation: 115Reputation: 115
It's remarkable how the GUI has been essentially unchanged since the Alto in 1973. Almost everything since has just been eye candy.
 
Old 05-17-2010, 07:30 AM   #3418
dakoder
LQ Newbie
 
Registered: Dec 2009
Location: Swindon Wiltshire England Earth
Distribution: Debian, mint-9, tinycore
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by MrCode View Post

You know what, forget all that. I think I should seriously vow to not respond to this thread again...I'm starting to turn into a troll.
me too.......
You are right mattvdh!
Everyone here is going to stop using linux right now and move over to windows..... mostly because we miss the hour glass mouse pointer, amongst other thin~~~~~~~~~(This application has caused an exception blah blah blah .. . .... .. ... ......

Last edited by dakoder; 05-17-2010 at 07:33 AM. Reason: cos(it)*felt - good
 
Old 05-17-2010, 12:11 PM   #3419
mattvdh
LQ Newbie
 
Registered: May 2009
Posts: 0

Rep: Reputation: 0
Quote:
Originally Posted by MTK358 View Post
I meant "third-party" relative to the creators of the window manager.

AFAIK you can't theme XP without separate programs.

But you can theme almost all Linux window managers without installing any other software.
of course you can theme XP without separate programs.
http://www.instantfundas.com/2008/07...indows-xp.html
 
Old 05-17-2010, 12:27 PM   #3420
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Whatever. Forget about themes. What about this:

The Windows click-to-raise focus policy is the worst thing you can possibly imagine. I often like to have a small window above a maximized window, but when I start working in the maximized window the little window hides. ARRRRGGGH!!!

I really like what's called "Sloppy Focus". That's when windows are focused when the mouse moves into them, and they only raise when clicked on the title.

I heard that you can do that in Windows, but it requires you do download extra software.

Also, virtual desktops. Enough said.
 
  


Closed Thread

Tags
business, kenny's_playground, microsoft, register, technical, windows, worm, wtf



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
Linux-windows Dual boot question when upgrading from windows 2000 to XP sarikalinux Linux - Newbie 1 03-09-2006 02:21 PM
Solution Dual Boot Windows & Linux [ALL DONE IN WINDOWS] No Linux terminology DSargeant Linux - Newbie 35 02-07-2006 03:29 PM
Solution Dual Boot Windows & Linux [ALL DONE IN WINDOWS] No Linux terminology DSargeant Linux - Newbie 4 11-10-2005 11:37 AM
Red Hat Linux 9 + Windows Server 2003 + Windows XP + Fedora in same domain wolfy339 Linux - Networking 5 03-02-2005 06:03 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

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