Tech Tips & Tricks The Beginner’s Guide to the dpkg Command in Debian-Based Linux Distro | Tips & Tricks Aug 11, 2018 Every Linux distribution comes with a specific package manager. For Debian or Debian-based distro, the default package manager is “apt” or “apt-get”…
Linux Getting Started with Awk Command – Linux Jul 31, 2018 Awk is a powerful data processing programming language built in to almost every *nix system. It looks like a general purpose programming language on…
Linux The Beginner’s Guide to pstree Command on Linux – Linux Jul 30, 2018 pstree is a powerful and useful command for displaying running processes in Linux. Like its companion ps, it shows all running processes currently…
Linux Mastering the “Kill” Command in Linux – Linux Jul 30, 2018 It doesn’t matter which operating system you are using – you will surely come across a misbehaving application that locks itself up and refuses to…
Linux The Beginner’s Guide to the pwd Command in Linux – Linux Jul 30, 2018 In this article we are going to take a look at the pwd command, one of the most basic commands in Linux.We will find out how to use the pwd command to…
Linux Download Subtitles Via Right Click From File Manager Or Command Line With OpenSubtitlesDownload.py… Jul 28, 2018 submitted by /u/logix22 Article Prepared by Ollala Corp
Linux Converting and manipulating image files on the Linux command line – Info Linux Jul 27, 2018 submitted by /u/CrankyBear Article Prepared by Ollala Corp
Linux Learn a few different ways to get a progress bar for your dd command – Info Linux Jul 27, 2018 The dd tool has been a critical component on the Linux (and UNIX) command line for ages. You know a command-line tool is important if it has only two…