Nov 21, 2009
Pages: 1, 2

Windows Vs. Osx Vs. Linux Security

free web hosting

Read Latest Entries..: (Post #13) by iGuest on Sep 15 2009, 06:23 AM.
zakaluka: "Chrome was the only browser that came out unscathed". did you fail to see the milw0rm posts?  As for OSX being a secure OS - What crack are you smoking? OSX fails to implement a number of memory protection mechanisms, such as ASLR! And **** a snow leopard. Its taken them this long?! As for linux, you'd want to implement GR Security's patches. In addition, I don't think the linux implementation of ASLR is as good as Windows implementation. To exploit a  memory...
read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > MODERATED AREA > Computers > Operating Systems

Windows Vs. Osx Vs. Linux Security

rayzoredge
The hornet's nest: which OS is more secure? And why?

It depends on how you look at things and which perspective you approach it from. As far as I know, Linux seems most secure to me, followed by OSX and then, by a long haul, Windows. My reasoning based from what I've learned so far is that Linux and OSX aren't exactly really big targets for malware, not to mention the fact that Linux has a community that frequently scrutinizes the code to prevent exploits and whatnot from ever happening in the first place. There's not enough of a market share by Linux and Apple to compete with being omnipresent as Windows has been, and it makes sense that most malware is being designed to target the Windows environment.

And of course, along with these facts, you always hear about Macheads smugly mentioning their snide remarks about being virus-free and whatnot... and sometimes, a Linux user will chime in every now and then. And it's funny when I say now that, although Windows is more apt in being targeted for malware, OSX is actually the most vulnerable OS out there. (Apparently, the answer lies in Snow Leopard, and you'll know why in a second.)

Clicky

Some of us are aware of the Pwn2Own contest where a contestant successfully hacked in not once, but TWICE into an Apple computer (a MacBook Pro and a Macbook Air, I believe), taking control of the machine within minutes. (Of course, the Apple community remains unfazed by this brazen act that proves that OSX is not invincible, blaming on something other than the operating system and their precious Apple devices.) These were fully-patched machines, mind you, and the point of the contest is to find bugs and attempt to exploit them to take control of the machine or execute abitrary code to be able to do anything malicious from snagging keystrokes to sensitive information to gaining complete control. And yet, a man by the name of Charlie Miller attempted and apparently did the impossible.

In all reality, security is just a way to deter if not slow down an attack. Keep this in mind, as anyone with the diligence and the knowledge can get into any machine he or she wants.

Microsoft's Windows Vista has something called ASLR (fully implemented with SP1) that is apparently a very effective security feature that deters such attacks. Linux has a weaker version of the same concept but reinforced with PaX and ExecShield. Apple's OSX (Leopard) has some smatterings of binaries of ASLR, but this will be fully introduced in Snow Leopard, the next OS release.

So what the heck is ASLR?

ASLR stands for Address Space Layout Randomization. It basically keeps abitrary code from executing due to a stack buffer overflow or other such attack where a hacker injects code to be executed to gain control of a machine, download malicious code, etc. The way it works dives deep into how things run on a machine, notably the address space. By randomizing the layout of the address spaces needed to execute code, this concept thwarts the possibility of a stack buffer overflow because the way the mentioned attack works is by injecting executable code at the END of a very long address so that after the program takes in the long address and allows for the "leftover code" to be read (run). If the address spaces are randomized, the "end" of the address that contains the malicious code can be exposed and discarded, usually ending with the program crashing on the user end, but protecting the OS itself from being successfully attacked. Linux has a basis of this, complemented with ExecShield and PaX, which basically do the same thing in preventing attacks in this fashion. OSX, however, does not have much of anything at all regarding ASLR, although this is apparently changing with the release of Snow Leopard.

Charlie Miller stirs up the hornet's nest, I'm sure, by declaring that OSX is actually the least secure operating system out of Linux and Windows. However, the saving grace is that with the facts discussed above, OSX is actually the more safe out of Windows and OSX. (He doesn't even mention much about Linux, although with the implementation of basic ASLR and its complements, including the fact that there's not enough of a presence to invoke making itself a target, I would personally say that Linux is the most secure OS.)

What do you guys think?

 

 

 


Comment/Reply (w/o sign-up)

