Re: Help me, how can I continue on development when this happens

2020-01-31 Thread AudioGames . net Forum — Developers room : nyanchan via Audiogames-reflector
Re: Help me, how can I continue on development when this happens You can search for extensions by pressing ctrl+shift+x. But you might want to remember that you need to install extensions when you're connected to the remote session. If you don't do so, the extension you install will only

Re: Help me, how can I continue on development when this happens

2020-01-31 Thread AudioGames . net Forum — Developers room : nyanchan via Audiogames-reflector
Re: Help me, how can I continue on development when this happens You can search for extensions by pressing ctrl+shift+x. But you might want to remember that you need to install extensions when you're connected to the remote session. If you don't do so, the extension you install will only

Re: Help me, how can I continue on development when this happens

2020-01-29 Thread AudioGames . net Forum — Developers room : arbuz via Audiogames-reflector
Re: Help me, how can I continue on development when this happens Yeah, I configured VSCode as you mentioned and it works like a charm. Although settings are accessible in quite strange way. I don't know if it has a documenter for php to comment your code or whatever. URL: https

Re: Help me, how can I continue on development when this happens

2020-01-27 Thread AudioGames . net Forum — Developers room : nyanchan via Audiogames-reflector
Re: Help me, how can I continue on development when this happens As I suggested, try using VSCode.If you already have your key pair, copy your public key to /home/vagrant/.ssh/id_rsa.pub and run ssh-copy-id ~/.ssh/id_rsa.pubto register.Then, take note the IP address to the VM (in most

Re: Help me, how can I continue on development when this happens

2020-01-27 Thread AudioGames . net Forum — Developers room : nyanchan via Audiogames-reflector
Re: Help me, how can I continue on development when this happens As I suggested, try using VSCode.If you already have your key pair, copy your public key to /home/vagrant/.ssh/id_rsa.pub and run ssh-copy-id ~/.ssh/id_rsa.pubto register.Then, take note the IP address to the VM (in most

Re: Help me, how can I continue on development when this happens

2020-01-27 Thread AudioGames . net Forum — Developers room : nyanchan via Audiogames-reflector
Re: Help me, how can I continue on development when this happens As I suggested, try using VSCode.If you already have your key pair, copy your public key to /home/vagrant/.ssh/id_rsa.pub and run ssh-copy-id ~/.ssh/id_rsa.pubto register.Then, take note the IP address to the VM (in most

Re: Help me, how can I continue on development when this happens

2020-01-27 Thread AudioGames . net Forum — Developers room : nolan via Audiogames-reflector
Re: Help me, how can I continue on development when this happens I wouldn't advise it. Either go for the full desktop Linux experience, or just keep Windows and use something like Vagrant/WSL. URL: https://forum.audiogames.net/post/496518/#p496518 -- Audiogames-reflector mailing list

Re: Help me, how can I continue on development when this happens

2020-01-27 Thread AudioGames . net Forum — Developers room : arbuz via Audiogames-reflector
Re: Help me, how can I continue on development when this happens Can I still use GUI version of the Ubuntu or something else? I mean desktop version on virtualbox and as well control it via git bash that I use to ssh it through Vagrant? I would install orca on that virtual and editing

Re: Help me, how can I continue on development when this happens

2020-01-27 Thread AudioGames . net Forum — Developers room : nolan via Audiogames-reflector
Re: Help me, how can I continue on development when this happens @24 Oh, gotcha. Either use Vim/Nano/whatever installed in the Vagrant container, or edit files over SSH. I forget what port Vagrant's SSHD runs on. Maybe ? Just treat it like another Linux system. URL: https

Re: Help me, how can I continue on development when this happens

2020-01-27 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: Help me, how can I continue on development when this happens @24, just use something like Nano for that. URL: https://forum.audiogames.net/post/496390/#p496390 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi

Re: Help me, how can I continue on development when this happens

2020-01-27 Thread AudioGames . net Forum — Developers room : arbuz via Audiogames-reflector
Re: Help me, how can I continue on development when this happens @23, yeah, thanks. Though 1 thing is still unclear to me, how can I edit files that are in my Linux machine? I mean some configuration files that they're not synced? Some configurations or whatever? Or I should bring up

Re: Help me, how can I continue on development when this happens

2020-01-27 Thread AudioGames . net Forum — Developers room : nolan via Audiogames-reflector
Re: Help me, how can I continue on development when this happens @22 Glad it worked! For future reference, there does appear to be a HyperV Vagrant provider, but you need to configure it as the default. So if you ever need HyperV and Vagrant, that's what you'll need to do.As far as folder

Re: Help me, how can I continue on development when this happens

2020-01-27 Thread AudioGames . net Forum — Developers room : arbuz via Audiogames-reflector
Re: Help me, how can I continue on development when this happens I finally did it. The problem was that Hyper-v didn't completely disable even when I uninstalled in through Windows features. I guess if I would disable Secure boot on my BIOS and reboot Windows, then enable SecureBoot

Re: Help me, how can I continue on development when this happens

2020-01-26 Thread AudioGames . net Forum — Developers room : arbuz via Audiogames-reflector
Re: Help me, how can I continue on development when this happens Oh sorry, hypervisor has been detected URL: https://forum.audiogames.net/post/496204/#p496204 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin

Re: Help me, how can I continue on development when this happens

2020-01-26 Thread AudioGames . net Forum — Developers room : arbuz via Audiogames-reflector
Re: Help me, how can I continue on development when this happens Nope, it is off. I turned it off via Windows features. URL: https://forum.audiogames.net/post/496195/#p496195 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin

Re: Help me, how can I continue on development when this happens

2020-01-26 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: Help me, how can I continue on development when this happens Go into run and type msinfo32.exe and press enter. Does it indicate that "a hypervisor has been detected"? URL: https://forum.audiogames.net/post/496193/#p496193 -- Audiogames-reflector mailing list Audiogames

Re: Help me, how can I continue on development when this happens

2020-01-26 Thread AudioGames . net Forum — Developers room : arbuz via Audiogames-reflector
Re: Help me, how can I continue on development when this happens It doesn't interfeer with WSL and I turned it off via Windows Features, still the same. URL: https://forum.audiogames.net/post/496169/#p496169 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin

Re: Help me, how can I continue on development when this happens

2020-01-26 Thread AudioGames . net Forum — Developers room : nolan via Audiogames-reflector
Re: Help me, how can I continue on development when this happens @16 Is HyperV enabled on your system? Haven't used Windows in years, but when I did, HyperV had to be disabled to use VirtualBox. It would sometimes re-enable itself, which IIRC caused my VMs to not boot.This may have been

Re: Help me, how can I continue on development when this happens

2020-01-26 Thread AudioGames . net Forum — Developers room : arbuz via Audiogames-reflector
Re: Help me, how can I continue on development when this happens I don't understand that either. Installing another box system doesn't help as well. I checked my BIOS, virtualisations is enabled, tryed to give that Vagrant more time to initiate that system through VirtualBox and nothing

Re: Help me, how can I continue on development when this happens

2020-01-26 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: Help me, how can I continue on development when this happens I'm not precisely sure what causes this problem. I was suffering this with every Vagrant box I tried on Windows and I don't suffer that any more. URL: https://forum.audiogames.net/post/496062/#p496062 -- Audiogames

Re: Help me, how can I continue on development when this happens

2020-01-26 Thread AudioGames . net Forum — Developers room : nyanchan via Audiogames-reflector
Re: Help me, how can I continue on development when this happens It might be related to the box you're using. Maybe, try using ubuntu-trusty64 or ubuntu-bionic64? They're what I've successfully run so far. URL: https://forum.audiogames.net/post/496006/#p496006 -- Audiogames-reflector

Re: Help me, how can I continue on development when this happens

2020-01-26 Thread AudioGames . net Forum — Developers room : arbuz via Audiogames-reflector
Re: Help me, how can I continue on development when this happens I decided to try out the Vagrant with VirtualBox as well. Installed Vagrant, VirtualBox, then when I finally managed to do it all right, I got this after entering vagrant up:Bringing machine 'default' up with 'virtualbox

Re: Help me, how can I continue on development when this happens

2020-01-25 Thread AudioGames . net Forum — Developers room : arbuz via Audiogames-reflector
Re: Help me, how can I continue on development when this happens So I share my experience:Installed WSL on my Win10 PRO and started to explore. Everything seems to work well, but I don't get how would you scroll through that command line? URL: https://forum.audiogames.net/post/495939

Re: Help me, how can I continue on development when this happens

2020-01-25 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: Help me, how can I continue on development when this happens @9, no, WSL can't do everything you could need... for example, yes, you can build most programs, but if you want to use low-levl Linux APIs or POSIX functions that MS hasn't implemented yet, it won't work properly if it all

Re: Help me, how can I continue on development when this happens

2020-01-25 Thread AudioGames . net Forum — Developers room : manamon_player via Audiogames-reflector
Re: Help me, how can I continue on development when this happens lurn bowth php and c# URL: https://forum.audiogames.net/post/495660/#p495660 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo

Re: Help me, how can I continue on development when this happens

2020-01-25 Thread AudioGames . net Forum — Developers room : arbuz via Audiogames-reflector
Re: Help me, how can I continue on development when this happens Interesting stuff you all mentioned here. Do WSL does almost everything that developer would might need? For instance I would need to configure some conf file on Linux, what sould I do then? Because WSL has no ability to use

Re: Help me, how can I continue on development when this happens

2020-01-24 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: Help me, how can I continue on development when this happens I use Linux pretty much full time now. I use no IDE (I find IDEs to not be helpful when I want to just churn out code). My editor is Pluma for the desktop and Nano for the CLI. When in the Desktop, I always have (1

Re: Help me, how can I continue on development when this happens

2020-01-24 Thread AudioGames . net Forum — Developers room : sanslash332 via Audiogames-reflector
Re: Help me, how can I continue on development when this happens I'm happy using vsCode or vs 2019 (when is necessary) and for compile stuff or something similar, I use wsl with ubuntu.For server things I run a local copy of XAMPP when I need them, or simply run a docker image of apache

Re: Help me, how can I continue on development when this happens

2020-01-24 Thread AudioGames . net Forum — Developers room : frastlin via Audiogames-reflector
Re: Help me, how can I continue on development when this happens I use WSL and a text editor EdSharp. I'm able to run servers, pull code, run CMake builds, ssh, and do just about everything. I use Node and python, so not PhP, so there may be some differences. I also use ODrive or Git

Re: Help me, how can I continue on development when this happens

2020-01-24 Thread AudioGames . net Forum — Developers room : nyanchan via Audiogames-reflector
Re: Help me, how can I continue on development when this happens You can edit your code on remote using Visual Studio Code. Here's what I do in the company I'm working at:1) Run an Ubuntu VM on Windows10. I'm using vagrant + virtualbox.2) On the VM, do basic ssh configuration so that I can

Re: Help me, how can I continue on development when this happens

2020-01-24 Thread AudioGames . net Forum — Developers room : nyanchan via Audiogames-reflector
Re: Help me, how can I continue on development when this happens You can edit your code on remote using Visual Studio Code. Here's what I do in the company I'm working at:1) Run an Ubuntu VM on Windows10. I'm using vagrant + virtualbox.2) On the VM, do basic ssh configuration so that I can

Re: Help me, how can I continue on development when this happens

2020-01-24 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: Help me, how can I continue on development when this happens It's always better thing to have a real OS, VM shelves some stuff from you, and if you don't want to be disappointed, don't tsarrt with Ubuntu.If you need further help write here:nuno69a at gmail dot com. URL: https

Re: Help me, how can I continue on development when this happens

2020-01-24 Thread AudioGames . net Forum — Developers room : arbuz via Audiogames-reflector
Re: Help me, how can I continue on development when this happens Yeah, I I guess should learn Linux then, but that doesn't solve a problem for me to write a code with a proper IDE. Perhaps you have some suggestions how to start on that Linux environment? is it better to have Virtual

Re: Help me, how can I continue on development when this happens

2020-01-24 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: Help me, how can I continue on development when this happens Well, learn Linux! Everything that works on PHP (allmost everything) works on Linux. I know no good PHP IDE, although PHP Storm might be accessible (might, but doesn't have to). I am happy to help with any Linux questions you

Help me, how can I continue on development when this happens

2020-01-23 Thread AudioGames . net Forum — Developers room : arbuz via Audiogames-reflector
Help me, how can I continue on development when this happens Hello guys, ceriously need advice on keeping going or throwing my career as a developer,I came to a point where I need to decide how to move on my development. My 2 choices are:1. Continue on PHP projects;2. Learn C# further