Nov 21, 2009
Pages: 1, 2

Installing Photoshop 7 On Linux (fedora) - Needs windows installation

free web hosting
Open Discussion & Free Web Hosting > Computers & Tech > How-To's and Tutorials > OS > Linux

Installing Photoshop 7 On Linux (fedora) - Needs windows installation

mastercomputers
Hi, well I've tried coping with The GIMP but could never get it to make smaller compressed file sizes, so I had to cheat and use Adobe Photoshop 7, however, I use to switch over to Windows to do this, and it was only for compressing the file, so I thought, how about getting Adobe Photoshop 7 working with Linux (no, I am not kidding!), well here's my steps on how to do this. (tested and verified that it works, not completely tested though). Also working off by memory so I do apologise if some things aren't correct, but I know it's near enough that you should be able to work it out.

What you may need:

CD-Writer, (maybe)
Windows, (needed!)
Adobe Photoshop 7 CD (well, if you didn't how could you do this?) (needed!)
A blank CD, (maybe)
A Printer, (maybe)
NTFS Access from Linux on Dual Boot machines (maybe)
WINE (needed!)

So first of all we need access to a Windows machine, I'm dual booting, with Windows XP and Fedora Core 3, I've also got NTFS access for Linux, so copying the files over wasn't hard at all and is much quicker than the other methods I will suggest.

First install Photoshop 7 on C:, could be any other drive but we've got to change it to match C: in the registry information, so if you've already got an installation, like I had residing on H:\Program Files\Adobe\Adobe Photoshop 7 then not to worry as it's quite simple to make the change.

Now that you've installed it, first run it once, just so registry information gets updated then close it. Now we have to go into the registry and export it. So open up the run dialog box by either Start | Run or WinKey + R and type regedit.

We should now be in the Registry Editor program, we must now look for \HKEY_LOCAL_MACHINE\Software\Adobe\Adobe Photoshop 7.0\ it should be highlighted we will now export it, export it to your documents as adobe.reg, now if you aren't dual booting with NTFS access then still follow these instructions but I'll tell you when you have to change it.

Right click on abode.reg and edit it, Select All the text (Ctrl + A) then Copy it (Ctrl + C).

Open up a new notepad document and Paste (Ctrl + V) and save as adobe.txt (why did we do this?, well it saves editting the binary, since this is what a .reg file is when exported, and I had to edit it with a hex editor on linux, so I'm saving you time by doing it this way)

Now the changes for those without dual booting or NTFS access, (this is however if you're using NTFS, if you're using FAT32 then you should be fine, however my scope does not cover mounting drives, etc, (maybe later) but for now it's getting PS7 working)

You have two options, print out the adobe.txt file, which means you'll have to type things in manually or copy it onto CDR in which I'm about to explain.

Let me explain what I'm going to do, I'm going to copy the contents of the /Program Files/Adobe/Adobe Photoshop 7 directory onto CD, other methods could be NTFS/FAT32 access to your drive and then copy it to the right location or burning this onto CDR and transferring it this way and even networking between PCs, I'll leave it up to you, oh and if you're not printing the adobe.txt file out, then also add that into your CDR.

So now we should have our adobe.txt file and Directory of Photoshop 7 somewhere, either on CD or on hard drive.

We boot back over into Linux, open up console and browse through our User Directory's wine location which should be "~/.wine/c_drive/Program Files" here we create a new directory mkdir -p Adobe, we now copy the Photoshop 7 directory into "~/.wine/c_drive/Program Files/Adobe/" we then go back to the root of our wine location ~/.wine and edit the system.reg file, but first we must ammend out text file.

We must remove all instances of "HKEY_LOCAL_MACHINE\", we must make sure that our \ (slashes) are doubled so we replace \ with \\ on some editors you may need to replace \ with \\\\ because you need to escape it first, we must replace SOFTWARE with Software (not sure if we had to but for consistency sake I did). Now select all and copy it.

So now we edit system.reg, just scroll to the bottom and add our adobe.txt just by pasting it inside the file, don't worry after wine run's it'll sort this file out.

Now all we got to do is run wine, from console type:

/usr/bin/wine /home/<USERNAME>/.wine/drive_c/Program\ Files/Adobe/Photoshop\ 7.0/Photoshop.exe

We can create a shortcut for this but I'll let you choose on how to do that, Hint: make sure it's ran in Terminal mode.


Hope this works well for other people.

Cheers,

MC

 

 

 


Comment/Reply (w/o sign-up)

MajesticTreeFrog
Thanks Man. I might be converting my PC to linux soon, and this is important for me to know, thanks for the tutorial.

Comment/Reply (w/o sign-up)

qwijibow
I dont have a copy of photo shop 7 myself to verify this, but in other forums, most people install hpoto shop 7 by.....

Installing wine in linux (http://winehq.org)
insertng the photoShop 7 cd, and running the installer under linux with wine.

no windowsXP, no dual boot, no cdr's or copying files needed. did this not work for you ???

Comment/Reply (w/o sign-up)

mastercomputers
I never tested the installer out, well, my reason was my Photoshop 7 on my computer already existed and pretty much up2date, so I didn't think about installing straight from the CD. I will test it out though, I'm just wondering how updates will go with it.

I'll test it out right now and see how things go. I'll post back the results.


Cheers,


MC

Comment/Reply (w/o sign-up)

qwijibow
Any luck with that ?

Comment/Reply (w/o sign-up)

mastercomputers
QUOTE (qwijibow @ Apr 6 2005, 01:12 PM)
Any luck with that ?
*


Hey qwijibow,

I must admit the above method seemed the easiest but it is possible to install from the CD.

I had to do a few extra things, which involved me downloading xdialog and winetools and installing a few things using winetools.

Without the files from winetools, Photoshop complained about the OS it was running on, even with modifying the wine config, I still couldn't get it to install from a standard Wine 20050211 installation, winetools however solves this problem (depends on xdialog) by allowing me to download and install some Windows components. I may trace through Setup.exe and figure out what files it was calling on and determining what was needed, there might be answers in the registry too that may help.

Unless you use winetools to get the necessary files, then Photoshop wasn't willing to install but it does work. Also winetools seems like a good compliment for wine so it's probably worth getting.

I also encountered a problem with Photoshop assuming I had a scanner attached to the computer, which I know I didn't, so it crashed the first time, but suceeded to go the second time, maybe find TWAIN drivers for wine if this is the case.

Cheers,

MC

 

 

 


Comment/Reply (w/o sign-up)

qwijibow
Ahh, so i was half right... It did work, but your origonal methos is probably easyer, LOL.
Thanks for letting me know, im always inerested in how well the Wine project is doing.

Comment/Reply (w/o sign-up)

moonwitch
QUOTE (qwijibow @ Apr 10 2005, 11:10 AM)
Ahh, so i was half right... It did work, but your origonal methos is probably easyer, LOL.
Thanks for letting me know, im always inerested in how well the Wine project is doing.
*

Well, in all my time in Linux, I have never succeeded into getting Wine to work. But if Wine (VMware was recommended to me, but it costs and Wine's free and standard sorta) will run Macromedia Studio MX and PalTalk, then what am I doing in Windows????? Oh I also had major issues with my sound (the microphone and then of course cam and mp3 for some reason). But that's actually everything that stops me from ditching windows for ever.

MC,
Thanks bunches for this tutorial, I actually printed it out so I wouldn't lose it when I get a new machine (This one is too small for dual boot)

Comment/Reply (w/o sign-up)

xboxrulz
For me to install Photoshop 7:
just open Photoshop 7 installer
next
I Accept
next
next
[installs it]
close window
launch program


I have WINE 0.9.12, I've been doing this exact same thing to install Photoshop since last Feb. (2005)

xboxrulz

Comment/Reply (w/o sign-up)

Twistit
I love crossover office to run windows programs on linux smile.gif to bad it aint opensource and free... but then again.. i did download it from a torrent site 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 : installing, photoshop, 7, linux, fedora, windows, installation

  1. Linux Partitioning Guide (new Users)
    A very basic guide to partitioning in linux designed for new users (1)
  2. Moving To Fedora 9
    Tutorial on how a newbie can move to using this fantastic OS Fedora 9, (2)
    INTRODUCTION Through this Post/ tutorial, I will try to explain to newbies and experts an
    smoothly moving to Fedora 9. Also, I would explain only those topics that are hard to find on net,
    or are not well documented anywhere. These are my experience of using Linux/Fedora. Motto: More
    and more people realize and get FREE from all the GATES and WINDOWS. Table Of contents 1.
    Installation 2. Setting the Stage 3. Get set n Go 3.1 Play Anything 3.2 Read anything 3.3
    Desktop utilities 3.4 Connect ADSL 4. Tips and Tricks 5. Remarks. Remark: This....
  3. Linux Beginners - Tutorial On Editors In Linux.
    (3)
    This is a simple tutorial on the editors in Linux. I use these 3 editors for programming on linux:
    1. vi -- available in all Linux and unix box, used to edit 2. vim -- not in all Linux flavors
    and it has got default coloring of key words feature, used to edit 3. view --Its used only to
    view, recommended to use for viewing of system config files, as it should not get edited without
    your notice. Following are the basic commands comes handy with these editors #Open a file for
    edit $ vi test -- creates a file if file is not exist in the current directory $ v....
  4. Installing Lamp On Kubuntu
    (1)
    Ok this is a tutorial for the beginners who just need to test out simple php scripts because I will
    not include how to configure PHP. QUOTE Approx. time: 50 - 100 min (downloading kubuntu not
    included). 1. Download VirtualBox from http://www.virtualbox.org . If you already have it, skip
    this step. If you already are on Kubuntu, skip to step 26. 2. Download a linux based OS. Kubuntu
    Gutsy Gibbons is used in this tutorial and can be downloaded here:
    http://mirror.mcs.anl.gov/pub/ubuntu.....;/7.10/release/ . i386 is most likely good for your system
    if you use windo....
  5. Slackware 10.0 On Dell 600m
    Walkthrough of Installation (0)
    This is a copy of the walkthrough that I created which is posted on my own personal website. So
    being new to this forum, I thought it could come in handy for any users here interested in
    Slackware. 1 8J775 LIQUID CRYSTAL DISPLAY, THIN FILM TRANSISTOR, SUPER EXTENDED GRAPHICS ARRAY
    PLUS, STANDARD PANEL WORK GROUP B, 14.1, SAMSUNG 1 8U077 ASSEMBLY, BASE (ASSEMBLY OR GROUP),
    NOTEBOOK, PENTIUM 4, M9, 64M, ORIGINAL EQUIPMENT MFGR., BURN 2 1 1M722 KEYBOARD, 87, UNITED STATES,
    ENGLAND/ENGLISH, SINGLE POINTING, D-FAMILY 1 4R867 PROCESSOR, 848226, 1.6GHZ, 1MB, MICRO FLIP CHIP
    PI....
  6. Adding Ttf Fonts To Your Linux
    so you can really get into gimping :) (0)
    Using ttf fonts in Linux While working in Linux and wanting to work with the GIMP, I mainly
    lacked my fonts, the ones I had in Windows, so needless to say I had to fix this. So here is how I
    do it /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> First you
    will have to make a folder to store your ttf fonts in, normally I use /usr/share/fonts/ttf/ as
    folder. You will have to do this as root, so CONSOLE su - (password) mkdir /usr/share/fonts/ttf/
    chmod 755 /usr/share/fonts/tff What we did here, was with "su -" change the user ....
  7. Configuring Apache On Fedora Core 3 For Userdir
    Please SELinux, without turning it off! (3)
    This might be a short tutorial in my case, but I'm currently writing a book on setting up your
    own servers (FTP, HTTP, DNS, BitTorrent, CVS, etc) and during the process, I sometimes get the urge
    to splurt out some things, because I get annoyed when I see "bad suggestions". This book has no
    expected date, I'm not a technical writer, so it may take a lot longer than expected, I am not
    offering parts of it till it is finished and has been thoroughly tested, sorry for that, but I will
    provide tutorials that I feel are important to not have quick answers for, th....
  8. Demystifying "chmod" - Part 1
    & why viruses get so retarded on Linux (7)
    Hi,     Today we are going to learn a bit about *NIX command chmod or "change mode" - which could
    be referred to as the *NIX counterpart of the MS-DOS/Windows attrib command. Our objective here is
    to understand the way File Permissions work on *NIX systems and be able to srt/change file
    permissions according to our needs. Recently there have been a lot of questions flyig around about
    viruses on *NIX systems - so along with this I'll briefly try to explain HOW the *NIX file
    permissions make it so hard for viruses to operate successfully in such an environment.   ....
  9. Howto: Change Graphical Login To Text
    and vice-versa ..in Redhat & Fedora Core (6)
    Hi all,     This article shows you how to switch between Graphical and Text based Login Screens
    that are made available to you when you boot into either Redhat or Fedora Core Systems. This will
    work for Redhat 9.x and both Fedora Core 2 & 3.     I've two servers in my office - one of
    Fedora Core 2 and one on Redhat Enterprise Linux AS 3. I'd set the Redhat Server to boot into
    text login but missed out that option in Fedora. As a result it always started off in a X-Windows
    based login - which was pretty inconvenient. Linux users will know for sure how a GUI ....
  10. Howto: Setup Your Own DHCP Server On Linux
    And have it to allot IPs dynamically (0)
    Howto: Setup a DHCP Server on Linux in Few Simple Steps Hi all,     I'm back again with a
    new turorial - this time we're going to deal with another aspect of Linux/Windows networking -
    the DHCP Server . I'm sure all of you must have come across the term DHCP - anyone who connects
    to the internet has to come across it every now and then. You see the term even on the small setup
    instructions leaflets that accompany the dial-up internet packages from most of the ISPs. DHCP is
    what allots you a unique IP address everytime you dial out to your ISP. Here'....
  11. Linux Tutorials List
    Lets all chip in... (0)
    Hi all /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> Lets
    all chip in an maintain the most complete list of Linux Tutorials here. I believe there's a
    similar post somewhere in one of the OS Forums - admins, it would do good if you could move it in
    here. Thanks. Here's one for a starter - for user's migrating from Windows to Linux, the
    IBM Windows-to-Linux Roadmap Series: http://www-106.ibm.com/developerworks/linu.../l-roadmap.html ....
  12. Howto: Setup Windows NT/2K Domain Using SAMBA
    and make Windows 2000 Logon to Linux (9)
    Howto: Setup and emulate a Windows NT Domain on Linux and make Windows 2000/XP log on
    =========================================================================== HI all, I'm
    back with another Tutorial in the Linux series. This time we're going to with an issue that is
    very common in everyday networking and is implemented almost everywhere in some form or the other.
    The primary issue here is to make two DIFFERENT Operating Systems talk to each other over the
    network and synchonize and share files without letting off any hint about the complex protocols i....
  13. Howto: Domain Name Server On Linux
    DNS for your Intranet (or Internet) Serv (7)
    HOWTO: Setup a Local Domain Name Server (DNS) for your Intranet
    ==================================================================== Experimentation Platform:
    ------------------------- Intel P4 3.0Ghz (Intel MB) 1 GB RAM 2 x 80 GB HDD on RAID 1 (Disk
    Mirroring) - alloted entirely to Linux OS: ------------------------- Linux - Redhat Enterprise AS
    Server v3 Note: a. I was trying to setup the system so that later on when my server goes
    online, I don't have to modify much to make my nameservers work with the internet - so I used my
    registered domain "mi....
  14. Hotkeys / Keyboard Quick Launch Keys In Linux
    (5)
    I first submitted this tutorial a couple of months ago over at http://linuxiso.org/forums as user
    adpsimpson. Having spent ages wishing the hotkeys on my laptop would work, I spent most of an
    afternoon looking into it. Since no site I found explained it satisfactorily, here's my
    method... The first step is to find out which of the keys are registered by the kernel, and what
    their keycodes are (the unique event number that they cause). To do this you need a program called
    xev, (in Mandrake this is part of X11R6-contrib, is installed by default in Slack, and should....
  15. Using Ntloader To Boot Linux
    Win2K or XP, should work with most Linux (3)
    Basically what we're going to do with NTLoader is use NTLoader to boot into Linux's
    bootloader which then boots Linux, why someone would do that when Grub works perfectly fine booting
    Windows on NTFS? Who knows what reason other than it could destroy their MBR and make both OS
    inaccessible or at least render Linux useless till it's recovered, NTLoader is not specifically
    designed to boot other Operating Systems other than Windows. We will be using 2 Hard Drives, this
    is not necessary, we could use 2 partitions on a hard drive, but we should have the Operati....
  16. Networking Linux and Windows
    (4)
    For the life of me I can not figure out how to go about mounting my Windows share on my Linux box.
    I read somewhere that I needed to use Samba so I got that and I have no clue what to do. I am not
    very experienced with Linux and am using RedHat so if you could dumb it down and go through it step
    by step it would be great. Thanks alot.....
  17. Linux/Gnu
    (3)
    hmmm I am a friend of Gnu/Linux itself. I like the concept of Gnu/Linux, but as I have used Linux
    for a long time I have noticed that the hardware support is not the best. You can read which
    hardware is supported, but this is not the best way because if your printer e.g is claimed to be
    supported by cups on their website, it's not ensured that this printer is really supported. I
    had so many printers, which should run with cups (only an example) and at the end these printers
    then print pure crap . Another example are graphic adapters...I have 3 different cards and e....
  18. Some one know how to install my scanner
    Hp psc 1210 in linux suse (2)
    I have problen whit my Scanner the system detect this of hp scanjet all-in-one but this don't
    are scanjet this are PSC 1210, and I don't know how he does that. I browsing in google.com/linux
    for the driver and to in Hp.com but don't exist this drivers. You know where I download this
    drivers. /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" />
    /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> /tongue.gif"
    style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> /biggrin.g....
  19. looks himself linux
    Don't fear him. (1)
    Is enough seemed to windows pruevalo.....
  20. Linux is well supported.
    Belive it or not (2)
    Believe it or not, it may be a lot easier to get patches and updates for Linux than for any
    proprietary operating system! The answer to a problem often comes back within a few hours after
    sending a message to some newsgroup or mailing list. Moreover, drivers for Linux are usually
    available a few weeks after new hardware products have been introduced on the market. By contrast,
    hardware manufacturers release device drivers for only a few commercial operating systems, usually
    the Microsoft ones. Therefore, all commercial Unix variants run on a restricted subset of hardware....
  21. Linux is highly compatible
    with many common operating systems. (0)
    It lets you directly mount filesystems for all versions of MS-DOS and MS Windows, SVR4, OS/2, Mac
    OS, Solaris, SunOS, NeXTSTEP, many BSD variants, and so on. Linux is also able to operate with many
    network layers like Ethernet, Fiber Distributed Data Interface (FDDI), High Performance Parallel
    Interface (HIPPI), IBM's Token Ring, AT&T WaveLAN, DEC RoamAbout DS, and so forth. By using
    suitable libraries, Linux systems are even able to directly run programs written for other operating
    systems. For example, Linux is able to execute applications written for MSDOS, MS Win....
  22. Linux is fully customizable in all its components.
    but is don't ease (0)
    Thanks to the General Public License (GPL), you are allowed to freely read and modify the source
    code of the kernel and of all system programs. Several commercial companies have started to support
    their products under Linux, most of which aren't distributed under a GNU Public License.
    Therefore, you may not be allowed to read or modify their source code.....
  23. Linux offers the following advantages over its com
    Linux is free. (0)
    8 You can install a complete Unix system at no expense other than the hardware (of course).....
  24. Linux Versus Other Unix-Like Kernels
    This is a Littler History (0)
    6 The various Unix-like systems on the market, some of which have a long history and may show signs
    of archaic practices, differ in many important respects. All commercial variants were derived from
    either SVR4 or 4.4BSD; all of them tend to agree on some common standards like IEEE's POSIX
    (Portable Operating Systems based on Unix) and X/Open's CAE (Common Applications Environment).
    Understanding the Linux Kernel 7 The current standards specify only an application programming
    interface (API) that is, a well-defined environment in which user programs should run. T....
  25. You Can Learn Linux: This Is A Little History
    (0)
    Linux is a member of the large family of Unix-like operating systems. A relative newcomer
    experiencing sudden spectacular popularity starting in the late 1990s, Linux joins such well-known
    commercial Unix operating systems as System V Release 4 (SVR4) developed by AT&T, which is now owned
    by Novell; the 4.4 BSD release from the University of California at Berkeley (4.4BSD), Digital Unix
    from Digital Equipment Corporation (now Compaq); AIX from IBM; HP-UX from Hewlett-Packard; and
    Solaris from Sun Microsystems. Linux was initially developed by Linus Torvalds in 1991 as an....
  26. "Demo" of Linux
    Knoppix (7)
    I found something interesting out here. For all us Windows-users who want to try Linux but
    can't, let me introduce Knoppix . I haven't tried it myself, and I'm a Windows user,
    but I certainly will try at some point.....
  27. Mplayer in Linux
    Best of Windows Media Player (5)
    Yes the program Mplayer is best of windows media player. You can download that every codec pack and
    skins. These program open your movies faster, and it does't matter that type be: DVD, VCD, AVI,
    ASF, MPG, DivX and XviD. These player is faster and ease for use. Ty it I assure you that pleased
    you. But it's only under Linux Use. this the screenshut:
    http://www.radikalsoft.com/img/Mplayer.jpg And you dont need to modific your region of DVD because
    mplayer have regionfree.....
  28. How to make your life in Linux most ease
    My life in Linux is now ease (18)
    The you can do is chage your linux to SuSE 9.1, These linux meke all for you. He install your modem,
    printer well your every hareware. The it brings software as mplayer to see movies (these are similar
    to Media Player), Xmms to play musicb (these are similar to Winamp), Kopete for every messengers,
    K3B for write yoour cd's and dvd's (these are similar to Nero), Mozilla (these are similar
    to Nestcape). And the best is that you do not have to pay for the lisence its free. And SuSE heve
    good games that Unreal tournamend, Quake 3, Medal of Honor and Wolfenstein Enemi....
  29. To all Linux users
    Linux counter for all Linux users (5)
    All Linux users, Linux community has a Linux counter which keeps track for Linux usuage all over
    the world. This counter is counting for since years and is still counting. All of you Linux users,
    should register that at http://counter.li.org/ It's run by a nonprofit membership
    organization called the Linux Counter Project. And BTW, I'm not affiliated with them. I just
    happen to be a Linux user for over 6 years.....
  30. FreeBSD? Linux?
    (2)
    Hi all. I've been working on Mandrake, RedHat. Now I use FreeBSD. Seem to be very robust and
    stable. Everything you can get from one point - it's ports collection on www.freebsd.org. One
    problem - there is no ALSA driver for it. What do you think about FreeBSD and Linux?....

    1. Looking for installing, photoshop, 7, linux, fedora, windows, installation

See Also,

*SIMILAR VIDEOS*
Searching Video's for installing, photoshop, 7, linux, fedora, windows, installation
Similar
Linux Partitioning Guide (new Users) - A very basic guide to partitioning in linux designed for new users
Moving To Fedora 9 - Tutorial on how a newbie can move to using this fantastic OS Fedora 9,
Linux Beginners - Tutorial On Editors In Linux.
Installing Lamp On Kubuntu
Slackware 10.0 On Dell 600m - Walkthrough of Installation
Adding Ttf Fonts To Your Linux - so you can really get into gimping :)
Configuring Apache On Fedora Core 3 For Userdir - Please SELinux, without turning it off!
Demystifying "chmod" - Part 1 - & why viruses get so retarded on Linux
Howto: Change Graphical Login To Text - and vice-versa ..in Redhat & Fedora Core
Howto: Setup Your Own DHCP Server On Linux - And have it to allot IPs dynamically
Linux Tutorials List - Lets all chip in...
Howto: Setup Windows NT/2K Domain Using SAMBA - and make Windows 2000 Logon to Linux
Howto: Domain Name Server On Linux - DNS for your Intranet (or Internet) Serv
Hotkeys / Keyboard Quick Launch Keys In Linux
Using Ntloader To Boot Linux - Win2K or XP, should work with most Linux
Networking Linux and Windows
Linux/Gnu
Some one know how to install my scanner - Hp psc 1210 in linux suse
looks himself linux - Don't fear him.
Linux is well supported. - Belive it or not
Linux is highly compatible - with many common operating systems.
Linux is fully customizable in all its components. - but is don't ease
Linux offers the following advantages over its com - Linux is free.
Linux Versus Other Unix-Like Kernels - This is a Littler History
You Can Learn Linux: This Is A Little History
"Demo" of Linux - Knoppix
Mplayer in Linux - Best of Windows Media Player
How to make your life in Linux most ease - My life in Linux is now ease
To all Linux users - Linux counter for all Linux users
FreeBSD? Linux?
advertisement



Installing Photoshop 7 On Linux (fedora) - Needs windows installation

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