Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Blogging Blogs  >  Guides Blogs  >  Linuxize guides Blog  > 

Linuxize Blog


linuxize.com
Linuxize is a Linux Sysadmin and DevOps blog that publishes articles and tutorials about server operations, new techniques and Linux security.
2021-02-22 18:31
The for loop in Python iterates over the items of a sequence and repeatedly executes a block of statements Read More
2021-01-26 17:11
wait is a command that waits for the given jobs to complete and returns the exit status of the waited for command Read More
2021-01-18 18:51
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 mutable while the tuples are immutable Read More
2021-01-04 18:01
This article explains how to write text to a file in Bash, using the redirection operators and tee command Read More
2020-12-29 18:11
read is a bash built-in command that reads a line from the standard input (or from the file descriptor) and split into words Read More
2020-11-17 19:31
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 boot, and more Read More
2020-10-16 19:06
This article explains how to install and deploy Odoo 14 inside a Python virtual environment on Ubuntu 20.04. Odoo is a popular open-source suite of business apps that help companies to manag… Read More
2020-10-05 19:30
wall is a command-line utility that displays a message on the terminals of all logged-in users. The messages can be either typed on the terminal or the contents of a file Read More
2020-10-02 19:21
Slack is one of the most popular collaboration platform in the world that brings all your communication together. This tutorial explains how to install Slack on CentOS 8 Read More
2020-09-01 19:30
This article covers how to use the usermod command to add a user to a group, change a user shell, login name, home directory, and more Read More
2020-08-25 19:11
In Python, there are several different ways to reverse a list, depending on what you're trying to do Read More
2020-08-23 19:31
This guide shows two ways of installing Slack on Ubuntu 20.04. Slack can be installed as a snap package via the Snapcraft store, or as a deb package from the Slack repositories Read More
2020-08-20 19:31
The HTTP status code 500 is a generic error response that is returned by the server when no other error code is appropriate. It can be caused by a number of problems that prevent the server… Read More
2020-08-12 19:31
This article guides you through the installation of Postman on Ubuntu 20.04. Postman is available as a native app (built on Electron) for all major operating systems, including macOS, Linux… Read More
2020-08-09 19:31
This article describes how to install Tor web browser on Ubuntu 20.04. Tor Browser is a customized version of Firefox that routes the web traffic through the Tor network, making it private a… Read More
2020-08-05 18:11
MongoDB is a free and open-source document database. In this tutorial, we will cover the process of installing and configuring the latest version of MongoDB Community Edition on Ubuntu 20.04… Read More
2020-08-03 18:24
This article covers the steps of installing the latest version of CouchDB on Ubuntu 20.04. Apache CouchDB is a free and open-source NoSQL database developed by the Apache Software Foundation… Read More
2020-07-27 17:40
This article explains how to generate SSH keys on Ubuntu 20.04 systems. We'll also show you how to set up an SSH key-based authentication and connect to remote Linux servers without entering… Read More
2020-07-24 20:40
SFTP is a secure file protocol for transferring files between two hosts over an encrypted connection. The default SFTP port is 22 Read More
2020-07-22 20:51
This article describes how to create tar.gz files. By convention, the name of a tar archive compressed with gzip should end with either .tar.gz or .tgz Read More
2020-07-21 19:31
Renaming directories is one of the most basic operations you often need to perform on a Linux system. This article explains how to rename directories using the command-line Read More
2020-07-18 19:31
When troubleshooting system or application slowdown or misbehavior, one of the first things to check is the system memory usage. This article explains how to check RAM usage in Linux using s… Read More
2020-07-16 20:11
This article explains how to install Jenkins on Ubuntu 20.04. Jenkins is an open-source automation server that can be used to easily set up continuous integration and continuous delivery (CI… Read More
2020-07-12 19:41
The Python's map() function takes an iterable object, along with a function, and applies that function to each element in the iterable Read More
2020-07-07 19:31
Steam is a cross-platform entertainment platform developed by Valve Corporation for purchasing and playing video games. This article explains how to install the Steam client on Ubuntu 20.04 Read More
2020-07-03 19:31
KVM (Kernel-based Virtual Machine) is an open-source virtualization technology built into the Linux kernel. This guide provides instructions on how to install and configure KVM on Ubuntu 20… Read More
2020-06-30 09:21
This article covers the basics of writing comments in Python. A comment is a human-readable explanation or annotation that are used to explain the code Read More
2020-06-27 19:22
This article describes how to install TeamViewer on Ubuntu 20.04. TeamViewer is a cross-platform solution that is used for remote control, web conferencing, desktop sharing, and file transfe… Read More
2020-06-26 20:51
This article explains how to open (or unzip) .gz files. Gzip is a popular compression algorithm that reduces the size of a file while keeping the original file mode, ownership, and timestamp… Read More
2020-06-25 19:52
This article describes how to perform search operations in Vim / Vi. Vim allows you to quickly find text using the / (forward slash) and ? (question mark) commands Read More
2020-06-20 20:10
In this tutorial, we will show you two different ways to install Apache Maven on Ubuntu 20.04. Apache Maven is an open-source project management and comprehension tool used primarily for Jav… Read More
2020-06-18 20:31
This tutorial will walk you through the installation of Anaconda Python Distribution on Ubuntu 20.04. Anaconda is a popular Python/R data science and machine learning platform Read More
2020-06-16 19:31
The modulo operation is an arithmetic operation that finds the remainder of the division of one number by another. In Python, the modulo operator is represented by the percent sign Read More

Share the post

Linuxize

×

Subscribe to Linuxize

Get updates delivered right to your inbox!

Thank you for your subscription

×