How to Create Self-Extracting Archives with shar in Linux

Isn’t it annoying, even tiresome, having to explain to a contact what it is and how to unpack it after sending them an archive? If you answered “yes,” you’ll love shar in Linux. With shar, you can “pack” many files into a single one. If you send it to a contact of yours, they’ll just … Read more

21 Important Penetration Tools in Kali Linux

Kali Linux uses many kinds of penetration tools to assess the security situation of your devices and networks. Whether you are looking to advance your career as an ethical tester or find the vulnerabilities of your systems, these powerful tools yield excellent results. Almost all of them should be accessible from the main Kali Linux … Read more

How to Fully Integrate Firefox into Gnome Shell

If you’re a Gnome (Shell) user who happens to use Firefox, you may notice that the browser doesn’t fully match Gnome 3. No Gnome-style notifications, no client-side decorations and a theme that doesn’t really fit in at all. If you are not concerned about the appearance, then you can continue to use Firefox as it … Read more

The Most Handy du (Disk Usage) Commands in Linux

du is a command line tool shipped with Linux that reports the amount of disk space used by directories and files. Short for “disk usage,” du is the primary tool for analyzing disk space in the command line. Basic Usage du /path/to/directory Run the du command with a directory to see a complete analysis of … Read more

How to Create TXT Template Scripts in BASH

If you find yourself creating similar texts in the terminal day in day out, why not simplify the process and save your time by creating a .txt template script for it? If this sounds interesting, fire up a terminal, choose your favorite text editor, and let’s get started! Create a New Template Script Create a … Read more

How to Install and Use Foliate Ebook Reader on Linux

There are plenty of eBook readers out there for every platform and device you can think of. Linux has a few great ones, but Foliate, a new Linux eReader, is doing things differently. It’s clean, simple, and it incorporates a lot of the powerful features that you’d expect from a top tablet eReader app. Foliate … Read more

Use Pianobar to Listen to Pandora From the Linux Command-line

If you are one of those command line geeks who like listening to music while doing work, you’ll be thrilled to know that Pandora, the popular Internet radio service, can be accessed through command line as well. There exists an open source command line Pandora client by the name of Pianobar, which makes it possible. … Read more

How to Encode H.265 Video Using ffmpeg on Linux

Almost all the video we watch, over digital terrestrial TV, over cable, from satellite, or over the Internet, is compressed. Raw, uncompressed video is just too big and would waste too much bandwidth. Way back before DVD and Blu-ray, there was the Video CD (VCD). It was the first format used to commercially distribute films … Read more