baniboy
I think that although linux is secure, windows is the most secure. Why?

Windows took 3 days and a 3rd party program to be hacked, I believe it was some adobe product. As for remote hacking, those days are over. you're gonna see those only in movies where some guy hacks into a some central computer and takes what he wants. BUT websites and databases are still very much hackable remotely. I hope people pay more attention to update they website software, so some idiot doesn't suddenly think it's fun to mess with one's database. And the next thing you see is a blank screen where you should have your blog saying "greetings from *somehackername*!".

As for the Mac, I always new macs suck! laugh.gif
I was right all the time!!! It starts getting a bit boring when you're right all the time... biggrin.gif

 

 

 


Comment/Reply (w/o sign-up)

truefusion
QUOTE (baniboy @ Apr 10 2009, 05:32 AM) *
I think that although linux is secure, windows is the most secure. Why?

Windows took 3 days and a 3rd party program to be hacked, I believe it was some adobe product.

The 2009 Pwn2Own contest showed, on the first day of the contest, that Windows got hacked due Internet Explorer 8—although the Mac OS got hacked first. Internet Explorer 8 isn't a third-party program. But since you mention Adobe, that means you are referring to one of the past Pwn2Own contests, but i haven't gone through the Pwn2Own history to know which one exactly; i only remember about the one that Windows got hacked without any mention of third-party software and where the Mac OS got hacked due to the flash browser plug-in.

But the most secure OS is said to be OpenBSD, which isn't part of the list.

Comment/Reply (w/o sign-up)

zakaluka
If you are using Windows, an interesting item to note is that Chrome was the only browser that came out unscathed. It doesn't really mean that Chrome is uncrackable, probably only that the market share it holds is too low for people to waste time attacking it during a contest.

Here's an interview with one of the contestants - http://blogs.zdnet.com/security/?p=2941 . He mentions that though he has a Chrome vulnerability, but doesn't know how to currently exploit it.

I do wish they would test OpenBSD as well. With the amount of care that goes into it, I wouldn't be surprised if it came out unscathed.

Regards,

z.

Comment/Reply (w/o sign-up)

truefusion
What amazed me a bit about the contest is that the Opera browser wasn't mentioned at all, yet Chrome, being newer and still in testing stages, was included in the contest. It would have been very nice to see how Opera stands up in security between the other browsers.

Comment/Reply (w/o sign-up)

rayzoredge
QUOTE (truefusion @ Apr 11 2009, 12:24 PM) *
What amazed me a bit about the contest is that the Opera browser wasn't mentioned at all, yet Chrome, being newer and still in testing stages, was included in the contest. It would have been very nice to see how Opera stands up in security between the other browsers.


I think that the view of things are kind of skewed with lack of information or even mention of the security of other alternatives. I can see how Linux didn't receive much mention as the main focus would be on the two operating systems that most consumers use (Windows and OSX), but at the same time, wouldn't businesses and enthusiasts benefit from more information and news from Pwn2Own about Linux? I don't think it's fair that Charlie Miller dismissed Linux because "grandma couldn't run it." I'm a little tech-savvy so I could do things like compile and make programs under Ubuntu, make hardware work with Ubuntu, and do a number of things from the CLI (something that Grandma probably can't do), but out of the box pre-installed on a Netbook or some other scenario of the sort, I'm sure that anyone can operate user-friendly distributions of Linux just as they would with OSX or Windows. And really, doesn't it take a bit of tech knowledge to work around ANY of the operating systems? I hear that OSX has a ton of power under the hood, but all of it is buried in menus and hidden tools and whatnot that you would have to learn, so how does that contrast with Windows offering the CLI, Control Panel, registry and services, and with Linux and the command line?

I liked Opera a heck of a lot when I used it, and I'm hearing more about it (but that's because I pay attention moreso to news about it now). I've heard of all of the major browsers and am aware of their consumer share in usage, so I suppose it's not surprising to know that Opera doesn't have as much press. (Why do you think Google's Chrome is already out and known moreso?) Internet Explorer comes with every system; Firefox grew with enthusiasts pushing the features and the awareness of "the better browser;" Chrome belongs to Google; and Safari comes with OSX. I think Opera is in the same boat as Firefox was years ago... it will only be some time before people become more aware of Opera.

