Skip to content

SSH Server

Ajmal Aju edited this page May 14, 2019 · 19 revisions

#> ## https://www.simplified.guide/ubuntu/install-ssh-server

sudo apt update

sudo apt install -y openssh-server

sudo systemctl status ssh

sudo systemctl start ssh

sudo systemctl disable ssh

sudo systemctl enable ssh

config file

Host THE_NAME_YOU_IDENTIFY_THIS_ENTRY_BY

      `Hostname YOUR_REALLY_LONG_EC2_HOST_NAME`

      `user SOME_USERNAME`

      `IdentityFile PATH_TO_A_PEM_FILE`

      `Port 22 (this is almost always 22)`

Node Errors:-

Node Version Manager : Using brew

https://medium.com/@katopz/how-to-install-specific-nodejs-version-c6e1cec8aa11

ENOSPC: System limit for the number of file watchers reached, watch

https://github.com/guard/listen/wiki/Increasing-the-amount-of-inotify-watchers#the-technical-details

while loading shared libraries: libicui18n.so.64: cannot open shared object file: No such file or directory

https://stackoverflow.com/questions/55097675/node-error-while-loading-shared-libraries-libicui18n-so-62-cannot-open-shared

Flutter HandTips : -

Form Fields Prefilling from an API Call, in a simple way (Small Delay Expected)

https://stackoverflow.com/questions/59269947/how-to-display-user-data-in-an-edit-form-using-flutter

Django Workarounds

Query using subquery and distinct uniqueness overloaded (><)

https://stackoverflow.com/a/56333533/9301191

R for Debian

Installation and Updation

http://scottsfarley.com/research/cloudcomputing/2016/07/19/Updating-R-on-Debian.html

Clone this wiki locally