Introduction Creating files is a fundamental aspect of working with Linux, and it forms the building blocks of various tasks and projects. As a beginner, understanding the different methods for file creation is key to navigating the Linux environment effectively. This guide aims to provide an overview of essential techniques, […]

We use SSH protocol to access Linux Ubuntu servers. (Ubuntu server 22.04) Users use SSH connection with default settings. However, this usage brings security risks. If the IP address of the server you SSH to is a public IP, this poses a much greater risk. In this article, we will […]

FTP (File Transfer Protocol) is a standard way of transferring files between computers over a network. FTP allows you to upload and download files, create and delete directories, and manage file permissions on a remote server. In this blog post, I will show you how to enable FTP server on […]

Python is a popular programming language that supports multiple paradigms such as object-oriented, functional, and procedural. Python is available in two versions: Python2 and Python3. Python2 is the legacy version that is no longer supported by the Python Software Foundation since January 1, 2020.