Linux environment
I fell in love with Linux only when I reach my mid-30s. Love at the first sight does not apply in this situation.
Last updated
I fell in love with Linux only when I reach my mid-30s. Love at the first sight does not apply in this situation.
Last updated
There are many Linux distributions and the exact reason for preferring Ubuntu is, none. I started Liunx-ing roughly 20 years ago and I was introduced to Redhat at the time. Then the next thing I remember is somewhere around 4, 5 years ago I was doing some and I would like to try my hand so I set up a dual boot Ubuntu at home. Of course there is something called by now but cheminformatics is still fascinating and super relevant especially if you work at molecular scale.
Essentially, you can make a bootable USB/DVD from the above site and plug and play Ubuntu. You can also try it right out using the media without installation.
Like I said I have 2 computers at home, one is Windows one is Ubuntu. It is very obvious that I am making the Ubuntu set up as my exclusive terminal that while I surf the web and youtube-ing on Windows, the Linux guy is calculating my sequencing data for me. That formulates to
Remote access
File transfer over LAN
Remote accessing a desktop is something quite antique and you can easily Google hundreds if not thousands of webpage which talks about it. But with the technology advancement it has became easier than ever to remoting for my purpose. My aim is to
PC -> Linux
The setup is easy if you are using Windows 10, and the user experience is AWESOME.
You can stop by for better reference. I mean I think I can trust the official Ubuntu site for something involve network security. Anyway I logged in what I actually have done. I intend to avoid outdated information so what I did was
Assuming that you have installed ufw and you know how to operate it.
And I can now run packages on one system and work on entire different task on another. Busy man.
My set up is done via my router so they both are in the same LAN. And you know what, the text that I copied from Windows 10 can be pasted in Liunx during remoting. A-W-E-S-O-M-E (Carol/Cheryl from , awesome shows by the way)
[Linux Terminal] 1. sudo ufw allow ssh
(This is to allow ssh and transfer data using sFTP)
[Linux Terminal] 2. sudo service ssh status
to check if the ssh is running. sudo systemctl start ssh
to fire it up and sudo systemctl stop ssh
to kill it.
[Windows 10] 3. Install and FileZilla. Do not need to follow it to the letter because this site is dedicated to their own FTPs.
[Windows 10] 4. Connect to the Linux system using Site Manager and transfer files by drag and drop.