installation-guides • 3 min read • How to Install and Use HandBrake on Ubuntu 20.04 Install and Use HandBrake on Ubuntu 20.04 with our step-by-step tutorial. HandBrake is a popular open-source video transcoder tool.…
gzip • 4 min read • Gzip Command in Linux Learn gzip command in linux with our step-by-step tutorial. The gzip command in Linux is used to compress files or directories.…
gunzip • 3 min read • Gunzip Command in Linux Use gunzip command in Linux with our step-by-step tutorial. The gunzip command is used to decompress files that were compressed by gzip command.…
tar • 6 min read • Tar Command in Linux (Create and Extract Archives) Use tar command in linux with our step-by-step tutorial. It is used for creating archives to store files on magnetic tape.…
tail • 4 min read • Linux Tail Command Use linux tail command with our step-by-step tutorial. It displays the latest part of one or more files or piped data (10 lines by default).…
chmod-777 • 5 min read • What Does chmod 777 Mean In this tutorial, you will learn about chmod 777 command, as well as the numbers that correspond to the permissions.…
rsync • 5 min read • Rsync Command in Linux with Examples Use rsync command in Linux with our step-by-step tutorial. A command-line tool that synchronizes files between sites using shell or Rsync daemon.…
grep • 7 min read • Regular Expressions in Grep (Regex) Use Regular Expressions in Grep (Regex) with our step-by-step tutorial. A RegEx in Grep is a pattern to search and match text within input.…
add • 3 min read • How to Add a Git Remote Add a Git Remote with our step-by-step tutorial. Git remote is a pointer to a copy of the repository hosted on a different server.…
installation-guides • 4 min read • How to Install Docker Toolbox on Windows Install Docker Toolbox on Windows with our step-by-step tutorial. Docker uses OS-level virtualization to deliver software in containers.…
undo • 5 min read • How to Undo Last Git Commit Undo Last Git Commit with our step-by-step tutorial. Git is a powerful version control system for tracking changes in software development.…
installation-guides • 4 min read • How to Install Django on Windows Install Django on Windows with our step-by-step tutorial. Django is a powerful framework useful for writing Python web applications.…