How to send telegram message with python?

Send message to telegram using python

Telegram is a popular messaging app that is widely used for communication and sharing media. In this tutorial, we will learn how to use Python to send messages to a Telegram channel using the python-telegram-bot library.

How to create an FTP server on Ubuntu?

FTP server in ubuntu

In this article we’ll learn how to setup an FTP server in ubuntu. File Transfer Protocol (FTP) is used to transfer files from one host to another over a network.

Easily Backup and Restore MySQL using MyDumper

MySQL backup using mydumper

MyDumper is a MySQL Logical Backup Tool. It has 2 tools: Both tools use multithreading capabilities. Advantages of using Mydumper & Myloader GitHub Link: https://github.com/mydumper/mydumper Install mydumper on ubuntu As always we’ll start with updating the package information. We need to install the dependencies. Install the latest mydumper version. Verify the installation. Sample Output: Take […]