You can work in Windows. On usual hosting you can do most file manipulations through FTP manager (like FreeCommander or TotalCommander), so you don't need learn folllowing linux commands ls (list directory content), cd (change dir), mv (move, rename), cp (copy), rm (delete), mkdir (create dir), rm -R (remove dir with content), touch (create empty file), cat (list file content)
Only few actions require SSH (and in it Linux commands), where you need basic linux commands like: chmod (set file attributes like +x to possibility execute the file), chown (change owner of the file),.. But sometimes you don't need (or you cannot) use SSH and this is done in admin interface of the hosting. So no problem if you have linux hosting - you need no or minimum linux knowledges. However if you will learn linux, you can then see why linux is better then windows, and you can develop under lets say Debian much easier. Dne pondělí 16. března 2015 14:41:56 UTC+1 Charly Farley napsal(a): > > > My hosting package is linux-based (python is supported), but im a windows > man. > Presumably I need linux to do my development/deploy. > Ubuntu is nice and easy, I hear - is this distro recommended for > simpletons like me? > I'll probably try to run it in a virtualbox. > > Thanks > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

