Natively or in a VM?
KseniyaK
I would like to see:
- Corporations treating their customers like people, not just bags of money.
- Corporations and employers to stop spying on people. Like, it makes me feel so unsafe and that I can't really trust them.
- People becoming more tech literate.
- Open source software, such as Linux being used by more people, especially those who are not so tech literate.
Ok, then C++.
For me it would be C/C++.
Well, you do have qemu, which can run x86 programs on other architectures (not just running x86 virtual machines on top of hosts of other architectures).
Well, that's how most troubleshooting happens on Windows/macOS as they are just big black boxes with poor documentation. On Linux, most issues can be fixed by the user themselves.
Kseniya
I use rclone. The command I use to mount my GDrive is basically:
rclone mount "GoogleDrive:" ~/googledrive --vfs-cache-mode full --daemon
And then I could access it (almost) as if were a regular USB drive mounted onto my filesystem (by doing cd ~/googledrive
). Only difference is that it is a bit slow, as none of the files ever get synced to the computer's hard drive (all changes are immediately uploaded to Google servers), and I cannot change the filesystem permissions (they are always a+rw for all of the files).
Well, for schoolwork, I mount my Google Drive storage onto my ~/googledrive directory (where I store all of my schoolwork) and usually use mc to navigate. Although, I am quite comfortable with the terminal. Its just that I have a lot of subfolders and going to a specific subfolder in mc is usually faster than doing "cd ~/googledrive/subfolder-with-long-path".
Well, I eventually got bored of Arch and installed Gentoo this summer. I enjoyed it ๐.
PS. I wish there was a Gentoo emoji.