BTFS – A Bittorrent Filesystem Based On FUSE
The torrents have been around for a long time to share and download data from the Internet. There are plethora of GUI and CLI torrent clients available on the market. Sometimes, you just can not...
The torrents have been around for a long time to share and download data from the Internet. There are plethora of GUI and CLI torrent clients available on the market. Sometimes, you just can not...
Are you using a Debian-based system? Great! I am here today with a good news for you. Say hello to “Debian-goodies”, a collection of useful utilities for Debian-based systems, like Ubuntu, Linux Mint. These set...
There are plenty of GUI picture viewers available for Linux. But I haven’t heard or used any applications which displays pictures in the Terminal itself. Luckily, I have just found a CLI image viewer named...
Have you ever been in a situation where you had to run a specific Linux command every few seconds repeatedly? Well, if you don’t know already, this tutorial will teach you how. Of course you...
Today, I cam across an interesting and rather unknown command named “Numfmt” that converts the numbers to/from human readable format. It reads the numbers in various representations and reformats them in human readable format according...
Cron is one of the most useful utility that you can find in any Unix-like operating system. It is used to schedule commands at a specific time. These scheduled commands or tasks are known as...
The other day I was installing Dropbox on Ubuntu 18.04 LTS server edition. When configuring Dropbox, I had a situation where I needed to enter my current user name and the group name. Of course,...
In this guide, we are going to learn to use df command. The df command, stands for Disk Free, reports file system disk space usage. It displays the amount of disk space available on the...
The Shuf command is used to generate random permutations in Unix-like operating systems. Using shuf command, we can shuffle the lines of a given input file randomly. Shuf command is part of GNU Coreutils, so...
The fc command, short for fix commands, is a shell built-in command used to list, edit and re-execute the most recently entered commands in to an interactive shell. You can edit the recently entered commands...
This is the fourth part in the series of “random one-liner Linux commands” tutorial. In this part, you will learn about the random one-liner Linux commands, in no particular order or category, which we shared...
In the previous guide, we learned how to archive files and directories using tar command in Linux. Today, we are going to do the same, but using Zip an Unzip programs. The zip application is...