Skip to content

Instantly share code, notes, and snippets.

Server Configuration from scratch

My public ip : 51.15.204.137 Log in to your new server by ssh, use key/pair or password depending on the service you have chosen

ssh root@51.15.204.137

Now let's create a new user that we call deploy or whatever you want and add it to the sudo group

@v-pukman
v-pukman / soundcloud_api_client.py
Created July 12, 2022 17:31 — forked from SirFroweey/soundcloud_api_client.py
Download SoundCloud Track via SoundCloud API
import mechanize
from lxml import etree
import json
__author__ = "https://github.com/SirFroweey/"
class SoundCloud:
"""