Slashdot Mirror


Ask Slashdot: Switching To a GNU/Linux Distribution For a Webdesign School

spadadot writes: I manage a rapidly growing webdesign school in France with 90 computers for our students, dispatched across several locations. By the end on the year it will amount to 200. Currently, they all run Windows 8 but we would love to switch to a GNU/Linux distribution (free software, easier to deploy/maintain and less licensing costs). The only thing preventing us is Adobe Photoshop which is only needed for a small amount of work. The curriculum is highly focused on coding skills (HTML, CSS, JavaScript, PHP/MySQL) but we still need to teach our students how to extract images from a PSD template. The industry format for graphic designs is PSD so The Gimp (XCF) is not really an option. Running a Windows VM on every workstation would be hard to setup (we redeploy all our PCs every 3 months) and just as costly as the current setup. Every classroom has at least 20Mbit/s — 1Mbit/s ADSL connection so maybe setting up a centralized virtualization server would work? How many Windows/Photoshop licenses would we need then? Anything else Slashdot would recommend?

135 of 233 comments (clear)

  1. Do what everyone else does in this situation by FranTaylor · · Score: 3, Insightful

    Get mostly linux machines for the mainstream work, and get a few windows systems for the jobs that really need windows. People will have to learn the nuts and bolts of data transfer between the systems, but that is actually a pretty useful professional skill.

    1. Re: Do what everyone else does in this situation by Anonymous Coward · · Score: 5, Insightful

      Nothing needs windoze in webdesign. Also gfx design is covered with Krita, Inkscape, Gimp and Blender. The only department where Linux is tailing is desktop MMO games. In every other areas you're only held back by your ignorant self.

    2. Re: Do what everyone else does in this situation by Will.Woodhull · · Score: 3, Informative

      Parent should maybe be modded up. I mean, if Trump can get away with insulting an entire gender, pointing out that someone who claims to know what he's doing appears instead to be full of shit should be acceptable on slashdot.

      As a possibly useful point of information: GIMP seems to handle .psd files perfectly well. I just saved a triple layer .xcf that used a mask and partial opacity as a .psd and then imported it back into GIMP with no discernible damage. YMMV of course. But page templates should not be using esoteric features. ( BTW, the .psd was 134% the size of the .xcf--- but Adobe never did understand the value of efficient data structures. Students who sometimes have to work with low capacity thumb drives do, though.)

      --
      Will
    3. Re: Do what everyone else does in this situation by FranTaylor · · Score: 4, Insightful

      Nothing needs windoze in webdesign.

      maybe not for design, but you have to have at least one windows system for testing so you can see what your web app is gonna look like on it

    4. Re: Do what everyone else does in this situation by Anonymous Coward · · Score: 2, Informative

      As a possibly useful point of information: GIMP seems to handle a limited selection of .psd files perfectly well.

      FTFY.

      Gimp can only handle .psd files that use the sRGB colorspace with 8-bit planes. It fucking shits itself with any other colorspace or higher bit depths. I haven't tried it but I hear that Krita (which originated from Gimp) can handle other colorspaces and higher bit depths so it may handle a larger selection of .psd files.

    5. Re: Do what everyone else does in this situation by Will.Woodhull · · Score: 1

      Good to know. I've looked briefly at Krita but found no reason to learn its ways as 99% of what I want to do I can do in GIMP. (The other 1% is probably a bunch of bad ideas anyway.)

      WRT using image files as page templates in web development (the original context) would there ever be a need for the .pdf features that would not import well into GIMP?

      A good template needs to be as simple as possible, so it can be used by older software that is still in production and is future proofed--- will not need to be revised when newer versions of the software are put in production. A properly designed template done in 1995 should still work today, and ideally will work in 2020, too. A well built template today should work on the old computer in the back corner whose software hasn't been upgraded since 2002. Templates that don't meet these tests are probably in use in some shops, but over the long haul, they will cost those shops more in maintenance than need be. You'll have graphic artists reworking them to make them work, when those artists should be working on stuff that brings in revenue.

      --
      Will
    6. Re: Do what everyone else does in this situation by Will.Woodhull · · Score: 3, Insightful

      Yeah, but I always do my word processing with Inkscape. And I use LibreOffice Writer for my image manipulations.

      If you choose the right tool for the job, the Linux distros are pretty good. If you insist on trying to drive screws with a hammer, then perhaps a well equipped Linux distro is not the most suitable thing for you. And if you want to play games, well, there is no question that Windows outshines every Linux distro when it comes to entertainment.

      --
      Will
    7. Re: Do what everyone else does in this situation by speedplane · · Score: 1

      but Adobe never did understand the value of efficient data structures.

      They developed the PDF standard, which was designed from the ground up to be transferred in a stream and rendered quickly. Don't hate the tech just because they're a proprietary company.

      --
      Fast Federal Court and I.T.C. updates
    8. Re: Do what everyone else does in this situation by O'Nazareth · · Score: 1

      Why would you want to use something else than 8-bit sRGB for webdesign?

    9. Re: Do what everyone else does in this situation by gl4ss · · Score: 2

      it doesn't handle psd files well enough, unfortunately.

      nobody cares if gimp loads psd files created with gimp if the layout design file received from the designer refuses to open or opens in a wrong way and is a total pain to take out assets to use on the page. you seem to think that psd is a format set in stone when it isn't, so supporting it is tricky.

      however the question is why the OP wants to switch to linux when he wants to run windows software on every PC? you can run the gimp, inkscape etc on windows and setting up virtualization to run linux inside windows is not that complicated(furthermore, if you want most out of the photoshop or whatever windows only _multimedia_ software they want to run it's better if the windows runs natively, it doesn't matter too much for the webserver, db etc stuff if they run in a virtualized linux).

      if he already has the win8 licenses it would be trivial to switch them over to win10 licenses.

      --
      world was created 5 seconds before this post as it is.
    10. Re: Do what everyone else does in this situation by Will.Woodhull · · Score: 1

      Yes. Thank you for reminding me that PDF was their baby, and they had to nurse it through some hard times before it became accepted as the better way to transmit and archive documents.

      Of course they were under tremendous pressure between Microsoft and Netscape and that gawdawefull browser war. They used the PDF to carve out a space for themselves. Still, they released it as a public standard, and it has held up over the years.

      I just wish they had taken the same high road with image files. But I guess if they had done that, they would not be so profitable.

      --
      Will
    11. Re: Do what everyone else does in this situation by vtcodger · · Score: 1

      Get mostly linux machines for the mainstream work, and get a few windows systems for the jobs that really need windows.

      vnc seems to work acceptably to allow a unix machine to control a process running on a Windows XP machine. As does rdesktop I believe. I imagine that one or the other or something similar will work with a more modern (i.e. probably even more obtuse) Windows version. Files can be transferred with Samba.

      That would be a pain to set up and to make cleanly accessible to an untrained user who is probably pretty overwhelmed with all the other stuff he or she is trying to learn. But it's probably technically feasible.

      --
      You can't see ANYTHING from a car, You've got to get out of the goddamned contraption and walk...Edward Abbey
    12. Re: Do what everyone else does in this situation by Will.Woodhull · · Score: 1

      that should be ".psd features"

      --
      Will
    13. Re: Do what everyone else does in this situation by Will.Woodhull · · Score: 1

      I don't have a dog in this fight, since I'm quite satisfied with the OS I've got and I don't much care what anyone else does.

      But as I understand it, Win8 is a messed up dog and there seems to be consensus agreement that anyone running it NEEDS to upgrade to Win10. But those using Win7 can stay with it if they want. It won't bite them in the butt like Win8 will.

      The thing about "upgrading" to Win10 is that it is an entirely different licensing scheme similar to paying annual rental fees. Which mount up if you are also using add-on utilities like an office suite, photo manager, etc. Then there is the separate licenses for the Adobe products, which iirc are now also time limited. This is good for the software vendors as it gives them a more stable revenue stream (and without having to do as much work for it) but for a school on a tight budget, not so good. One of those Linux distros must be looking pretty inviting about now.

      If the .psd layout file refuses to open or will not display properly in GIMP, then there is something wrong with it and the designer needs to be told to get his act together and not play damnfool games with the all the neat adjustment layers. He needs to be reined in and kept at the task of making good layout templates. He can show off, or teach himself how to do something really kewl, on somebody else's dime.

      --
      Will
    14. Re: Do what everyone else does in this situation by RoccamOccam · · Score: 2

      ... Krita (which originated from Gimp) ...

      I really doubt that this is true (of course, I may be wrong). Krita is a KDE application (so QT-based) and it has a very different focus and approach. I can't imagine that the two projects share much code, if any.

    15. Re: Do what everyone else does in this situation by Anonymous Coward · · Score: 1

      there is no question that Windows outshines every Linux distro when it comes to entertainment.

      Windows doesn't outshine every Linux distro in any circumstances, especially when you use such a broad term as "entertainment".

      Videos?
      [x] VLC [x] XBMC/Kodi
      [x] openelec --> http://distrowatch.com/table.php?distribution=openelec

      Music?
      [x] Too many ways to list, c'mon.

      Reading?
      [x] Too many ways to list, c'mon.

      Web Surfing? (www,facebook,all-that-shit)
      [x] Too many ways to list, c'mon.

      What else is Entertainment?
      Surfing pron in Windows you are about to get ransomware and send some money Western Union to a prince in Nigeria lol. In Linux, nope. That is actually a major concern for the current population of Earth. Shady porn sites pass out viruses to Windows clients (aka botnets) all day, all night, 24/7, 365 days a year.

      So as for Windows outshining for entertainment? Hell. No. Windows is only useful at all for a few games. Many of those games don't even run on Mac either. Microsoft's whole market strategy was the good old fashioned proprietary headlock. It's time to let that go. Cyberspace is already Linux right now. Move www.microsoft.com to archive.org. It should be easy since archive.org runs on linux and so does akamai (which is what www.microsoft.com is on right now.. Linux)

      Internet? Every single thing in Linux is better.
      Utilities? Windows is retarded.
      Phones/tablets? There goes Android (Linux) again. Windows? Sucks.

      From the front page of Slashdot (Sourceforge Top Downloads) .. it's VLC as usual. The best things on Windows, came from Linux and BSD.

      Office? I wouldn't use a Microsoft Office Suite ever again. Thunderbird for emails (came from Mozilla .. Linux world), and Libre Office (tah dah.. It's also from Linux world)

      Instead of saying:

      there is no question that Windows outshines every Linux distro when it comes to entertainment.

      You should have said:
      Linux is superior to Windows in every way. Cyberspace and even outer space are Linux right this very second. www.microsoft.com website runs on Linux like the rest of the world. There is nothing you can do in Windows that you can't do better right now in Linux with one exception. A few proprietary games. If game developers just let Microsoft go due to natural flight-to-quality... and compiled (ported) all of the current games to run on Linux... we wouldn't ever have to talk about Microsoft Windows again.

      You router is Linux. Your Smart TV's are Linux. Your Android phones are Linux. Your PS4 is BSD. So many other cool consumer apps are Linux right now. What is Windows? uh. Surface (sucks). Windows phones (suck). Windows 10 Spyware Home Edition. (*cough*) Includes free bugs, but you have to buy the anti-virus suites and do the norton, mcafee, malwarebytes, trend micro, avast, and spybot dance. Common knowledge is "Windows Defender just doesn't cut it".

      Play it again Sam.

      First search result: http://www.tomsguide.com/us/windows-defender,review-2209.html (2 stars / 5 stars)

      ALL WINDOWS IS... IS WEAK.

      Windows isn't free if it wastes your time on B.S. Eg. you have to search India TechNet all day to find the right .reg or DWORD to add. sevenforums eightforums tenforums etc only go so far. Sifting through that crap is PLAYED OUT. It sucked back in 98SE. By now, it is ridiculous and worse because you still have to sift through all the previous garbage editions to troubleshoot the current garbage editions.

      I guess if your idea of entertainment is to watch silverlight videos and play a few games... until you crash... and checking your event viewer for the hex error code you are getting since that latest bogus windows update... then searching technet for hours trying to not have to call India... only to find answers about NT 4.0 had the same hex error code... et

    16. Re: Do what everyone else does in this situation by gbjbaanb · · Score: 1

      All that massive post goes for naught once you have to configure PulseAudio in a way that Poettering doesn't like (which is many) then you'll be wondering if you could, maybe just run a copy of Windows for media after all :-)

    17. Re: Do what everyone else does in this situation by ormico · · Score: 1

      there is no annual license fee for Windows 10

    18. Re: Do what everyone else does in this situation by Will.Woodhull · · Score: 1

      What the AC just said.

      --
      Will
    19. Re: Do what everyone else does in this situation by hjf · · Score: 1

      640KB oughta be enough for everyone right?

    20. Re: Do what everyone else does in this situation by morgauxo · · Score: 1

      "there is no question that Windows outshines every Linux distro when it comes to entertainment."

      Not necessarily...
      Compare the odds of your computer contracting something evil while surfing porn in Windows or Linux.

      Clearly Linux wins for entertainment in at least some circumstances!

    21. Re: Do what everyone else does in this situation by Blaskowicz · · Score: 1

      Where did you get the impression that the OS is free?
      I've looked at it and Windows 10 Home is sold (with taxes etc.) for 125 euros, Windows 10 Pro is 180 euros and on top of that, you still have to choose between 32bit and 64bit! So it's still the same old deal and you can bet the Server version will be just as expensive as the current one, too.

    22. Re: Do what everyone else does in this situation by lott11 · · Score: 1

      If you going to use a Linux distro for the most comparability that would be a Debian base OS. To have the largest and lights OS there are only 3 that come to mind. This would Avlinux, Musix,& Kxstudio, this are all Debian base and Ubuntu comparable. And most of very light on resources making then good contenders for multiple applications. Plus they all have a great application pool for additional software packages. The last one good be OpenSuse it comes with multiple boot options, and simple to use repositories. And it has great tools for installing software. Most of the tools that you will need will be installed by default with this distributions. As for the part of the adobe software just use 10% of you machines for other applications inside windows. If you have a limitation of budget you can start by VR the Windows PC and just purchase what you need. This will save on the amount of licensees you will have to purchase. You can purchase windows 7 pro and ultimate at low value and they will be supported till 2020. you can update with and WSUS offline software and to install other software for use ninite. To monitor you students teach lessons via the PC screen & messages Here are that links to all of the software https://ninite.com/ http://italc.sourceforge.net/ http://www.pcadvisor.co.uk/dow... https://musixdistro.wordpress.... http://www.bandshed.net/AVLinu... http://kxstudio.linuxaudio.org... http://www.linuxveda.com/2014/...

  2. Windows VMs by pcolaman · · Score: 2, Insightful

    Why exactly would running Windows VMs be so difficult? In actuality it would be quite a bit easier, if all of the workstations are running the same configuration. You setup the Windows VM as needed and then deploy it out to each machine. Or heck, you get the students to do the work for you. I've found knowing how to find your way around Virtual Box to be a very useful skill as a developer and this is something the students should really learn about. It's so easy to do work on a variety of different projects with vastly different system requirements by using VMs. I do work on VMs ranging from Windows 7 to Windows Server 2012 and almost everything between at work with very little difficulty in setting up the VMs (both with VirtualBox and RDC in Windows to a cloud based VM). A lot of it boils down to knowing how to manage and deploy your VMs, or hiring a company to help if this is not your expertise.

    1. Re:Windows VMs by Anonymous Coward · · Score: 5, Informative

      Licensing, for one. They'd need a license for each VM, which kind of defeats the purpose of switching to Linux for the sake of lower costs.

    2. Re:Windows VMs by geekymachoman · · Score: 1

      well, god save us from developers that cannot figure out virtualbox at first go.

    3. Re:Windows VMs by blang · · Score: 1

      God save us from developers that can't do basic math. Cost of Windows on VM !=0.

      --
      -- Another senseless waste of fine bytes.
    4. Re:Windows VMs by jedidiah · · Score: 2, Interesting

      If you are replacing Windows on the bare metal, you already have a Windows license.

      The cost of a Windows license you already have is $0.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    5. Re: Windows VMs by FranTaylor · · Score: 1

      MS offers convenient licensing based on host count, client count, motherboard sockets, cores per CPU and concurrent hardware threads per core.

      Get a lawyer.

      let us know when any of these things are available at no cost, then you might convince someone

    6. Re: Windows VMs by funwithBSD · · Score: 1

      Except the lawyer. Still not convinced.

      --
      Never answer an anonymous letter. - Yogi Berra
    7. Re:Windows VMs by TheRaven64 · · Score: 3, Informative

      Depends on the license terms. Some of the cheap OEM licenses are only applicable when running bare metal on a particular machine. If you want to run them in a VM, then you may need a different license. If you get audited and are not in compliance then you can be hit with a very large fine, or you can go to court and try to get that clause in the EULA invalidated (good luck doing this for less than the cost of the fine). If you're going to run proprietary software as part of your business, then make sure that you factor in compliance audits and lawyer time reading the EULAs into your TCO calculations.

      --
      I am TheRaven on Soylent News
  3. Can GIMP not read PSD? by thecombatwombat · · Score: 1

    It's been a lot of years since I've dealt with either Photo Shop or GIMP, but I'm pretty sure it used to (at least open) PSD files with no problems.

    Am I remembering wrong, or is this no longer the case?

    Wanting to teach people Photo Shop is fine, but if it's just about PSD compatibility, I'm not sure that makes sense.

    1. Re:Can GIMP not read PSD? by Anonymous Coward · · Score: 2, Informative

      I have opened a heck of a lot of psd files in GIMP, and saved to that format as well. Easy enough to find out - try it on Windows GIMP if you need to make sure. If you're just extracting images I would think GIMP would work perfectly. I still use GIMP as my main heavy photo editor.

    2. Re:Can GIMP not read PSD? by Giant+Electronic+Bra · · Score: 3, Interesting

      Adobe WROTE photoshop for Linux YEARS ago, we actually used to run it, but it was a limited release application that was only provided to specific customers and beta test sites. There's just never quite been a critical mass to make it profitable to release stuff like that. Porting, if your a sophisticated shop that already supports several platforms is really pretty trivial.

      --
      "Malo periculosam, libertatem quam quietam servitutem." -- Jefferson
    3. Re:Can GIMP not read PSD? by Will.Woodhull · · Score: 1

      It probably is not possible in all cases. But we're talking .psd files that are being used as page templates. That's pretty simple layering, even the old GIMP before they beefed up the layering capabilities would be able to handle that.

      To put it another way, any .psd page template file that GIMP cannot handle is a bad template. Fancy adjustment layers make sense when doing Fine Art, but not in this context.

      --
      Will
    4. Re:Can GIMP not read PSD? by Will.Woodhull · · Score: 3, Informative

      WRONG.

      This is an example of someone who has not explored the Linux alternatives thoroughly before deciding that since it is free it cannot possibly do the job. Or maybe he's going on what he heard a few years ago, and doesn't realize that major FOSS software like GIMP are undergoing quiet, continuous improvements and upgrades.

      In either case, this is not an example of "a real problem with Linux, where some major and/or important products simply don't work and the open-source alternatives won't cut it." There are definitely still such examples out there, but this is not one of them.

      --
      Will
    5. Re:Can GIMP not read PSD? by Will.Woodhull · · Score: 1

      Adobe has put a lot of time and effort into building its own little walled garden. Through student and school discounts and various party favors, Adobe products are taught to the exclusion of any alternatives in USA schools. The early graduates have been using Adobe in their businesses for a couple of decades now; they would not know how to manage a shop using any other graphics tools.

      That is why to an increasing extent Brazil, the Netherlands, and a few other countries are now eating American graphics designer's lunch, in just about every market except North America.

      --
      Will
    6. Re:Can GIMP not read PSD? by phantomfive · · Score: 1

      doesn't realize that major FOSS software like GIMP are undergoing quiet, continuous improvements and upgrades.

      Wow, you're right. I didn't realize that GIMP finally supports color spaces. If they keep this up, soon they'll be feature-equivalent with Photoshop CS3.

      --
      "First they came for the slanderers and i said nothing."
    7. Re:Can GIMP not read PSD? by TheRaven64 · · Score: 1

      Was it a native port? WordPerfect released Linux versions too, but they used WineLib. The WINE guys now discourage the use of WineLib, because it requires recompiling everything with a different compiler (Visual Studio can't generate ELF objects with Linux calling conventions) and there tend to be a lot of issues with code containing MS extensions or relying on MS bugs in template instantiation that make this very hard - even if it compiles, it may not run quite correctly.

      --
      I am TheRaven on Soylent News
    8. Re:Can GIMP not read PSD? by dbIII · · Score: 1

      Was it a native port?

      Does it matter so long as it comes with the libraries it needs? I'm using a dotnet geosciences thing on linux that works (and was tested by the vendor) with mono and it does the job. Just being able to run on the platform is often enough, in this case it avoids hot-seating with a single licence and an occasionally used thing. Yes there is RDP but that means a dedicated MS server box, annoying, confusing, expensive licencing and the entire desktop exported instead of a window like on X. Yes RDP can theoretically work like X, only there always seems to be something stopping it when reality gets in the way (eg. buying the gold plated third party RDP that MIGHT work).

      Sorry about the long rant, but if it runs IMHO that's 99% of the struggle. There's another application used here (seisee) that runs very well in wine and was tested by the vendor in wine. It works, it's fast, the only thing making it inferior to a full native port is that it doesn't use the native linux font system so cyrillic doesn't show up by default - not a big deal if everyone in the workplace can read English and only one can make sense of cyrillic

    9. Re:Can GIMP not read PSD? by dbIII · · Score: 1

      doesn't realize that major FOSS software like GIMP are undergoing quiet, continuous improvements and upgrades.

      Wow, you're right. I didn't realize that GIMP finally supports color spaces. If they keep this up, soon they'll be feature-equivalent with Photoshop CS3.

      Which is probably the version of photoshop used to teach students on MS Windows boxes anyway. The latest and greatest is both unlikely and not necessary when you want to point out concepts instead of rote learning of how to use a GUI that is going to change soon anyway.

    10. Re:Can GIMP not read PSD? by Will.Woodhull · · Score: 1

      Wow, you sure know how to take things out of context, don't you?

      Last I looked, web work is limited to a subset of the RGB color space, and one that is impossible to define with precision since it depends on what is common among all the different screens that will show your work. If you intend to do web design, you have to throw out everything that Adobe has put into Photoshop over the last 15 years. Because you are working with only a handful of crayons. Gimp cannot do everything that Photoshop can do, when Photoshop is being used with a high grade printer and precisely calibrated monitor. But Photoshop cannot do anything more than the Gimp can do when we are talking about the web.

      You young artists need to step back and look at the limitations of the media you are using. The web is medium, and it is quite limiting; playing around in Photoshop might be a lot of fun, but it is not the medium. It is merely the tool. A lesser tool, the Gimp, will work as well, and in its simplicity it will be the more productive choice.

      --
      Will
    11. Re:Can GIMP not read PSD? by jabuzz · · Score: 1

      Don't know which version of WordPerfect for Linux you had, but the versions I had did *NOT* use WineLib, they came from the Unix version of WordPerfect. That was 20 years ago mind you. It all rather sucked and I went back to using LaTeX for everything.

    12. Re:Can GIMP not read PSD? by Giant+Electronic+Bra · · Score: 1

      It was actually a SCO binary and you had to have the SCO binary compatibility patch, which hasn't worked in years (since like kernel 1.2.x or something). I still know a guy that works in a shop that has a linux box (I think its a VM now) running some ancient RedHat just so they can support a specific workflow and print WP documents. That whole tech stack got deeply embedded in the legal field way back and they're STILL not entirely free of it.

      --
      "Malo periculosam, libertatem quam quietam servitutem." -- Jefferson
    13. Re:Can GIMP not read PSD? by Giant+Electronic+Bra · · Score: 1

      I really don't know, but this was WAY back, I don't even think in those days WineLib was a viable option. We were one of the first web development shops in existence, back in '94. We got access to everything, all sorts of weird "this does not exist" software. Amigas, DEC Alpha based NT4 workstations, tons and tons of stuff that nobody in the current generation knows squat about.

      --
      "Malo periculosam, libertatem quam quietam servitutem." -- Jefferson
    14. Re:Can GIMP not read PSD? by phantomfive · · Score: 1

      Is your point that Gimp doesn't need color spaces? Because that doesn't matter now, it has them. It's a bunch of other features it's missing. Really, Gimp has been improving but Photoshop has been, too.

      --
      "First they came for the slanderers and i said nothing."
    15. Re:Can GIMP not read PSD? by phantomfive · · Score: 1

      Which is probably the version of photoshop used to teach students on MS Windows boxes anyway.

      I hope not.

      --
      "First they came for the slanderers and i said nothing."
    16. Re:Can GIMP not read PSD? by sjames · · Score: 1

      Personally, I find the arguments for color calibration and Pantone in Photoshop to be a bit silly. Sure, it makes the image on your carefully calibrated monitor look (almost) just like the printed page from your carefully calibrated printer when seen under your carefully calibrated lights. But the end user will read it on a train with an uncontrolled mix of flickery fluorescent lights and sunlight through variable clouds through randomly tinted glasses. It won't look like it did in your office on your monitor.

    17. Re:Can GIMP not read PSD? by phantomfive · · Score: 1

      But it clearly has games. Lots of games. More games than most people will ever play in their lives. Most people can certainly fill their time gaming on Linux. "Less games than Windows" doesn't mean "gaming is impossible."

      People mean, "Linux doesn't have the games I want to play."

      --
      "First they came for the slanderers and i said nothing."
    18. Re:Can GIMP not read PSD? by dbIII · · Score: 1

      Why does it matter? For example - more than 80% of what I learned in using AutoCAD in 1989 applies to the current version. Features get added but the core functions vary little between versions of long lasting software.
      It's about teaching students an approach instead of navigating a twisty GUI that is likely to change.

  4. Piratebay by Anonymous Coward · · Score: 1

    Lets make this all legal. Contact me, your friendly Adobe and Windows licencing representative.

    1. Re:Piratebay by tepples · · Score: 1

      Making this all legal is why the asker is trying to limit Windows and Photoshop to a small number of seats.

  5. Easier? Cheaper? Depends by tannhaus · · Score: 2, Insightful

    Are you sure it's easier to deploy and maintain linux? Do you have someone who can maintain a linux installation of that size? Not a hobbyist.... for God's sake, don't trust this to a hobbyist. Do you have an actual professional? They might be a bit scarcer than Windows IT guys... and that's the first thing I would check: that you have someone who can reliably maintain this....someone certified, not certifiable. Also, ask legitimate IT guys in your area about your specifics. It may or may not be the way to go, but it's better to spend a little money up front on a consultant, than a lot of money trying to get someone to fix what you messed up later.

    1. Re:Easier? Cheaper? Depends by walterbyrd · · Score: 1

      In my experience: Linux is much cheaper to own than Windows.

    2. Re:Easier? Cheaper? Depends by tannhaus · · Score: 1

      Yes, but when you get into installations like this, the upfront licensing costs are only part of the equation.... and that's why I think he should get a consultant to look over his specific situation.

    3. Re:Easier? Cheaper? Depends by tannhaus · · Score: 1

      Linux updates break systems too.... But, if there is no local Linux professional or it often takes them a day or so to get to you because there is only one/not enough to go around and they charge a premium because of it... then Windows just became cheaper without looking into anything else.

    4. Re:Easier? Cheaper? Depends by geoskd · · Score: 4, Interesting

      Not a hobbyist.... for God's sake, don't trust this to a hobbyist.

      I've seen some mighty capable hobbyists and some downright retarded experts. If you're looking to admin this on a budget, you're not going to get a windows *or* Linux expert. On the other side, a windows admin is likely going to be far less versatile than a comparably capable Linux admin. This is largely due to the fact that windows admins usually get taught, and Linux admins usually teach themselves. If you want a problem solver, which do you think would make a better candidate?

      A linux hobbyist will probably be able to get the job done, just be prepared for it to take a little longer.

      If you really want to try something different, replace all of those new PCs with RPi2's. Where I work, we have PCs on the manufacturing floor, but they have a realtively low life expectancy as they get pushed around a lot. I've been actively replacing them with Pi2's. At first, the admins were unhappy about it, but when the CIO found out how much were were saving by virtue of not having to replace $500 PCS all the time, I got the green light to replace *existing* machines before they were destroyed. The old PCs that still worked are now being re purposed and used elsewhere. Admining the Pi2s is pretty damn easy too, we have a master Image of the SDCard, and when something gets hosed, we just pop a new SDcard with a default image into the Pi, and off to the races. Even copying the images doesn't cost us much time anymore, since we got a 1 to 7 SDcard burner. Just plug em in, kick it off an 20 minutes later, 7 brand new boot cards...

      Even an 8GB card has plenty of room on it for running a full LAMP server, X server, and all the Linux based tools. Granted you cant run unity (would you really want to?) and it would take a while to compile something hefty, but for most classroom type projects it would compile fast enough (I use them for doing compilation work, and the results are acceptable) and xubuntu is pretty damn easy to use considering how little resources it needs. With a little extra work, you could configure them to load a home directory from a single file server so that the students wouldn't even need to worry about loosing their work if they damage the Pi.

      --
      I wish I had a good sig, but all the good ones are copyrighted
    5. Re:Easier? Cheaper? Depends by tannhaus · · Score: 1

      "I've seen some mighty capable hobbyists and some downright retarded experts."

      Yes, but which are you more likely to see: an expert who can't do his job or a hobbyist who can't do the job of an expert? For every capable hobbyist out there, there are 20 out there who think they could handle a project like this because they installed Ubuntu on their laptop and set up an FTP server for their friends to share things. They networked to their sister's computer, so they have networking down pat too... Now, do you have the 1 or the 20? If money and a business are riding on this, it's not a reasonable choice to make.

    6. Re:Easier? Cheaper? Depends by chipschap · · Score: 2

      A linux hobbyist will probably be able to get the job done, just be prepared for it to take a little longer.

      Maybe, maybe not (on the longer part). A lot of the Windows "experts" that I've known didn't have the thinking skills of a typical Linux hobbyist, not to mention the determination and drive. A self-taught Linux expert can solve problems and get things done.

    7. Re:Easier? Cheaper? Depends by Anonymous Coward · · Score: 1

      No no no. I had Linux break on me once. Well, actually it wasn't so much Linux breaking as a bad hardware failure. Had to replace the motherboard. Apparently Fedora Core 3 couldn't handle the newer board. It couldn't boot. Something about the OS being so outdated relative to the newer hardware.

      So I grabbed a Fedora 16 dvd. Yes, it had been a while since I last upgraded (03 -> 16). It's Linux, it runs until the hardware fails. Anyway, I grabbed a Fedora 16 dvd, booted into "rescue mode", dd'ed my original drive over to a new harddrive, chrooted to the new harddrive, and started running things out of /etc/init/. In particular, "/etc/init/mysqld start" so I could get a latest backup of the database.

      Could you refresh my memory: How do you do things like that under Windows again?

      Open Source: It doesn't just compete with commercial software manufacturers. It outright embarrasses commercial software manufacturers!

    8. Re:Easier? Cheaper? Depends by vux984 · · Score: 1

      http://lmgtfy.com/?q=ubuntu+wo...

      Seems a lot of people have had stuff break. I had a toshiba laptop become unusable after a kubuntu upgrade myself. Just froze up on boot.

      Winblows on the other hand, driver hell making a 1 year old scanner unusable after updating from 98 to XP.

      QQ.

      Some 3rd party software not made by MS broke during one of the biggest os upgrades in Windows history, and the 3rd party didn't step up with new drivers. And this is 'winblows' fault, somehow, not yours, that you selected a bottom feeding windows 98 only piece of crap scanner that likely didn't even have a windows 2000 driver.

    9. Re:Easier? Cheaper? Depends by dbIII · · Score: 1

      there are 20 out there who think they could handle a project like this because they installed Ubuntu on their laptop and set up an FTP server for their friends to share things

      And they are probably correct. The requirements are not hard here.

    10. Re:Easier? Cheaper? Depends by tannhaus · · Score: 1, Insightful

      You obviously haven't spent too much time in linux or do it with rose colored glasses. Someone below posted about Ubuntu...here's my favorite from opensuse:

      https://www.google.com/#q=opensuse+black+screen+after+boot

      and Debian is a joke between me and my friends because of this kind of thing:

      https://www.google.com/#q=debian+broken+packages

    11. Re:Easier? Cheaper? Depends by KGIII · · Score: 1

      I have two computers that do not load X Server if I have installed the nVidia Prime proprietary drivers. I can fix that, well I can ham handedly fix it, but I doubt that they are going to be able to find someone *regularly* who can do such things. I can secure and harden my distro, again - not something they are going to find consistently. I strongly support looking for who can support what. Doing it on their own or hiring a hobbyist (such as myself) is not the way to go. Hell, I have been poking at Linux and Unix for years - I would not hire me.

      --
      "So long and thanks for all the fish."
    12. Re:Easier? Cheaper? Depends by morgauxo · · Score: 1

      "LOL, I am a Linux guy myself but if you can't even upgrade a CPU on a Windows box then you must be a major moron."

      I've done this plenty of times and i can tell you this.. it's a gamble. Most of the time replacing the CPU is just as easy as with Linux. Every now and then though... it never even boots again without a reformat. It's not just the CPU either it's hardware in general. I think it might in part be due to Micorosoft's anti-piracy measures. The fact that all under-the-hood settings are thrown into one big clusterfck registry is definitely a big part of the problem too.

    13. Re:Easier? Cheaper? Depends by KGIII · · Score: 1

      FUD? Umm... Wow... I do not even know where to begin and I am not a *Windows Guy* or anything - though I do use the OS when it is the right tool for the job. Having said that... connect.microsoft.com -- I will limit myself to just showing the world that you are a moron in one single instance. You needn't pay anything - ever. It used to be bug-report@microsoft.com or bugs@microsoft.com to report bugs in any of their products. Connect is an improvement, I understand - I have never used it. They stop accepting bug reports when a product is out of it's life cycle. After that you could, theoretically, pay for custom support much like the Navy does for their XP machines.

      TL;DR - Don't be silly.

      --
      "So long and thanks for all the fish."
  6. Re:GNU/Linux is for luddites by Stormwatch · · Score: 1

    App means application. Maya and Angry Birds are equally apps.

  7. VirtualBox?? why not KVM-qemu? by Joe_Dragon · · Score: 1

    It's free and you don't need to install on each system. Just have windows server in a VM that is acting as a app server over RDP.

    1. Re:VirtualBox?? why not KVM-qemu? by Billly+Gates · · Score: 2

      You would also need a different server license for each old version of IE to emulate

    2. Re:VirtualBox?? why not KVM-qemu? by Eyeballs · · Score: 5, Informative

      You would also need a different server license for each old version of IE to emulate

      Nope, IE VMs for testing are free....

      Official VM's for testing IE versions are available from Microsoft:
      http://dev.modern.ie/tools/vms/windows/

      From the webpage:
      "Download virtual machines: Test versions of IE from 6 through 11 using virtual machines you download and manage locally"

    3. Re:VirtualBox?? why not KVM-qemu? by theArtificial · · Score: 1

      Thanks for posting this, that's really cool!

      --
      Man blir trött av att gå och göra ingenting.
    4. Re:VirtualBox?? why not KVM-qemu? by CedricVeilleux · · Score: 2

      The modern.ie VM's are not licensed. They are in 'trial mode' and will require activation. What is funny is that the modern.ie folks provide workarounds for the windows activation in the README, but they are still just that, workarounds.

    5. Re:VirtualBox?? why not KVM-qemu? by Joe_Dragon · · Score: 2

      I think that workaround has a max timeout.

    6. Re:VirtualBox?? why not KVM-qemu? by dbIII · · Score: 1

      That gets very expensive if done legally with current MS Server software. There are third party programs that will let you use Win7 quite legally - but either way, it's a waste of time and money when a knoppix CD provides the tools needed to teach web design and you can legally hand them out in class.

    7. Re:VirtualBox?? why not KVM-qemu? by antdude · · Score: 1

      But they only last 90 days. :(

      --
      Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
  8. Re: GIMP Anyone by tshawkins · · Score: 1

    http://www.youtube.com/watch?v...

    Handling .PSD files in gimp.

  9. WINE for Photosohp by Stealth+Dave · · Score: 5, Informative

    Not sure why this hasn't been mentioned yet, but depending on what version you want to run, Photoshop runs quite well on Linux under WINE depending on what version you need to use, including CS6 and Creative Cloud versions. If you require support, Code Weavers packages a popular and easy-to-use version of WINE with varying levels of technical support available for purchase. (No affiliation with Code Weavers, just a happy customer.)

    If you want to get fancy (i.e. complicated), you can probably set up some sort of application server that will allow you to limit the number of Photoshop licenses you need to purchase, but that's a bit out of scope for a simple Slashdot comment. :)

    - Dave

    --
    Evil is as eval("does");
    1. Re:WINE for Photosohp by matteorr · · Score: 1

      I second this. Once I figured out that I could get CS5 to install under WINE, my Windows installation has been gathering dust.

  10. Part Time Usage by Anonymous Coward · · Score: 1

    Amazon has Windows / Office apps as a service that could be used only when your having class / study time. No paying for time unused. You got the high speed connection, why not explore the option?

  11. Re:Do you need PSD? by Anonymous Coward · · Score: 2

    yes, he really needs PSD!

    they're trying to teach vocational skills-- when the students get to the job interview (and/or skills test), the question will be "can you drive photoshop"-- not "do you know how to drive something that kinda/sorta works like photoshop?"

  12. Stop teaching slicing by Dracos · · Score: 5, Insightful

    Slicing PSDs is crude, antiquated (even though most shops still do it), and reinforces the fallacy that web design begins in Photoshop.

    Modernize your curriculum to teach progressive enhancement of wireframe layouts in the browser. At some point you teach about creating the individual image assets for what they are (backgrounds, icons, etc) rather than treating a PSD as a giant slab of source material. For this, you can use GIMP, Inkscape, or anything else Free.

    You are perpetuating Adobe's dominance by furthering a bad workflow that benefits them. Your course isn't about Photoshop, that shouldn't be the keystone of it.

    Slicing PSDs is the equivalent of beginning a construction project from a child's crayon drawing of the not-yet-existing building.

    1. Re:Stop teaching slicing by Anonymous Coward · · Score: 1

      Slicing PSDs is crude, antiquated (even though most shops still do it), and reinforces the fallacy that web design begins in Photoshop.

      No, learning it just supports that workflow. Taking some idiotic moral stand that you aren't going to work with people that don't work in the way you like them to is the height of stupidity and hubris, get a clue.

      Modernize your curriculum to teach progressive enhancement of wireframe layouts in the browser.

      Often designers prefer to create designs in graphic design products rather than in a browser.

      Slicing PSDs is the equivalent of beginning a construction project from a child's crayon drawing of the not-yet-existing building.

      And iterating in the browser is the equivalent of starting the foundation before you even know what you're building.

      If designers want to use Photoshop that's fine and if they want to do wireframe layouts in the browser that's fine too, either way the web programmer needs to be able to cope with that.

    2. Re:Stop teaching slicing by snadrus · · Score: 3, Interesting

      Agreed. Good designers know CSS and at-least try to understand the technologies they're asking to be used.
          - Microsoft & Linux-based small corps I've seen.

      If the designers aren't supporting the company's end-product in an effective way, the company should be critical of the designers. And you can't be effective at guiding tech creators if you don't understand the tech.

      We no-longer are painting banners and putting them online as websites. We now have transitions to consider, varying screen sizes (not just 3, or just X, but 100s).

      Copy-pasting images is worthless. If you really want to teach it, make them do it from JPG, but it'll look like crap in Retina no-matter what. Honestly trash the copy-paste and teach a little Inkscape hacking on SVGs.

      --
      Science & open-source build trust from peer review. Learn systems you can trust.
    3. Re:Stop teaching slicing by Art3x · · Score: 3, Insightful

      Slicing PSDs is crude, antiquated (even though most shops still do it), and reinforces the fallacy that web design begins in Photoshop.

      Modernize your curriculum to teach progressive enhancement of wireframe layouts in the browser. At some point you teach about creating the individual image assets for what they are (backgrounds, icons, etc) rather than treating a PSD as a giant slab of source material. For this, you can use GIMP, Inkscape, or anything else Free.

      You are perpetuating Adobe's dominance by furthering a bad workflow that benefits them. Your course isn't about Photoshop, that shouldn't be the keystone of it.

      Slicing PSDs is the equivalent of beginning a construction project from a child's crayon drawing of the not-yet-existing building.

      I agree, and this is coming from someone who came into web programming from graphic design. I first learned Photoshop. I soon abandoned it once I got a job in web programming.

      It is better to write HTML in a text editor. Then add CSS. If you must, add images from Photoshop or whatever. But I hardly ever even do that anymore. Granted, it's harder to learn to code raw HTML in a text editor. But I would rather you start with Dreamweaver or some WYSIWYG editor than making a web page in Photoshop, slicing it up, and converting it into a web page.

      Photoshop is pixel-based. The web is elastic. Photoshop encourages you to make image-heavy, user-unfriendly, obnoxious brochures --- instead of lean, useful, get-out-of-the-way web pages.

    4. Re:Stop teaching slicing by rjstanford · · Score: 1

      And when someone sends you a PSD anyway, because they already paid for it and it was how it was delivered, you'll still be expected to accept it gracefully and convert it to whatever you want your own damn self.

      --
      You're special forces then? That's great! I just love your olympics!
  13. Your doing it wrong by tomxor · · Score: 3, Informative

    but we still need to teach our students how to extract images from a PSD template. The industry format for graphic designs is PSD so The Gimp (XCF) is not really an option

    Really? Sure i'd chose photoshop over gimp, but i'd choose nether for web design... manipulating rasters for anything more than tweaking images should not be part of modern web design, slicing up images is 1990, don't teach this, design with grid systems, use pen and paper or a wireframing tool, teach typography, the rest is code.

  14. Why? by Anonymous Coward · · Score: 1

    As a long term user and supported of Linux, I can and do separate my business from it.
    Why on earth would you make such a change when you are obviously being successful with the setup you have now.
    You should setup maybe 5 PC's with linux and dip your toe into new delivery strategies. Gauge reaction, adjust, gauge reaction etc.
    Don't let your personal like get in the way of a working business without risk mitigation strategies.

  15. Re:Do you need PSD? by i.r.id10t · · Score: 1

    This.

    And for testing with IE, the occasional *real* photoshop need, etc. look into a Terminal Server setup for the Windows stuff.

    Or remove your costs completely - you are teaching students who will then need to go out and get jobs, from what I've seen from our graphic design track is a LOT of folks do freelance work, and occasionally one of them gets lucky and lands a full time gig. So why not just provide connectivity, and have students supply their own machines and own software. Much less admin issues to worry about, much less cost, the students will have the tools they need to start making money.

    If you feel sorry for the students, set up a student centered help desk, or if there is a PC tech certificate track or similar set them up with internships (that is what we do for our CompTIA certificates track).

    --
    Don't blame me, I voted for Kodos
  16. Color Support by darkain · · Score: 1

    Serious question since I've not touched GIMP in years (or any other Linux graphics utilities), but one of the primary reasons why I've stuck with Windows/Photoshop is simply for color management. Does GIMP+Linux support proper color management, ICC profiles, 10/12-bit displays, 16/32-bit per channel within images, CMYK color, Adobe RGB color space, and ProPhoto RGB color space? These are all tools used in various aspects of professional graphics design. Also, designers love to hand me AI files instead of PSDs, can GIMP open and render these too? Photoshop can at least import and rasterize AI files, as well as PDF documents.

    1. Re:Color Support by snadrus · · Score: 3, Interesting

      Inkscape's native format is SVG, and it works great. It should be part of the curriculum long before hand-holding designers who can't produce consumable assets.

      --
      Science & open-source build trust from peer review. Learn systems you can trust.
    2. Re:Color Support by tomxor · · Score: 3, Interesting

      I have some love for SVG... at least the sane parts of the spec, and it's quite a big part of my day job... But i have a lot of hate for inkscape:

      A significant part of that is because it's really shitty at generating SVG. It might "use" SVG as it's format, but it does not treat it natively, it uses it's own name-space, litters files with it's name-space even when you request it to save plain SVGs. It converts much of it's data into SVG while saving the original "inkscape" data embeded in it's sodipodi namespaced XML embedded in the same file... really not very different from illustrator, SVG is it's output not it's internal format.

      I don't touch files intended for the web with inkscape, but make them by hand, using inkscape to generate path data but that's it... Creating web safe SVGs with inkscape is just too much pain.

  17. Re:Do you need PSD? by Todd+Knarr · · Score: 2

    His class is focused on HTML/CSS/JS/etc. which means it's not Web design. Design is artwork and layout, for which yes PS is one of the standard tools (and maybe not the best one if, for instance, you're doing Material design for Android access or responsive design where fixed layouts to fit artwork are a no-no). But Web development, using HTML/CSS/JS/etc. to build the mechanics of the site and make it work, generally doesn't require any particular set of tools. In fact Photoshop's a bad fit here because the file formats you're going to need (mostly PNG, especially if you're going to do any sort of transparency) aren't it's native formats and it doesn't really "get" the more exotic technical tricks you'll need the way say the GIMP does.

  18. Real World Usage by AcerbusNoir · · Score: 1

    You should use an OS that can run most modern IDEs, specifically IDEs that are commonly used and (sometimes) mandated in the workplace. Ask some recruiters, I bet they'll have a pretty good idea.

    FWIW, from my experience of 10+ years in the industry, most tech-focused places use OSX as their primary OS.

  19. Re:Do you need PSD? by Anonymous Coward · · Score: 1

    yea, I was pretty bothered that he was calling it a web design class when it quite clearly is not. A little disconcerting that he doesn't know the difference considering he's going to be teaching people this stuff. Not hard to imagine a number of the students having a bad time when they try to get design jobs, and are completely unprepared for it.

  20. Consider a Windows Application Server by davidwr · · Score: 1

    Since you are in education, you should be able to get a Windows Server with the required CALs fairly cheap. Run an Application Server and run Photoshop under it. Your main issues are going to be bandwidth, perceived speed (I've never tried doing a room-full of computers running remote-hosted copies of Photoshop over sub-100Mbps aggregate bandwidth), and the potential loss of everyone's ability to use Photoshop if there is a communications or server-side glitch. There's also the issue of getting a beefy-enough server and a big enough Internet pipe to the server so your server doesn't become a bottleneck.

    If you can bypass Photoshop or get it to run under Linux somehow, that might be the better approach. At least then you won't have to worry about paying Microsoft and you won't have yet another single-point-of-failure.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
    1. Re:Consider a Windows Application Server by Blaskowicz · · Score: 1

      Did you consider 20 students uploading high res pictures over a 1Mbits/s uplink? Let's imagine they merely upload 10MB each, simultaneously and for some reason they all get an entirely fair share of the bandwith. You will need at least 26 minutes. Just forget it. Try again when you have gigabit WAN such as consumer ftth (well, the equipment and fiber is gigabit, the service is advertised as something like 100 down / 50 up and the customer gets something around 200 Mbps almost symetrical..).

  21. Simple by Murdoch5 · · Score: 1

    Any Distro and VIM, that's all you need :-). I'm a web developer and I write LARGE web systems, in excess of a couple hundred thousand lines of code, you don't need anything else.

  22. Re: MySQL by jedidiah · · Score: 1

    ...except MySQL supports and encourages crapulence out of the box. It does simple fundemental things poorly. It will allow developers to do stupid things that won't be tolerated by any RDBMS. Even it's SQL support is crippled.

    It's a quick and easy product for developers that don't know any better and don't want to know any better.

    --
    A Pirate and a Puritan look the same on a balance sheet.
  23. Re: MySQL by guruevi · · Score: 2

    No it doesn't (anymore), a standard setup comes relatively ACID compliant. Developers doing stupid things will happen regardless of the stack you use. Looking at modern web stacks (nginx, Node.js, NoSQL, ...) more stupid things are only going to be easier.

    --
    Custom electronics and digital signage for your business: www.evcircuits.com
  24. Use FOSS first before switching to Linux by gringer · · Score: 2

    From experience (i.e. failure) with switching people over, you get the best results if you introduce people to the free software first then change the operating system. Use Inkscape, Krita, GIMP, or Scribus on Windows, rather than switching two things at once.

    --
    Ask me about repetitive DNA
  25. Multi-user instead of VM? by Blaskowicz · · Score: 1

    Why set up Windows VM at all? It seems less wasteful to run one Windows OS for all students, well you would need one per site (Windows Server with RDS). One ûber-PC such as with 24 Haswell cores and 128GB RAM and a PCIe SSD (Intel 750 400GB or 1.2TB is cheap) would likely serve about 20 users or more very well. The Windows OS may run either bare metal or on a VM, that actually becomes an unimportant (or less important) technical detail.

    Would be interesting if you get a discount on CAL and RDS licenses though.

  26. Re:Keep MS for IE compatibility by el_chicano · · Score: 1

    W3C is still not implemented yet thanks to corporate apps, China, and ignorant users who refuse to let XP behind

    As far as XP, if it ain't broke and still works great then why upgrade?

    If you were being perfectly honest then you would have to admit that the problem is not really XP, it is IE.

    Firefox and Chrome run perfectly fine on XP, people that insist on using IE must be the ignorant users you speak of.

    --
    A man who wants nothing is invincible
  27. Apple - What's Happening in France by speedplane · · Score: 1

    Walk into any coding academy in NYC or SF and you'll see a line-up of Apple Macbooks. Strange that most noob coders use PCs in France.

    --
    Fast Federal Court and I.T.C. updates
    1. Re: Apple - What's Happening in France by speedplane · · Score: 2

      It's France, they do strange things in Europe. For instance when Muslims kill French people, the French respond by harassing Jews. It's not for us to judge, it's a part of the rich European cultural heritage.

      It's Slashdot, they do strange things on the Internet. For example, when a poster discusses the use of Apple computers, the trolls respond by bringing up islamophobic ideas and allude to the holocaust. It's not for us to judge, it's a part of the rich Internet cultural heritage.

      --
      Fast Federal Court and I.T.C. updates
  28. Re:You don't need Photoshop. by jones_supa · · Score: 1

    You really don't need it. In fact as webdesign work a huge amount of production should be done in Inkscape. Even if you need to create/edit a raster image GIMP is fine. Students don't need Photoshop. Hell you can do most work in mspaint.

    If the students move on to various gigs and workplaces, they might be in trouble if they don't know Photoshop.

  29. Re:WHHAAAA!! by amalcolm · · Score: 1, Interesting

    If you have never asked anybody for help and advice, maybe thats why you are such a tosspot

    --
    Time for bed, said Zebedee - boing
  30. No need for Windows in Webdev. Seriously. by Qbertino · · Score: 4, Interesting

    I'm a seasoned pro webdev and havent touched Windows or PS in years. Gimp does most of the gfx work just fine, especially with the modern flatty designs. As does Inkscape for the vector work.

    I do use a mac though - less hassle with the gui and some neat tools unavailable on Linux (SourceTree, Kaleidoscope, Transmit, etc.) but those are tools you definitely don't need for learning.

    My advice:
    Move to Ubuntu LTS right now and set up one Mac Mini in every classroom if you must teach your students PS filters and the Adobe Suite. Although I wouldn't. ... Train your students on Atom or Brackets and learn and teach Grunt, Gulp or both and build a webdev pipeline with those. Build a pipeline that your students can take with them on their career. Way more worth than learning Adobe crap.

    The one thing desperately missing on Linux is a FOSS Git gui that doesn't suck. You'll have to get a bundle licence for SmartGit - it's Java, but it's OK. As a full blow IDE Netbeans and the Netbeans Chrome extension + perhaps FF WebDev Edition are are the tools of the trade. All FOSS, all perfectly at home on Ubuntu.

    For testing set up VBox on every PC and pull the official Windows Browser Webdev Testing VMs. They only run an hour before needing a virtual restart, but they're perfect for Testing IE and Spartan.

    What ever you do, spare yourself and you Students the hassle with remote desktop.

    Good luck with your business.

    --
    We suffer more in our imagination than in reality. - Seneca
    1. Re:No need for Windows in Webdev. Seriously. by rdnetto · · Score: 1

      The one thing desperately missing on Linux is a FOSS Git gui that doesn't suck.

      What's wrong with gitk?

      --
      Most human behaviour can be explained in terms of identity.
  31. Re: Use gimp, teach concepts, and be done with it by ruir · · Score: 1

    Many offices are using also open source tools. Anyway, the problem of teaching tools instead of methods is that by the time they reach the market, people have moved to other tools. And anyhow, if one is only using tools at school and not investigating alternatives and doing small gigs at home...he is doing it wrong.

  32. PSD files are not part of web development by markdavis · · Score: 2

    >"The industry format for graphic designs is PSD so The Gimp (XCF) is not really an option."

    That has to be the stupidest statement I have read in a week. Who cares what the "industry format" is for "graphic design"? That has nothing to do with a web coding school. And GIMP opens PSD files just fine. Did you even TRY this before posting?

    There are cases where it is difficult to replace an MS-Windows environment. Web development is certainly not one of them.

    1. Re:PSD files are not part of web development by fnj · · Score: 1

      That has to be the stupidest statement I have read in a week. Who cares what the "industry format" is for "graphic design"? That has nothing to do with a web coding school. And GIMP opens PSD files just fine. Did you even TRY this before posting?

      Do yourself a favor and cool off. Are you sure GIMP will open and properly deal with all PSD files made by all Photoshops, no matter what options and features? And are you sure that GIMP will create PSD files with all desired options and features, and that all Photoshops will open them and properly deal with them? I am sure as hell not sure, and it would take me a long time to make sure, and I would never really be 100% done making sure as both Photoshop and GIMP continue to evolve.

      I don't want to make it sound hopeless, but you should be sensitive to real issues.

  33. You are a WEB design company, not graphics by msobkow · · Score: 3, Interesting

    Let the graphics design industry use what it wishes. They can export to web formats, which is what you need.

    I spent over thirty years in the computer industry, working on many projects with user interface and graphical elements, and not once did the graphics designers deliver what we needed in Photoshop-specific formats.

    --
    I do not fail; I succeed at finding out what does not work.
  34. Re: Use gimp, teach concepts, and be done with it by Anonymous Coward · · Score: 1

    Maybe in ponyland it's your way, but here in the real world school time is short and we have to make the most of it. Schools must churn out people ready to enter the workforce. Teaching them concepts sounds noble and all that but you can't put "I learned concepts" on a resume. HR looks at specific skill sets. Either you have them or you're unemployable. And here the debate ends.

  35. So? Don't need a Ferrari to drive 3 blocks by dbIII · · Score: 1

    So? It's about learning to draw not steer through the menu of a GUI on an expensive program that's going to have a different GUI in a year or two anyway. It's not for glossy magazine images - the niche gold plated features do not matter when you want a small image that will download quickly.

  36. Photoshop runs well on wine by e70838 · · Score: 1

    I have never encountered any bug using my old version of photoshop with wine. The main issue is to configure the desktop (gnome in my case) to not hijack the alt key.

  37. Only matters if it's another's work by dbIII · · Score: 1

    it doesn't handle psd files well enough, unfortunately.

    If the students are creating original content instead of playing with an image that has been through photoshop it is not going to matter.

  38. Teaching not production by dbIII · · Score: 1

    For teaching purposes you only have to mention that it's a good idea to have at least one windows system for testing so you can see what your web app is gonna look like on it.

    1. Re:Teaching not production by smchris · · Score: 1

      Yes, or at least a Windows license running in kvm so they can experience how things render differently on various browsers. Thats how I used to set my wife up.

      As for Photoshop, maybe have one Windows machine so the kids can put it on their resume because thats really what he is probably thinking about as a classroom?

  39. Ahoy there! by dbIII · · Score: 1

    Why exactly would running Windows VMs be so difficult?

    Because you have to keep track of all the licences and make sure they are paid for. Why bother when the entire point is to teach people to do things that can be done without the trouble and without encouraging software piracy (ok then - copyright infringement)?

  40. All that just for photoshop? by dbIII · · Score: 1

    The software licencing is going to cost as much or more than that nice hardware unless you can get some sort of discount on CAL and RDS licenses.
    The 1999 solution for the requirements above is a bunch of desktops with linux on them and it's far more compelling, far more capable with an even larger price difference now.

    Remember folks - it's teaching not training. If it's in a workplace that already has a pile of people using photoshop in production and you have somebody already taught to draw that's one thing, but this is about teaching people concepts not a production workflow. They can learn about layers etc via any of dozens of programs.

  41. Re:Do you need PSD? by dbIII · · Score: 1

    Terminal Server

    It got renamed and an extra digit added to the end of the costs per seat.

    So why not just provide connectivity, and have students supply their own machines and own software

    That's only going to work at the top end of the market at which point they probably expect the school to supply a lot as well and would not like the idea, so there goes a pile of potential students from that constraint. It's all very libertarian of you but reality bites.

  42. We do not have to be wizards for this one by dbIII · · Score: 1

    Do you have someone who can maintain a linux installation of that size?

    FFS I could do it with a pile of knoppix CDROMS. In the year 2000 or any time later. Give it a couple of weekends and you could too if you can't already.
    It's about providing a suite of applications, a machine to run them on, and somewhere to save them. Something like knoppix is ideal for that because they can take it home and run it on other stuff without changing the base OS.

  43. Re:First by Archtech · · Score: 1

    Hire a consultant instead of lookin' for free shit here

    Why? Is it a crime against The American Way Of Life (TM) to invite free suggestions from people who are willing to offer them? I thought it was only the IRS that insisted we should pay hard dollars (and get receipts) for everything good in life - possibly including each breath we inhale.

    --
    I am sure that there are many other solipsists out there.
  44. Aren't most designers on Mac? by GuB-42 · · Score: 1

    It seems that designers use macs most of the time. They used them even before Apple was considered cool and are the prime target for the Mac pro.
    So I think that for students, it should be the platform of choice rather than Windows or Linux. So don't be so cheap and buy at least a few iMacs as they may encounter them when they start working. The coding and other parts that don't need Photoshop can be done on Linux.

  45. Cloud compute instances by iamacat · · Score: 1

    If Photoshop skills are only a small part of the class, Amazon/Microsoft/Google cloud compute instances with Adobe creative suite and remote desktop could be the easiest/cheapest way to go. You just need a pool of licenses to accommodate simultaneous logins and all the instances can be torn down except when that specific part of the class is in session.

  46. Most of the world uses Windows by Psychofreak · · Score: 1

    Most of the world uses Windows, unless they use Mac. Also many employers use Adobe. It would be of benefit to NOT eliminate Windows and Mac entirely. Maintain a class size lab of these different platforms, while switching everything else to Linux and Linux based software.

    --
    Laugh, it's good for you!
  47. mac and adobe by crsuperman34 · · Score: 1

    Compared to tools like Autodesks' Flame (linux native) Adobe©®'s programs are amateur; GIMP and Inkscape even more so. When you can't provide an AI or PSD clients will simply turn elsewhere. Unfortunately, not learning these tools is a career killer. Balsimiq, Inkscape and GIMP are not currently the industry standard and Adobe©® skills remain a must-have in a Web Devs toolkit. Sure you can design directly in the browser, but sometimes having a rough mock-up will help save your most precious resource-- time. I work with a dual monitor setup, one running ubuntu the other OS X.

  48. Ubuntu by morgauxo · · Score: 2

    Ubuntu would be my answer for pretty much any desktop use including this.

    No, I'm not really a fan of Ubuntu. No, Unity is not necessarily the best interface. No, I don't think going their own way with Mir is a good idea.

    But...

    Ubuntu has the most people out there already doing this kind of thing. That means the most liklihood things will 'just work' and the most online community support when it doesn't. Since you have a whole lab to support and probably other things to do with your time you will likely apreciate taking the path of least resistance.

    So.. I wouldn't pick the 'best' distro, I'd pick the most popular one. Currently that's Ubuntu. It sucks.. because this kind of thinking is what causes incumbant favorites to remain at the top even when they cease to deserve it. But... that's reality.

  49. Your suppositions are incorrect... by MrWin2kMan · · Score: 1

    If you're running Windows 8 now, more than likely you will have a free upgrade path to Windows 10, which should take care of the OS for the next 5 years or so, so cost won't be any more of an issue. As far as maintenance, all GNU/Linux implementations will require the same type of maintenance as your Windows clients. Regardless of whether you stick with Windows or move to GNU/Linux, you will need a way to manage the periodic maintenance for security patching, etc. Although many lambaste Microsoft for the number of patches Windows requires, they fail to look under the hood to see where all the patches are actually going, and neglect the fact that with Windows patching you also get .Net updates, Office Updates, SQL Server updates, etc. In the GNU/Linux realm, many of these updates are 'hidden' in the kernel updates, so you see a lot fewer separate patches. So, neither choice is necessarily going to save you money over the other, and neither is going to be necessarily easier to maintain. Which are your students going to be more familiar with and be more likely to use in the real world? That's what should drive your decision making.

    --
    Nothing to see here but us trolls...move along...
    1. Re:Your suppositions are incorrect... by david_thornley · · Score: 1

      If you have legitimate versions of Windows 7, 8, or 8.1, you have a free upgrade path to Windows 10, and will continue to have one for most of a year yet. Windows 7 gets out of extended support in 2020 (although I suspect it will be extended a few years like XP was), so my Windows 7 is good for the next 5 years or so. This is actually longer than my current Ubuntu installation is supported. Microsoft's good at long-range support.

      As far as patches go, most Linux distros have base OS patches and patches for most of the installed software, which is more comprehensive than what Windows Update does. One thing to consider about Windows 10 is that delaying patches is difficult to impossible, so Microsoft can break your computer at any time. Linux updates are much easier to schedule.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
  50. It's just "Linux"... by Wee · · Score: 1

    Here's what the guy who invented Linux has to say about what his OS is called:

    Well, I think it's justified, but it's justified if you actually make a GNU distribution of Linux ... the same way that I think that "Red Hat Linux" is fine, or "SuSE Linux" or "Debian Linux", because if you actually make your own distribution of Linux, you get to name the thing, but calling Linux in general "GNU Linux" I think is just ridiculous.

    The OS can have GNU stuff in userland or not, depending. So it's just called "Linux".

    -B

    --

    Ash and Hickory, straight-grained and true, make excellent bludgeons, dandy for the cudgeling of vegetarians.

    1. Re:It's just "Linux"... by david_thornley · · Score: 1

      The kernel can be provided with whatever userland. However, the Linux distros I'm aware of all use the Gnu stuff, so referring it to Gnu/Linux is reasonable. Android does have a Linux kernel, but not the userland, so it would be wrong to call it Gnu/Linux, but almost nobody calls it Linux anyway. Of course, there are other things that go into most Linux distros that are neither the kernel nor Gnu, so it isn't obvious that specifying Linux and Gnu and nothing else is the right move.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
  51. Re:Keep MS for IE compatibility by Billly+Gates · · Score: 1

    This debate is very very old because no one likes the solution.

    The problem is it is not the 1990s where you could drop one browser for another and no one is ever 6 months old anymore etc.

    Solution is frankly it is not up to you to tell a user which browser you support. Half of your job is to work around ancient bugs from the turn of the century. If you do not teach students this they will be fired when the client demands it because the customers will blame your site and go to a competitor.

    Yes XP is the problem it most certainly IS BROKE by almost every margin. It's browser is not W3C compliant. Corporations use IE because of GPO support and IE 8 is the denominator between XP & 7 so it is what they standardized on. If the client can't view your page right they wonder what kind of school is this??

    Refusing XP support would be ideal as modern IE or the new MS Edge browser is W3C compliant. IE 11 is ok. Not horrible or great but ok.

  52. Re:So? Don't need a Ferrari to drive 3 blocks by dbIII · · Score: 1

    Mostly, it's about checking boxes on a job application: and for web "designers," Photoshop is often one of the boxes.

    You do have a bit of a point yet I pity you. Once you actually get the job the checked box isn't going to help much if you do not understand what you are doing.
    The main point is for the student to know what they are doing so that they can do the job even if the GUI is unfamiliar - which is going to happen at some point anyway. Being destined to be laid off when Photoshop 2016 comes up due to rote learning the way to use the GUI in the current product is not what you want in your student's future.

  53. How many students per class? by Zeekort · · Score: 1

    It depends on how many PCs per classroom you have and how much time is spend in Photoshop VS coding. Assuming 20 students per classroom and most time is spent on coding, you can probably go with 5 Windows PCs per classroom with Photoshop on them to allow enough access to it while the others do coding so 20 Linux PCs per classroom with 5 Windows PCs. So if you end up with 200 students max spread out into 20 student classrooms you'd only need 50 Windows PCs with Photoshop. I don't recommend using a centralized location over an ADSL connection. Windows in my experience, likes to lag a lot over remote connections that aren't synchronous (ex: 20Mb down and 20Mb up instead of 20Mb down and 1Mb up). As for distribution, Ubuntu/Lubuntu/Xubuntu or Mint would work for a desktop depending on your desktop GUI preferences. No matter which Gnu/Linux distro you pick you'll have no shortage of editors to use for coding so if it were me, it would really boil down to what would get out of the end user's way and give an environment for getting work done so choose accordingly. I wouldn't worry about rolling out Windows 10 as a free upgrade since you have an aggressive PC redeployment schedule which inherently means at some point you'll be deploying new hardware, and Photoshop is Photoshop whether it's on Windows 8 or Windows 10. If you want students to see if their websites work correctly in the new Edge browser you could have a cheap Surface Pro or other Windows tablet do that for you. Also Surface Pros can use regular monitors when they're docked and USB keyboards and mice so that may or may not be an option for keeping costs down for the Windows side of things instead of having regular PCs. We have some employees setup at work like this so they're mobile and able to work as if they're at a regular PC at work. Also for your redeployments you probably already have an imaging solution in place, but since you're asking about Linux, you may want to consider setting up a FOG server. We have one running on Ubuntu server at work and we use it image all our Windows and Linux PCs.