Practical solutions

Linux Howtos How-To Guides

Solve the problem. Keep building. Collection of Linux how-to articles

Find the answer you need

Browse practical solutions, grouped by the task you're working on.

__COUNT__ entries on this page

Network Interfaces in LinuxThis tutorial demonstrates the network interfaces in Linux. Bash Set in FishThis tutorial will teach to bash set -e, set -u and set -x in Fish shell. Pattern Matching in BashThis article covers the basics of pattern matching in the Bash scripting language, including how to use wildcards and regular expressions. Regex Match in BashThis tutorial demonstrates regular expression match using the re-match operator in bash. Bash Associative ArrayThis tutorial demonstrates how to create an associative array in Bash. Bash History SizeThis article is a comprehensive guide to understanding Bash's history and its size and manipulation. String Comparison Operator in BashThis article explains the string comparison in Bash using an if statement. Bash Variable ScopeThis article demonstrates the bash variable scope in Linux. It also educates about variable types, declaring variables and accessing them. Variable Interpolation in Bash ScriptA programming article about the variable interpolation in Bash script. Multi-Dimensional Array in BashThis tutorial will discuss the multi-dimensional array in Bash. The lsof Command in LinuxThis article demonstrates how to use the lsof command in Linux. Multiple if Conditions in Bash ScriptA Bash programming tutorial about the use of multiple if conditions. The eval Command in Bash ScriptA tutorial for explaining the use of eval command in Bash Script. Differences Between Curl and WgetThis tutorials demonstrates differences between curl and wget. The sed Command in BashThis tutorial demonstrates the use of sed in Bash. Bash Goto StatementThis article explains goto statement and if there's an equivalent of this in Bash. The declare Command in BashThis tutorial explains the declare command in bash means. Difference Between a Login Shell and a Non-Login ShellThis tutorial explains the difference between a login shell and a non-login shell in UNIX-based systems. Here Document in BashThis tutorial explains what the here document is and its usage to write a multi-line string to a file, writing Bash scripts interactively, using it with functions and turning off parameter substitution. Pipes in BashThis tutorial explains what pipes are and their usage in Unix and Linux environments. Functions in BashThis tutorial explains the basic functions in Bash and their usage in Bash scripts by using functions without the function keyword and functions with the function keyword. For Loop in BashThis tutorial explains using the for loop in Bash scripts by using the range notation and the three-expression notation like in the C programming language. Conditional Expressions in the Bash ShellLearn how to use the conditional expressions in if statements in Bash. Standard Streams in BashThis tutorial explains the standard streams and redirecting output and input to and from a file, respectively.