Mosh is similar to SSH, remote terminal application but it allows roaming, and supports intermittent connectivity. Its usage is similar to SSH. It has to be installed both on the server and client.
[Read More]
How to recover a shell after a disconnection?
Machine Learning vs. Optimization
Although it may be an odd comparison, sometimes this can be confusing for approaching problems. On one hand, mathematical optimization is used in machine learning during model training, when we are trying to minimize the cost of errors between our model and our data points. On the other hand, machine...
[Read More]
Use Azure as your Jupyter notebook Server
Make sure to follow the steps from this post to setup your Azure Virtual Machine:http://www.etedal.net/2019/03/setting-up-azure-nc6-for-kaggle.html
Setup Jupyter remote ssh connection:
[Read More]
Windows Subsystem for Debian
If you’re frustrated using Windows and there is no way around not using it use the following:
https://docs.microsoft.com/en-us/windows/wsl/install-win10
Open PowerShell as Administrator:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Install Debian:
https://www.microsoft.com/en-ca/p/debian/9msvkqc78pk6?rtc=1&activetab=pivot:overviewtab
sudo apt update