Python programming language is applied in so many areas of computer technology, i.e., Scripting, GUI development, Website development, Artificial Intelligence …
Latest in Learn Linux
-
-
FeaturedLearn LinuxTerminal Tuts
15 Tar command in Linux uses with examples
by Pulkit Chandak 13 minutes readTar is a famous utility that is basically used for collecting multiple files in a single archive. This file is …
-
Learn LinuxTerminal Tuts
Wait command in Linux explained with examples
by Divya Kiran Kumar 6 minutes readThe wait command comes built-in with Linux; hence you can find it in any of the Linux distros. It is …
-
Learn LinuxTerminal Tuts
How to execute a Shell command with Python
by Divya Kiran Kumar 4 minutes readPython is one of the popular programming languages out there. If you are using Linux, then learning it helps you …
-
Learn LinuxTerminal Tuts
Guide to adding Linux Symbolic Links
by Travis Roseby Travis Rose 5 minutes readYears ago, when I first started with Linux and wore a younger man’s clothes, one of the most challenging things …
-
Learn LinuxTerminal Tuts
Listing Users in Linux explained with examples
by Divya Kiran Kumar 5 minutes readIt’s a common situation, especially for system administrators, to find out the list of users on a Linux system. In …
-
Learn LinuxTerminal Tuts
Traceroute command usage explained with examples
by Divya Kiran Kumar 5 minutes readTraceroute is a useful command as it lets you understand the routing of a connection. The utility can help you …
-
Learn LinuxTerminal Tuts
Using the GREP command in Linux with examples
by Hend Adelby Hend Adel 9 minutes readIn the Linux world, General Regular Expression Parser or grep is one of the most powerful commands used by every …
-
Beginner's GuideLearn Linux
How to rename files using command-line in Linux
by Travis Roseby Travis Rose 8 minutes readBefore we begin, understand that many CLI commands can help you batch rename files, and we will allude to those. …
-
SED command helps you in performing various tasks on a text file such as updating, deleting, searching and inserting text. …