Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
What do you use for virtualization and did you have the image of it saved somewhere else?
-
kurtr127557y@JoshBent I use a virtualbox image with snapshots and git for version control. I've been meaning to migrate to docker since the virtualbox image is around 20gb but havnt found a gap yet.
-
@kurtr how does that exactly work? you have your base image somewhere hosted and git is tracking the snapshots right? or are you pushing the full image each time 😶
edit: also why would it matter how much you have opened, is it because your server isnt powerful enough? or why would vnc/rdp care. -
kurtr127557y@JoshBent I push the entire image just to be safe. The opened tabs come in on the rasberry pi - my virtual machine is my web server, I run the server and then mount the codebase as a drive to my localmachine I then use the ide installed on my local machine to edit the code on my vm. I'm currently working on a pi3 with 1gb ram which is why open tabs is a problem.
Related Rants
-
Noob12Today I found out that I could inject HTML into our documentation system. I quickly tested it with the <style...
-
subha-py141) Stop going to univershity 2) Started python coding at home from online courses. 3) Got the best paid job ...
-
3rdWorldPoison8Something that I'm utterly ashamed of. Had to add text message and call communication functionality in one of...
Man I love VM's!
I'm on a very tight deadline and my laptop died this morning and needs a reformat, usually this would be a very dire situation... Luckily I use a virtual machine for my dev env so I just remoted into a pc at my office using my phone, launched an instance of my vm and forwarded a public IP to it.
I'm currently working on my rasberry pi while machines installing linux. The only noticeable difference so far is that I only have enough ram to keep open around 5 browser tabs. :-D
undefined
vm ftw
like a boss
hacks