Skip to main content

All Questions

Tagged with
1 vote
0 answers
382 views

Exposing local api inside WSL to physical devices and emulators

I'm working on a react native app from a windows 10 computer. I installed WSL, set up my backend needs on it, and I can see my api responding on localhost from windows, no problem on that end. Now I ...
Jeremy Belolo's user avatar
2 votes
1 answer
80 views

Create a user account for development in Ubuntu

How to create a user account in which I install all apps needed locally, so as not to mess up my system? That way if anything goes wrong I can simply just remove the user account and create a new one. ...
user90939's user avatar
0 votes
1 answer
199 views

Enable a user to have superuser privelages locally but with password input

Is there a way to have user privelages that would normally require superuser privelages, WITHOUT USING THE TERMINAL? I'm thinking like a dialogue that pops up when your trying to access a folder/file ...
Bryan Willis's user avatar