Comment/Reply (w/o sign-up)

aloKNsh
hello dere
i will prefer linux and i am currently using ubuntu because
it will ask for password every time and also it has a special property that only .gz or something like that only will run and in win all files having .exe with .dll will run and generally some trojans are in this format only.........
so ubuntu is much more secured than windows xp.........

Comment/Reply (w/o sign-up)

websey
Hey Guys,

To be honest, I run Windows Server 2003 R2 on all my computers wether home or work, whether desktop or server.

The reason is we have a lto of freelancers come in so we lock all users down so they can only do the bare minimum, I have refused to allow autoplay on any of my pc's and also refused to allow any form of USB attachment with out sysadmin privalages ! lol ffs the cd drive doesnt even work tongue.gif

To be honest the operating system is only as secure as people allow it to be....

If you have a computer and run around all the dirty little infected sites with out any protection you have to expect this to happen...

So yeah any way...

As someone said above the reality of you getting your system remote hacked is very unlikley and what would be the reason to be honest, just remember to keep up to date with all your site security updates...

Any way laters all

websey

Comment/Reply (w/o sign-up)

truefusion
QUOTE (websey @ Apr 22 2009, 08:09 AM) *
If you have a computer and run around all the dirty little infected sites with out any protection you have to expect this to happen...

Interestingly enough, if you were to visit those same websites on another system, like Linux, you would most likely not have to deal with the inconveniences that plague the Windows user. Of course, i don't mean to imply that one should make the switch so that they can do foolish things.

Comment/Reply (w/o sign-up)

rayzoredge
I have another article that bolsters the statement that Apple is indeed more "physically" insecure than Windows, yet is more secure because there isn't much of a base to write malware... yet.

QUOTE
... security expert Charlie Miller that argues that contrary to popular belief, the Mac platform is not more secure than Windows, it's just not targeted by malware writers--yet.
"The sky is not falling," Dai Zovi said. But also, "the Mac is not magically protected from malware."

If security features are added to the new version of Mac OS X, Snow Leopard, which is due out on Friday, that could change Dai Zovi and Millers' opinion.


Lazy Link

Addendum: Snow Leopard is going to have an anti-malware feature. Smart.

Comment/Reply (w/o sign-up)

Latest Entries

iGuest

zakaluka: "Chrome was the only browser that came out unscathed".

did you fail to see the milw0rm posts? 

As for OSX being a secure OS - What crack are you smoking?
OSX fails to implement a number of memory protection mechanisms, such as ASLR! And **** a snow leopard. Its taken them this long?!

As for linux, you'd want to implement GR Security's patches. In addition, I don't think the linux implementation of ASLR is as good as Windows implementation.

To exploit a  memory corruption bug on vista is quiet difficult due to ASLR, and DEP in my opinion. It would become more difficult if safeSEH was implemented on the app you're attacking as well. A common method of bypassing ASLR on vista is the use of heap spraying. I have heard that heap spraying is ineffective against ubuntu, however I wouldn't be surprised if windows becomes immune shortly. I doubt it would be hard to implement, based on their other implementations.


Comment/Reply (w/o sign-up)

galexcd
QUOTE (rayzoredge @ Aug 27 2009, 01:55 PM) *
As in a good hour's worth of cleaning-up-after-a-Trojan guilty.


Ahhh, the joys of reformatting a drive and re-integrating all the data. It's one of my favorite pastimes. It's loads of fun until you realize you forgot to back up an important file after you just finished formatting...

Comment/Reply (w/o sign-up)

rayzoredge
QUOTE (galexcd @ Aug 27 2009, 04:37 PM) *
Now of course if a user is dumb enough to give a suspicious program their administrator or root password, they deserve whatever is coming to them.


Took the words right out of my mouth. laugh.gif

However, I'm sure that even the best of us fall for some legitimate-looking items, like allowing svchost.exe in Windows XP to access network resources. (I'm guilty. As in a good hour's worth of cleaning-up-after-a-Trojan guilty. tongue.gif )

Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Pages: 1, 2
Similar Topics

