This article describes how to install and configure an FTP server on Ubuntu 20.04 that you use to share files between your devices. FTP (File Transfer Protocol) is a standard network protocol used to transfer files to and from a remote network. There are several open-source FTP servers available for Linux. The most known and
Tutorial - Page 7 of 36 - DesignLinux
Python For Loop
Loops are one of the fundamental concepts of programming languages. Loops are used to perform repeated tasks until a certain condition is met. There are two main looping constructs in Python that allow you to repeat a block of code repeatedly, the for and the while loops. In this article, we will cover the basics
How to Install Microsoft Edge Browser on Ubuntu 20.04
Microsoft Edge is a fast and secure browser for the modern web. It is built with Chromium same as used by Google Chrome browser. In this article we will show you how to install the Microsoft Edge Browser web browser on Ubuntu 20.04. Currently, for Linux the developer preview is available and the stable version
How to Install VMware Workstation Player on Ubuntu 20.04
VMware Workstation Player is a desktop virtualization software that allows you to run multiple, isolated operating systems on a single machine. With VMware Player, you can create and run your own virtual machines and evaluate software distributed as a virtual appliance from many software vendors available from VMware’s Solution Exchange . VMware Player is not
How to Install and Use Wine on Ubuntu 20.04
Wine is an open-source compatibility layer that allows you to run Windows applications on Unix-like operating systems such as Linux, FreeBSD, and macOS. Wine is an acronym for “Wine Is Not an Emulator”. It translates Windows system calls into equivalent POSIX calls used by Unix-based operating systems, allowing you to seamlessly integrate Windows programs into
How to Install Microsoft Edge Browser on Ubuntu 20.04
Microsoft Edge is a fast, easy to use, and secure browser built for the modern web. The stable browser version is available on Windows, macOS, iOS, and Android, while the developer preview is available for Linux. Edge allows you to synchronize your bookmarks, history, and passwords on all your devices. Edge is based on Chromium,
How to Install Python 3.9 on Debian 10
Python is one of the world’s most popular programming languages. It is a versatile language used to build all kinds of applications, from simple scrips to complex machine learning algorithms. With its simple and easy to learn syntax, Python is a popular choice for beginners and experienced developers. Python 3.9 is the latest major release
How to Install PHP 8 on CentOS 8
PHP is a most popular server scripting language used for creating dynamic and interactive Web pages. Recently PHP 8 has been released officially. This tutorial explains how to install PHP 8 on CentOS 8 system. PHP 8.0 is the latest major release and includes performance improvements, and lots of new features such as named arguments,
Bash wait Command
wait is a command that waits for the given jobs to complete and returns the exit status of the waited for command. Since the wait command affects the current shell execution environment, it is implemented as a built-in command in most shells. In this article, we’ll explore the Bash built-in wait command. Bash wait Command
How to Install LibreOffice 7.0 on Debian 10
LibreOffice is a open-source and free office suite. This is the alternate of Microsoft Office. In this tutorial, we will show you how to install the latest LibreOffice 7 on Debian 10 system. You can install latest version of LibreOffice either using the official PPA or the Snap package manager. Prerequisites# You must logged in