Linux - Strona 3

How to Convert Integer into String in Python
Python has several built-in data types. Sometimes, when writing Python code, you might need to convert one data type to another. For example, concate...
How to Install Python 3.9 on Ubuntu 20.04
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 scri...
How to Install Flask on Ubuntu 20.04
Flask is a free and open-source micro web framework for Python designed to help developers build secure, scalable, and maintainable web applications....
How to Undo Last Git Commit
Sometimes, when working with Git, you may want to undo the latest commit. A commit is a snapshot of a Git repository at a given time. Git has a refere...
Rmmod Command in Linux
The core component of each Linux operating system is the Linux kernel. It manages the system's resources, and acts as an intermediary between the comp...
Install Odoo 14 on CentOS 8
Odoo is the most popular all-in-one business software in the world. It offers a range of business applications, including CRM, website, e-Commerce, b...
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-so...
How to Get and Change the Current Working Directory in Python
When dealing with files in directories in Python, it is always a good idea to use absolute paths. However, if you are working with relative paths you...
How to Setup FTP Server with Vsftpd on Raspberry Pi
This tutorial explains how to install and configure an FTP server on Raspberry Pi that you use to share files between your devices. We'll use vsftpd,...