DEV Community

Discussion on: Why and why not to use Linux?

Collapse
 
developerbishwas profile image
Bishwas Bhandari

I would never ever suggest dual boot, if you had 32 GB of RAM, I would still suggest you not to use dual boot. For your 2 GB ram, Ubuntu 18.04 LTS or Windows 7 would be great.
Do not install windows 10, your specification can't handle it.

Collapse
 
lexiebkm profile image
Alexander B.K.

Thanks for the reply and suggestion. As for the distro, I actually want to install CentOS. I have read about it as well as other distros. At the last company I worked, the application was deployed on VPS that used CentOS.

Collapse
 
developerbishwas profile image
Bishwas Bhandari

Also, I don't think you need to install apache specifically to run django. Just write codes on django, and do python manage.py runserver

Thread Thread
 
lexiebkm profile image
Alexander B.K.

I know that python-Django has that command for running its own web server. But, because I have already had Apache which is regularly used for running PHP code, I wanted to use Apache for serving python + Django too.

Thread Thread
 
developerbishwas profile image
Bishwas Bhandari

Ohh, you wanna host it with Apache on your VPS or what?

Thread Thread
 
lexiebkm profile image
Alexander B.K.

Not on VPS, but on my local computer for the purpose of learning Python + Django. But it is not my priority now, because I have a new interest in using Go aka Golang as the backend language. Node.Js, Java (with Spring or JEE) are still in my list too. C# and .Net, although very powerful, are massive tech that I don't have time to learn.