Open Paste

Install Code Server Ubuntu 24

1 min read

sudo apt update && sudo apt upgrade -y curl -fsSL https://code-server.dev/install.sh | sh sudo systemctl enable --now code-server@$USER nano ~/.config/code-server/config.yaml bind-addr: 0.0.0.0:9091 auth: password password: asuasu cert: false sudo systemctl restart code-server@$USER sudo ufw allow 9091 sudo

Read more
Telebot V1

Telebot V1

3 min read

Telegram bot ambil data dari aws dan pixeldrain import os import boto3 import requests from pyrogram import Client, filters from pyrogram.types import Message # == KONFIGURASI == API_ID = 35781188 # dari my.telegram.org API_HASH = "" TOKEN = "8780676399:" # dari BotFather OWNER_ID = AWS_ACCESS_KEY = "" AWS_

Read more
Coming soon

Coming soon

1 min read

This is Public Pastes, a brand new site by Open Paste that's just getting started. Things will be up and running here shortly, but you can subscribe in the meantime if you'd like to stay up to date and receive emails when new content is published!

Read more