Skip to content

Instantly share code, notes, and snippets.

View jeud's full-sized avatar

Kongthap Thammachat jeud

View GitHub Profile
@learncodeacademy
learncodeacademy / gist:5850f394342a5bfdbfa4
Last active December 4, 2024 21:28
SSH Basics - Getting started with Linux Server Administration

###SSH into a remote machine###

ssh [email protected]
#or by ip address
ssh [email protected]

exit: exit ###Install Something###

#If it's a new server, update apt-get first thing
@staltz
staltz / introrx.md
Last active April 24, 2025 06:10
The introduction to Reactive Programming you've been missing