Linux

How To Build a Discord Bot in Python on Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

How To Build a Discord Bot in Python on Ubuntu 20.04

In this guide, you will build a Discord bot using the Python programming language and deploy it to an Ubuntu 20.04 server. You’ll be using the Discord Python library, [`discord.py`](https://discordpy.readthedocs.io/en/latest/), to program your bot.

Read more
How To Build and Deploy Packages for Your FreeBSD Servers Using Buildbot and Poudriere — step-by-step Linux tutorial on Progressive Robot

How To Build and Deploy Packages for Your FreeBSD Servers Using Buildbot and Poudriere

Poudriere is the standard tool on FreeBSD to build, test, and audit packages as well as maintain the package repositories. In this tutorial you’ll configure Poudriere, build a set of desired packages, set up HTTP-base package hosting, and automate the build using Buildbot as a continuous integration platform. Next, you will access the packages from a client machine. Finally, if you want to integrate your own software builds with this process, you’ll step through building an example application.

Read more
CHAT