Linuxize
Ubuntu Centos Debian Commands Series Donate
Python Tuples
Jan 18, 2021

Python Tuples

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

Find and Replace
Jan 11, 2021

Find and Replace in Vim / Vi

Find and replace is a powerful feature of Vim, which allows you to make changes to your text quickly.

Bash: Append to File
Jan 4, 2021

Bash: Write to File

This article explains how to write text to a file in Bash, using the redirection operators and tee command.

Linux Bash read
Dec 29, 2020

Bash read Command

read is a bash built-in command that reads a line from the standard input (or from the file descriptor) and split into words.

Dec 23, 2020

Listing Linux Services with Systemctl

Systemctl List Services
Dec 16, 2020

How to Use the nmap Command

Check Open Ports in Linux
Dec 9, 2020

Chattr Command in Linux (File Attributes)

Linux chattr Command
Dec 3, 2020

How to Install PHP 8 on Ubuntu 20.04

Install PHP 8 on Ubuntu 20.04
Nov 30, 2020

Basename Command in Linux

Linux basename Command
Nov 25, 2020

How to Convert Integer into String in Python

Python Convert Int into Str
1 3 4 5 84
ESC
© 2022 Linuxize.com Privacy Policy Terms Contact Advertise on Linuxize