Keywords :

  1. Linux Ubuntu Vs Windows Vista
    Discussion on which OS is better, Vista or Ubuntu. (40)
  2. Windows Vista: Disabling Login Screen
    officially not permitted, is there a way around? (7)
    Hi all, I'm sure some of you gave a thought to this, why does Vista always show the login
    screen when booting? In XP there was an option somewhere in control panel to "assume this user
    always login to the computer" or something like that. That way if you used the same user 99% of the
    time and wanted to keep a second user as say an administrator you could do so by setting that
    option. If you ever wanted to switch to the "hidden" user you could do so with Log Off or Switch
    User in Start Menu. Now this is not possible in Vista, the user is given the login screen no ma....
  3. Windows Xp Sp2 Restarting After Some Time
    (10)
    Hi , I dont know what happened but My system restarts after a few Minutes (at max an hour). Can
    someone guess what might be wrong. It displays a System Shutdown Timer (initiated by
    Administrator) and then restarts after 60 sec. This is an SP2 so I dont think its a blaster. I
    have a ZoneAlarm Security Suite and it didn't detect anything. I even Scanned my Windows folder
    from Kaspersky using my Second OS (Vista) but that also didn't detect anything . .. Any guesses
    ??....
  4. Wireless Lan Network Card Driver Installation On Linux Ubuntu 8.04!
    (5)
    If you want to install wireless lan pci card drivers for linux unbuntu 8.04 but there aren't
    drivers for linux - just download NDISWrapper and install windows drivers for Linux Ubuntu 8.04. For
    details check - https://help.ubuntu.com/8.04/internet/C/ndiswrapper.html ....
  5. Can Anyone Recommend A Light Linux Distro?
    (15)
    I'm looking for a light linux distro, but something decent, that will only run on about 128-256
    ram, CPU 1.8GHz, that has office (probably open office or abiword) that won't need more than
    about 2-4GB hard drive. (Something like puppy linux) Just to run in an emulator. I'm asking
    because there might be a killer distro out there that I haven't heard of or found that someone
    might know about. If not puppy linux will be great for it. Thanks....
  6. Windows Vista Sp1
    Does it make Vista a viable OS to upgrade to? (14)
    Has anyone actually been satisfied with the release of SP1 for Vista? Does it solve the problems
    that we've all griped about? Overview of Windows Vista SP1 From what I'm reading
    from that document, I'm actually surprised, appalled, and in a way, now wondering if Vista can
    actually be an upgrade. I laughed at: QUOTE Enhances support for high-definition (HD)
    drives by adding new icons and labels that identify HD-DVD and Blu-ray drives as HD drives.
    That's awesome. I never knew the HD drive that I bought was an HD until SP1. /rolleye....
  7. How Do I Change The Default Windows Font Size?
    Without changing DPI, of course. (7)
    I know there's an option in Ubuntu to change all the font sizes of the general system, the
    windows, and etc. Now I'm trying to do this in Windows. I've changed everything about
    the windows except for the general system size. How do I do this?....
  8. Why Do Alot Of People Hate Windows Vista?
    (40)
    personally, i prefer it the only thing i don't like is that i sometimes have trouble playing
    older pc games EDIT:sorry, just relized i'm prlly in the wrong forum....
  9. Installing Windows Xp On A Sata Enabled Desktop/notebook Computer.
    How to ...... (9)
    If you bought a brand new computer within the past few years, you might have noticed that your
    computer shipped with a Serial ATA (SATA) controller instead of the convetional Enhanced IDE (EIDE)
    controller. The reason for this is to enhance performance and power management as SATA controllers
    and their supported Hard Disk Drives have a higher data transfer speed against their IDE
    counterparts. And they are supposed to use lesser amount of power thereby saving you more battery
    life in your notebook's battery or UPS as the case may be. If you want to install and run ....
  10. If Mac Osx Is Best With Hardware, Where Does Linux Lie?
    (8)
    Here's a good question: Is Linux better at utilizing hardware efficiently to produce optimal
    performance out of your components. I hear a lot about Mac OSX being so much better with Intel
    processors and yada yada, but I don't know if this is true or if a bunch of Mac elitists said a
    bunch of crap and ran with it. I don't think there are actual comparable benchmarks, but if
    there are, where does Linux lie in the hardware efficiency race? (Or is it dependent on which Linux
    distribution it is, like how XP still beats Vista in performance?)....
  11. Create An Undeletable Shortcut Using Registry(windows)
    Add undeletable shortcut in desktop and inside "My Computer"&# (2)
    Create an Undeletable shortcut in Desktop and inside "My Computer"!
    *************************************************************************** DISCLAIMER: The
    following contains registry edits. If done improperly can cause strange behaviour, and at worst,
    could even entirely corrupt your Windows Installation, requiring you to reinstall Windows. I cannot
    be held for any damage you may cause to your system as a result of taking any action suggested in
    the following article. *************************************************************************** ....
  12. Nasty Windows Tricks Using Vbs Codes
    blue screen of Death, Instant Shutdown, Endless Notepads (18)
    The CMD Codes- to use, open up notepad and copy and paste the code into the notepad. name the file
    (anyname).vbs (to make a .vbs file, when u save it or save as, it will ask u for a name and which
    type u want it, so choose all file then just name it as a .vbs file) then just click on the file u
    just made *NOTE* these codes do not stay on forever, they just stay on until the person shuts off
    the computer. The registry delete is one that PERMANETLY deletes files on the computer that cannot
    be recovered. this will DESTROY the computer -The blue screen of Death *The Blue....
  13. Installing Compiz Fusion Onto Ubuntu Linux 7.10 (ati Graphics Card)
    (1)
    Hello, In this tutorial I will show you how to install Compiz Fusion onto Ubuntu Linux version 7.10
    with an ATI Graphics card. Requirements: Ubuntu Linux 7.10 You use an ATI Graphics Card To
    start off, all these scripts should be ran in terminal. Terminal is accessed by clicking on:
    Applications Accessories Terminal We will be putting the prefix of sudo on before the codes.
    This makes it run as an administrator, as Ubuntu doesn't allow direct access to the accounts.
    First of all if you haven't already, enable the restricted driver for the ATI Graph....
  14. How To Disable Keyboard
    Windows XP (5)
    How to disable keyboard In Windows XP 1- Go to StartMenu > Run and type "regedit" and press OK to
    run Windows Registry Editor. 2- Go to following address: CODE HKEY_CURRENT_USER\Control
    Panel\Accessibility\Keyboard\ Response 3- Create a new String Value and name it as Flags , then
    give it value of 127 4- Now Go to following address: CODE
    HKEY_CURRENT_USER\Controlpanel\Accessibility\SoundSentry 5- Create a new String Value and name it
    as Flags , then give it value of 3 6- Create a new String Value and name it as WindosEffect, then
    give it value of 3 7- Cl....
  15. How To Install Microsoft Windows Xp Automatically!
    (6)
    How to install Microsoft Windows XP automatically As you know, during installing Microsoft
    Windows XP, setup asks you several questions about your installation drive, windows serial number,
    your language, administrator password, local time zone and … . So that you should sit and answer
    above questions. But there is a small tool in Microsoft Windows CD , let's you answer these
    questions before installing Windows. 1- Put Windows XP CD/DVD in the CD/DVD in your CD/DVD ROM and
    go to following folder: X:\Support\tools\ 2- Copy deploy.cab in your Hard Drive and then ex....
  16. Changing The Windows Xp Splash Screen
    another quick tutorial (11)
    First make create 16 bit 640*480 image and save it as boot.bmp in 'c:\windows' directory
    Click Start|Run and type c:\boot.ini. The file opens in Notepad. Look for an entry similar to
    this. CODE "multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional"
    /noexecute=optin /fastdetect" Add /noguiboot /bootlogo at the end of the line so that it looks
    like this. CODE "multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
    Professional" /noexecute=optin /fastdetect /noguiboot /bootlogo" We add the /noguiboot switc....
  17. How To Reset, Retrieve Windows Xp User Password ?
    Its a simple methord ! Just read it ! (30)
    IF U R IN TROUBLE ? LOST YOUR XP LOGIN USERNAME AND PASSWORD ......
    ===================================================================== You can get in to anu
    user account if you are using windows administrative account its a simple methord ! STEP 1 .
    CLCIK - START MENU ! STEP 2 . TAKE " RUN " STEP 3 . RUN " mmc " - M icrosoft M
    anagement C onsole There u get a new NEW WINDOW - name Console STEP 4. Click FILE TAB STEP
    5. TAKE " ADD / REMOVE " STEP 6. Click " Add.. " - (Child window) STEP 7. " Add Local
    User and Gro....
  18. Pros And Cons Of Mac, Windows, And Linux
    This is not a what's better topic, it's a pros and cons (40)
    Before i start i want to make sure you understand this is not a what OS is better this is a what is
    better at certain things and your reasons why. I would also like to know more about Linux because
    i'm slightly confused on it. Will it mess my computer up if i install it, dont like it, and
    uninstall it? OK on with the topic. I own a Mac and work on one for many hours a day, but had
    always used a Windows based system since well i was 5 and i remember my father using DOS to run Duke
    Nukem haha. So i know my way around it. Here is my Pros and Cons list Windows: Pros....
  19. Microsoft Warns Users Of Pirated Windows Os
    with a Desktop Message (36)
    QUOTE Hundreds of thousands, if not millions, of local PC users running pirated Windows
    operating systems will soon face the shame of being reminded of their illegal action every time they
    switch on their machines. The feature will be added to the operating system by Microsoft Corp from
    tomorrow and cannot be erased. It will nag the guilty users and can be awkward if it shows up on
    corporate PCs." QUOTE The anti-piracy move is being kicked off in five countries tomorrow –
    the United States, Britain, New Zealand, Australia and Malaysia. Full Story: http....
  20. Installing Linux On My Laptop
    (4)
    Hello, i have Debian "Sarge" in a DvD, and i want to install it in my dell d600 but i want to know
    if all this hardware is supported, or is better if i first donwload all that i goint to need,
    because if i install it but my lan adapters doesn't work then i will have some difficulties:
    This is my system Centrino LCD SXGA (1400x1050) Pentium M Banias 1.6 FSB 400 Mainboard i855PM ATI
    RADEON 9000 AUDIO SIGMATEL 9750 Intel PRO/Wireless LAN 2100 3A MINI PCI Broadcom 570X Gigabit
    Thank's for your help!!....
  21. Freebsd Vs Linux
    What would you use? (10)
    Which one do you think is best? Please explain your choice. Cheers!....
  22. Error Installing Windows Xp -error 7 Ntkrnlmp.exe
    (12)
    i have tried to install windows xp on my pc and i get an error right after it ask at the bottom of
    the screen to press f2 to restore an error pops up saying FILE \$win_nt$.~bt\NTKRNLMP.EXE cannot be
    open error 7 setup cannot complete and has to close i have had windows xp on the pc before so i
    know its compatible but i used a different version of windows before ,this tinme im using a new one
    and i get this error i seem to find no solution anywhere about how to resolve this and I was
    wondering if possible theres something i need to do,I am not to smart with computers s....
  23. Windows Xp Freezes At Welcome Screen
    (57)
    today i start my pc in windows xp and found that xp freezes at welcome screen. then i try to boot in
    safe mode but the problem persisits then i again try in last good configuration setting but it
    doesn't help so i hav to reinstall my xp plz any body hav solution for this so that i do not hav
    to reinstall my xp for this problem as i get this problem oftenly. thanks....
  24. How Do I Switch From Gnome To Kde?
    Ubuntu Linux (7)
    Hey. I use Windows mainly, as I use games and graphical programs the most. However, I use Linux a
    bit, just for programming and other things like that. I'm not that good at programming and
    linux though ;_;... Well, I decided that the main reason I don't like to use it is that it
    looks so alien, and I hate how GNOME looks. I hear that if I move to KDE I'll be sacrificing
    some performance or whatnot. I have this really crazy linux zealot friend who preaches the linux
    gospel to me, and will attempt to beat down any reason why I like Windows. I would ask ....
  25. Skinning Windows Xp
    Do you know how to skin ? (7)
    Okay, I've heard alot about skinning Windows XP with programs made specially for skinning. But
    these programs somehow lags my system and I'm not quite happy about it... Anyone knows how to
    skin Windows XP without using using software like DesktopX or ThemeXP etc. ? Just skinning it
    manually including icon sets too......
  26. Ubuntu Linux Cds For Free (incl. Shipping)
    Grab it right now... (25)
    Hi guys, I searched about this particular Linux Distro after I read about it in a post by
    MajesticTreeFrog at AstaHost.Com ( http://www.astahost.com/I-Support-Microsof...getnewpost.html )
    - and I found out that they still have that offer OPEN. They're giving away free CDs for Intel,
    PowerPC and AMD64 Platform.. They even ship as many copies as you want FREE OF COST INCLUDING
    SHIPPING CHARGES . This is your golden chance lol... HURRY HURRY.. GRAB YOUR COPY OF LINUX.. @
    http://shipit.ubuntulinux.org/ Do it today and spread the word around......
  27. best linux distro for servers and desktops
    (23)
    I was just wondering what people's concensus was about this. What is the best distro for a web
    server, and why? I have heard people rave about Debian's stability. What about others? What
    about desktops? SuSE is looking really good these days, but I haven't anything other than SuSE,
    Mandrake, and Knopix. Suggestions?....
  28. Windows Xp Lite?
    (19)
    I heard that in some other country for some reason came out with a windows xp lite. I think the
    country was Australia, and the new version is suppose to have better spyware protection, virus and
    IE protection and run faster and all that good stuff. If you know what im talking about or have any
    other information please post it here.....
  29. Linux, Linux, Linux...................
    Hey i thot it was supposed to be cheap. (6)
    hey peeps well i guess free doesnt necessarily mean cheap, well i downloaded my linux for free but
    setting it up cost me a *BLEEP* load of money, well actually u know , when i come to think about it
    , it cost me more than it would have for windows, well maybe its coz i wanted to run both windows
    and linux the same time, coz with dual boot the system did not recognise my usb modem and i could
    not connect to the internet, well so i bought the vm workstation for a whole 200 and something
    dollars then i had previously also bought.Acronis disk director suite for something clo....
  30. do you consider switching to linux?
    (78)
    were you thinking bout switching to linux ??....

    1. Looking for Windows, Vs., Osx, Vs., Linux, Security
Similar
Linux Ubuntu Vs Windows Vista - Discussion on which OS is better, Vista or Ubuntu.
Windows Vista: Disabling Login Screen - officially not permitted, is there a way around?
Windows Xp Sp2 Restarting After Some Time
Wireless Lan Network Card Driver Installation On Linux Ubuntu 8.04!
Can Anyone Recommend A Light Linux Distro?
Windows Vista Sp1 - Does it make Vista a viable OS to upgrade to?
How Do I Change The Default Windows Font Size? - Without changing DPI, of course.
Why Do Alot Of People Hate Windows Vista?
Installing Windows Xp On A Sata Enabled Desktop/notebook Computer. - How to ......
If Mac Osx Is Best With Hardware, Where Does Linux Lie?
Create An Undeletable Shortcut Using Registry(windows) - Add undeletable shortcut in desktop and inside "My Computer"&#
Nasty Windows Tricks Using Vbs Codes - blue screen of Death, Instant Shutdown, Endless Notepads
Installing Compiz Fusion Onto Ubuntu Linux 7.10 (ati Graphics Card)
How To Disable Keyboard - Windows XP
How To Install Microsoft Windows Xp Automatically!
Changing The Windows Xp Splash Screen - another quick tutorial
How To Reset, Retrieve Windows Xp User Password ? - Its a simple methord ! Just read it !
Pros And Cons Of Mac, Windows, And Linux - This is not a what's better topic, it's a pros and cons
Microsoft Warns Users Of Pirated Windows Os - with a Desktop Message
Installing Linux On My Laptop
Freebsd Vs Linux - What would you use?
Error Installing Windows Xp -error 7 Ntkrnlmp.exe
Windows Xp Freezes At Welcome Screen
How Do I Switch From Gnome To Kde? - Ubuntu Linux
Skinning Windows Xp - Do you know how to skin ?
Ubuntu Linux Cds For Free (incl. Shipping) - Grab it right now...
best linux distro for servers and desktops
Windows Xp Lite?
Linux, Linux, Linux................... - Hey i thot it was supposed to be cheap.
do you consider switching to linux?

Searching Video's for Windows, Vs., Osx, Vs., Linux, Security
See Also,
advertisement


Windows Vs. Osx Vs. Linux Security

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com