Linuxizeflipped into LinuxizeUbuntu How to Install and Configure VNC on Ubuntu 20.04 linuxize.com - Linuxize This article explains how to install and configure a VNC server on Ubuntu 20.04. We'll also show you how to securely connect to the VNC server …
Linuxizeflipped into Linuxize How to Set Up WireGuard VPN on Debian 10 linuxize.com - Linuxize This article explains how to install and configure WireGuard on Debian 10 that will act as a VPN server.
Linuxizeflipped into Linuxize How to Install Asterisk on Ubuntu 20.04 linuxize.com - Linuxize This tutorial explains how to install Asterisk on Ubuntu 20.04. Asterisk is a popular open-source PBX platform.
Linuxizeflipped into Linuxize Install and Configure Fail2ban on Debian 10 linuxize.com - Linuxize This article explains how to install and configure Fail2ban on Debian 10. Fail2ban is a tool that helps protect your Linux machine from brute-force …
Linuxizeflipped into Linuxize How to Setup FTP Server with VSFTPD on Ubuntu 20.04 linuxize.com - Linuxize This article describes how to install and configure an FTP server on Ubuntu 20.04 that you use to share files between your devices.
Linuxizeflipped into Linuxize Python For Loop linuxize.com - Linuxize The for loop in Python iterates over the items of a sequence and repeatedly executes a block of statements.
Linuxizeflipped into LinuxizeFlipboardIcon version of the Flipboard logo How to Install VMware Workstation Player on Ubuntu 20.04 linuxize.com - Linuxize This article describes how to install VMware Workstation Player on Ubuntu 20.04.
Linuxizeflipped into Linuxize How to Install and Use Wine on Ubuntu 20.04 linuxize.com - Linuxize This article describes how to install Wine on Ubuntu 20.04. Wine is an open-source compatibility layer that allows you to run Windows applications on …
Linuxizeflipped into Linuxize How to Install Microsoft Edge Browser on Ubuntu 20.04 linuxize.com - Linuxize This article explains how to install the Microsoft Edge Browser web browser on Ubuntu 20.04.
Linuxizeflipped into Linuxize How to Install Python 3.9 on Debian 10 linuxize.com - Linuxize In this article, we'll show you how to install Python 3.9 on Debian 10.
Linuxizeflipped into Linuxize Bash wait Command linuxize.com - Linuxize 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 …
Linuxizeflipped into LinuxizeFlipboardIcon version of the Flipboard logo Python Tuples linuxize.com - Linuxize This article will walk you through the basics of Python tuples. Tuples are similar to lists, with the main difference being that the lists are …
Linuxizeflipped into LinuxizeFlipboardIcon version of the Flipboard logo Find and Replace in Vim / Vi linuxize.com - Linuxize Find and replace is a powerful feature of Vim, which allows you to make changes to your text quickly.
Linuxizeflipped into LinuxizeFlipboardIcon version of the Flipboard logoProgramming Languages Bash: Write to File linuxize.com - Linuxize This article explains how to write text to a file in Bash, using the redirection operators and tee command.
Linuxizeflipped into LinuxizeProgramming Languages Bash read Command linuxize.com - Linuxize read is a bash built-in command that reads a line from the standard input (or from the file descriptor) and split into words.
Linuxizeflipped into LinuxizeLinux Listing Linux Services with Systemctl linuxize.com - Linuxize This article explains how to use the systemctl command to list Linux services and check their status.
Linuxizeflipped into Linuxize How to Use the nmap Command linuxize.com - Linuxize Nmap is a powerful network scanning tool for security audits and penetration testing.
Linuxizeflipped into Linuxize Chattr Command in Linux (File Attributes) linuxize.com - Linuxize This article explains how to use the chattr command to change file attributes on Linux file systems.
Linuxizeflipped into Linuxize How to Install PHP 8 on Ubuntu 20.04 linuxize.com - Linuxize PHP is one of the most widely used server-side programming languages. Many popular CMS and frameworks such as WordPress, Magento, and Laravel are …
Linuxizeflipped into Linuxize Basename Command in Linux linuxize.com - Linuxize basename is a command-line utility that strips directory and suffix from given file names.
Linuxizeflipped into Linuxize How to Convert Integer into String in Python linuxize.com - Linuxize In Python, we can convert integers and other data types to strings using the built-in str() function.
Linuxizeflipped into Linuxize How to Install Flask on Ubuntu 20.04 linuxize.com - Linuxize In this article we'll discuss how to install Flask on Ubuntu 20.04 inside a Python virtual environment.
Linuxizeflipped into Linuxize who Command in Linux linuxize.com - Linuxize who is a command-line utility that displays a list of currently logged in users. It can also show the current run level, time of the last system …
Linuxizeflipped into Linuxize How to Install Python 3.9 on Ubuntu 20.04 linuxize.com - Linuxize In this article, we'll show you two ways to install Python 3.9 on Ubuntu 20.04.
Linuxizeflipped into Linuxize How to Install Nvidia Drivers on Ubuntu 20.04 linuxize.com - Linuxize This article describes how to install the proprietary Nvidia drivers on Ubuntu 20.04.
Linuxizeflipped into Linuxize How to Undo Last Git Commit linuxize.com - Linuxize In Git you can undo changes using the git reset command followed by the commit identifier.
Linuxizeflipped into Linuxize Install Odoo 14 on CentOS 8 linuxize.com - Linuxize This article explains how to install and deploy Odoo 14 inside a Python virtual environment on CentOS 8.
Linuxizeflipped into Linuxize Rmmod Command in Linux linuxize.com - Linuxize In this article, we'll talk about how to use the rmmod command to remove modules from the Linux Kernel.
Linuxizeflipped into Linuxize How to Set Up WireGuard VPN on Ubuntu 20.04 linuxize.com - Linuxize WireGuard is a modern VPN technology that utilizes state-of-the-art cryptography. In this article, we'll discuss how to set up a WireGuard VPN on …
Linuxizeflipped into Linuxize How to Install and Configure Squid Proxy on Ubuntu 20.04 linuxize.com - Linuxize This tutorial explains how to set up a Squid Proxy on Ubuntu 20.04 and configure Firefox and Google Chrome web browsers to use it.