Years ago I got into Python just a little bit. I know PHP very well and because I wanted to stay in web app development, learning Python seemed like the next logical step. Python is awesome, very learner friendly. Libraries are extensive and can get a lot done for you. With my PHP knowledge and my in depth understanding of servers, it was very easy for me to build out a dev environment to play around with. At first I was using a WAMP install, but eventually put my work on a linux VPS within my … [Read more...] about Lose your LAMP, MAMP, or WAMP dev environments and start using Koding
GUI
Windows Server 2012 Just Showing a Command Prompt
My colleague ran into this issue. As it turns out this isn't an issue at all. Instead of installing Server 2012 with GUI he installed it without the GUI. If you'd like to just enable the GUI instead of reinstalling altogether, you can do so running the following commands: From the command line: Fire up PowerShell: The command to start PS is simply powershell.exe Enter the following command to enable the GUI. It's a feature, just like any other feature, so we'll use the enable feature … [Read more...] about Windows Server 2012 Just Showing a Command Prompt
Recent Activity