Hello all! I began working today, where the work is closely related to programming. Despite this, the work computer is set up as Windows (eww). I want to look for work-arounds, as installing linux on a work machine is a no-go.
I wonder, what is the way to minimize pain from having to use windows? Either that, or a way to maximize work done on linux-like stuffs. A linux server is given for us, and I think I can install WSL. Any recommendations on this setup?
Especially, I miss the virtual desktop feature, is there any way to use it? Is there a way I can run compositor through WSL? Also, should I install Pop! OS for the feature, or is it available on e.g. Ubuntu (default WSL)?
Sorry to ask a non-exclusively-linux question, but I think, hopefully, many linux people have experience to give me pointers what to do with a windows work environment.
EDIT: The Windows is Windows 10.
What kind of programming work are you doing?
I’ve thought about situations like yours and what I would do if I were in that situation someday. For me, the plan is to try doing as much in the console as possible, which means Vim/Neovim for development and Tmux for window management.
Programming on Windows can be totally fine, if you’re working with a language that cares about Windows support. E.g. in my experience:
- Good: Rust, Go, C#, Java, Deno, Dart
- Okish: Python, C++, Node
- Bad: Perl, OCaml
If it’s in the “bad” category I would recommend installing WSL and using VSCode’s remote feature that lets you have a Windows copy of VSCode connect to WSL.
I want to look for work-arounds
It’s not your computer, i highly recommend you ask for permission.
Especially, I miss the virtual desktop feature,
SysInternals has that feature (Desktops specifically) you can use for Windows 10 (and i think it’s native on 11). This is a common feature in most Linux distros…
What i do is work mostly on VirtualBox VMs, but had to have clearance from IT for that (and for USB) 'cos i do all kinds off stuff that triggers their normie warnings.
I see, I will note myself to ask permission about these stuffs. Thanks!
I really dislike the implementation of virtual desktops in Windows compared to say Plasma, but it is there, and it gets the job done. I realize this doesn’t solve your other problems.
https://www.howtogeek.com/796349/how-to-use-virtual-desktops-on-windows-11/
Win10 similar.
What exactly are you trying to get around? The question is kinda broad.
If your issue is your program behaving differently or being hard to set up depending on the OS, a common strategy is Docker.
PS: why is your employer forcing you to use old Windows that’s going to go end-of-life basically tomorrow morning? That’s odd.
A virtual machine with Linux might be an option or Remote Desktop to a linux machine.
If its just about virtual desktops:
Windows 11 has that, i think win+ctrl+d creates a new one and win+ctrl+left arrow/right arrow scrolls through the desktops.
with that Docker and WSL(because powershell confuses me, and iam to lazy to learn it) i work pretty much the same as i would on a linux machine with a non-tiling window manager.
Thanks, sadly the setup is windows 10, so I guess no tiling for me :/
If your machine has nvidia you can install the nvidia window manager thing for nvidia tiling, I only used it for a bit so can’t really say it was good
Windows terminal for starters. Windows has virtual desktops built in.
How do I use windows virtual desktop?
Win + Tab.
@someacnt X410, an X server Windows app should work fine with WSL2. Running a graphical environment in WSL2 can be challenging, you better of using Windows Terminal and an editor with a client/server architecture that support WSL2 like VSCode.
Citrix… I use my Linux setup to remote into my work laptop work for work… It allows me to have my standard Linux workflow while having access to my work stuff and not putting that anywhere locally.