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
ubuntu - Page 6 of 15 - DesignLinux
How to Install Nvidia Drivers on Ubuntu 20.04
This article describes how to install the NVIDIA drivers on Ubuntu 20.04. If your Ubuntu machine has an NVIDIA GPU, you can choose between the open-source driver Nouveau and NVIDIA’s proprietary drivers. By default, Ubuntu uses Nouveau drivers that are generally much slower than the proprietary drivers and lacks support for the latest hardware and
How to Install AnyDesk on Ubuntu 20.04
AnyDesk is a popular and lightweight application that allows you to connect remote desktop systems. We can say this is an alternative of TeamViewer and also available for cross-platform like Windows and macOS. In this tutorial, we will show you how to install AnyDesk on Ubuntu 20.04 system. Prerequisites# You must logged in with root
How to Install LibreOffice 7.0 on Ubuntu 20.04
LibreOffice is a open-source and free office suite. In this tutorial, described steps to install the latest LibreOffice 7 on Ubuntu 20.04 Linux system. You can install latest version of LibreOffice either using the official PPA or the Snap package manager. Prerequisites# You must logged in as root or user with sudo privileges. Installing LibreOffice
How to Set Up WireGuard VPN on Ubuntu 20.04
WireGuard is a modern VPN (Virtual Private Network) technology that utilizes state-of-the-art cryptography. Compared to other popular VPN solutions, such as IPsec and OpenVPN , WireGuard is faster, easier to configure, and has a smaller footprint. It is cross-platform and can run almost anywhere, including Linux, Windows, Android, and macOS. Wireguard is a peer-to-peer VPN;
How to Install and Configure Squid Proxy on Ubuntu 20.04
Squid is a full-featured caching proxy supporting popular network protocols like HTTP, HTTPS, FTP, and more. It can be used to improve the web server’s performance by caching repeated requests, filter web traffic, and access geo-restricted content. This tutorial explains how to set up a Squid Proxy on Ubuntu 20.04 and configure Firefox and Google
How to Install Odoo 14 on Ubuntu 20.04
Odoo is a popular open-source suite of business apps that help companies to manage and run their business. It includes a wide range of applications such as CRM, e-Commerce, website builder, billing, accounting, manufacturing, warehouse, project management, inventory, and much more, all seamlessly integrated. Odoo can be installed in different ways, depending on the use
How to Install and Use FFmpeg on Ubuntu 20.04
FFmpeg is an open-source and free cross-platform solution for streaming audio, video, recording and conversion. It can be used to convert media files to from one format to another and set sample rates, capture streaming audio/video, and resize videos. In this tutorial, we will show you how to install FFmpeg on Ubuntu 20.04. Prerequisites# Before
How to Install and Use FFmpeg on Ubuntu 20.04
FFmpeg is a free and open-source collection of tools for handling multimedia files. It contains a set of shared audio and video libraries such as libavcodec, libavformat, and libavutil. With FFmpeg, you can convert between various video and audio formats, set sample rates, capture streaming audio/video, and resize videos. This article describes how to install
How to Configure Static IP Address on Ubuntu 20.04
This article explains how to set up a static IP address on Ubuntu 20.04. Typically, in most network configurations, the IP address is assigned dynamically by the router DHCP server. Setting a static IP address may be required in different situations, such as configuring port forwarding or running a media server . Configuring Static IP