Comment on: How to Safely Store a Password in 2016
5 17 Feb 2016 14:43 u/no_censorship_bruh in v/programmingComment on: IDE running in Windows while source code is inside a VM for web development
I just used samba on ubuntu and restricted to only allow my host computer access. I would have tried SSH but this works nonetheless. Thanks for the info.
Comment on: IDE running in Windows while source code is inside a VM for web development
So it's just a matter of copy/pasting the files to and from the production server and permissions be the same.
Comment on: IDE running in Windows while source code is inside a VM for web development
I've edited the main post. Sorry for the confusion.
Text that I've added if you don't want to click the main post again.
Ubuntu VM installed components:
- LAMP (Apache, MySQL, PHP)
- Netbeans IDE
Windows 7 Installed components:
- VMware Workstation (where ubuntu VM is run from)
- Web browsers (Firefox, Chrome, IE)
- All other applications I run while working
I want to move Netbeans to Windows so I can easily alt+tab from the IDE to the web browser/other applications.
It doesn't have to be still Netbeans. I will try other IDEs as long as it can edit the code which is inside the Ubuntu VM/over the network.
Comment on: IDE running in Windows while source code is inside a VM for web development
No. Those are running on Ubuntu which is inside a VM.
IDE running in Windows while source code is inside a VM for web development
2 9 comments 23 Jul 2015 07:47 u/no_censorship_bruh (self.programming) in v/programmingComment on: Elevator Saga - the elevator programming game
"I'll try to solve this one once I have the time"
-me
Apparently none have read the article as it's for storing password on a server where users create accounts (like voat). It's not about using it like keepass/lastpass.