0

New here, might be a repetition. Not even sure of correct tag. Thanks for bearing.

I have ubuntu LTS 24.04 LTS in my local machine. I want to have two separate {something} to solve my problem. I am using my Ubuntu for all my works; I have a side project/hustle and my requirement is to keep them completely unaware of each other. That means, separate files, separate apps(chrome, slack, vs code, docker ps should also not show the images of other {something}). Also when I am in one {something}, I shouldn't mistakenly edit/change/visualize things in other.

Consider it as I want to work on something on night/weekends and switch back to my main work in day time. Smooth transition and privacy is the main concern.

New contributor
Ashutosh Rana is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.
3
  • Two different users, one of which has sudo privileges, should do.
    – Jos
    Commented 11 hours ago
  • will i be able to use 2 applications(slack, chrome,etc) Commented 11 hours ago
  • If absolute isolation is a requirement, VMs are a good way to keep things distinct. If this is being done on a work-supplied machine, though, there may be policies in place to report system usage 🤔
    – matigo
    Commented 9 hours ago

1 Answer 1

0

If this is hardware that you own, then just create an additional user account. This is precisely what user accounts are for. Applications, if installed properly, should keep data 100% separate. Linux has been a multi-user system for decades.

If this is somebody else's hardware (like a work-issued laptop), then DON'T. Use their hardware for the intended purpose only. Misuse may be a reason to fire you.

1
  • was a bit skeptical about two users, but worked like a charm. Commented 2 hours ago

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .