sbogde Posted June 29, 2009 Share Posted June 29, 2009 Hi, I am a php/mysq programmer & I'd like to completely get rid of windows and switch to linux. I am mainly using these: - zend dev environment/php editor - browsers: ie, ff, safari - a web localhost - apache, php, mysql - sometimes adobe photoshop - screenshots, basic image manipulation considering all these what linux distribution do you think I should use? are there any php/mysql programmers that work in linux only? I am really looking forward to hearing from you guys. thank you. Quote Link to comment https://forums.phpfreaks.com/topic/164123-phpmysq-programmer-moving-to-linux/ Share on other sites More sharing options...
corbin Posted June 29, 2009 Share Posted June 29, 2009 I personally don't exclusively use linux, but some web developers do. (I sometimes test on linux, but I typically develop on Windows.... Even though everything I use has a linux version.) Zend Studio has a linux version, as do Apache, PHP, MySQL and Firefox. As for Photoshop/IE/Safari, there is not a native linux version for any of those, so you would have to use something like Wine (a program that emulates the Windows environment in hopes of getting a Windows executable to run). Quote Link to comment https://forums.phpfreaks.com/topic/164123-phpmysq-programmer-moving-to-linux/#findComment-865786 Share on other sites More sharing options...
J.Daniels Posted July 9, 2009 Share Posted July 9, 2009 There are a few distro choosers online that will ask a few questions and try to match a distro to your needs. For example: http://www.zegeniestudios.net/ldc/ To test your pages on different platforms: IE - ies4linux (requires wine) Safari - Konqueror uses the same web engine Firefox - Native Support Image Manipulation: Photoshop - GIMP - Native image manipulation program Quote Link to comment https://forums.phpfreaks.com/topic/164123-phpmysq-programmer-moving-to-linux/#findComment-872108 Share on other sites More sharing options...
Daniel0 Posted July 10, 2009 Share Posted July 10, 2009 Safari - Konqueror uses the same web engine No it doesn't. Konqueror uses KHTML, but Safari uses WebKit. It's true that WebKit is a derivative of KHTML, but that doesn't guarantee consistency in rendering on the modern versions. Quote Link to comment https://forums.phpfreaks.com/topic/164123-phpmysq-programmer-moving-to-linux/#findComment-872937 Share on other sites More sharing options...
Zyx Posted July 24, 2009 Share Posted July 24, 2009 I'm working with PHP on Linux only. My environment: - NetBeans as IDE - MySQL5 - Lighttpd - PHP 5.2, 5.3 and 6.0-dev installed simultaneously through FastCGI - Some extra management scripts: external or written by myself Basically, it does not differ very much from programming under Windows, except that you have a better system console (if you need it) and case-sensitive filesystem. However, I found that it is much easier to customize the overall environment, as you can recompile PHP or add new modules to it without any problems. Majority of Adobe Photoshop versions work excellent under Linux via Wine, so if you like it, there should be no problems in using them. Quote Link to comment https://forums.phpfreaks.com/topic/164123-phpmysq-programmer-moving-to-linux/#findComment-881763 Share on other sites More sharing options...
lynxus Posted July 28, 2009 Share Posted July 28, 2009 I suppose if you wanted to test a webkit browser, download and compile a copy of Google Chrome for linux. -G Quote Link to comment https://forums.phpfreaks.com/topic/164123-phpmysq-programmer-moving-to-linux/#findComment-884894 Share on other sites More sharing options...
mellis95 Posted August 22, 2009 Share Posted August 22, 2009 You could install VirtualBox or some other virtual server to run Windows within Linux just for testing apps. I do 90% of my php-mysql coding in Linux with no issues. Also it seems that GIMP would work great as a Photoshop replacement for your basic image manipulation. Quote Link to comment https://forums.phpfreaks.com/topic/164123-phpmysq-programmer-moving-to-linux/#findComment-904158 Share on other sites More sharing options...
whansen02 Posted August 27, 2009 Share Posted August 27, 2009 I find gimp is completely backwards from photoshop and those who like photoshop and try gimp look at it sideways and say 'what do I do with this?' - but I say that seconding the recommendation of 'if you're going to use linux' run virtual box in it and run a copy of windows in this which will run photoshop and any other non-linux apps you have. I do find it's much nicer to develop in Linux myself but for the client I'm always having to test in Windows. Quote Link to comment https://forums.phpfreaks.com/topic/164123-phpmysq-programmer-moving-to-linux/#findComment-907887 Share on other sites More sharing options...
jcombs_31 Posted August 29, 2009 Share Posted August 29, 2009 I'm using windows and linux. I have my IDE (netbeans) on my windows box along with the Adobe suite for design. I have my linux box running apache/mysql and any other services. I just have netbeans configured to upload directly to my linux box as I save files and test directly from my linux box by setting up my hosts file on windows. I keep a putty window open for the linux box and have it running in another room without a gui. I have noticed however that since setting up my environment this way netbeans has some performance issues, so I have to work that out. Quote Link to comment https://forums.phpfreaks.com/topic/164123-phpmysq-programmer-moving-to-linux/#findComment-908912 Share on other sites More sharing options...
techkid Posted September 6, 2009 Share Posted September 6, 2009 PHP & MySQL Developer moving to Linux isn't a problem. But for Designer's I don't recommend to move on Linux since there are no Linux version for Adobe Creative Suite and there's no good substitute. Quote Link to comment https://forums.phpfreaks.com/topic/164123-phpmysq-programmer-moving-to-linux/#findComment-913429 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.