📅 August 9, 2020

OpenSnitch Application Firewall for Linux

A free and open source Linux application firewall

If you’re looking for an application firewall for your Linux box, you must’ve heard of OpenSnitch. The bad news is that the original project is no longer under active development. The good news is that OpenSnitch has been forked.

Continue reading “OpenSnitch Application Firewall for Linux”

📅 July 20, 2020

auto-cpufreq: Automatic CPU Speed & Power Optimizer for Linux

Automatic CPU speed & power optimizer for Linux based on active monitoring of laptop’s battery state, CPU usage and system load. Ultimately allowing you to improve battery life without making any compromises.

Linux is great for so many reasons. Battery life is not one of them. Most users, with every new isntall, one of the first thing they install is TLP and/or Powertop. Tools like these definitely help with extending the battery life but they also come with their own set of problems. Like losing turbo boost.

Here’s where cpu-freq comes in. A simple tool which will automatically make “cpufreq” related changes, save battery like TLP, but let Linux kernel do most of the heavy lifting.

Continue reading “auto-cpufreq: Automatic CPU Speed & Power Optimizer for Linux”

📅 July 16, 2020

HOW TO: Make GIMP Look and Feel More Like Photoshop

Make your transition from Photoshop to GIMP as smooth as possible.

 

GIMP is a replacement for Photoshop. You must’ve heard this before, but let’s be honest, that’s not really true.

If you’ve never used Photoshop before, don’t even think about it. Go for GIMP, it’s fantastic. But if you’ve only worked in Photoshop, moving to GIMP is a steep learning curve that will at least double the time for your project. Not to mention that collaboration and everything that goes with working in Photoshop goes out the window. Sort of…

Continue reading “HOW TO: Make GIMP Look and Feel More Like Photoshop”

📅 July 13, 2020

An Awesome CLI Tool to Get Info About Movies and TV Shows

A CLI for getting information about movies and TV shows.

If you love movies and TV shows, here’s a nifty little command line tool that will make your life much easier when researching what you’re going to watch next.

Continue reading “An Awesome CLI Tool to Get Info About Movies and TV Shows”

📅 July 9, 2020

Transfer Files Over Wi-Fi Between a Computer and a Mobile Device by Scanning a QR Code

A foss, cross-platform program to send files between your computer and mobile devices

 

If you’re looking for a cross platform command line program that allows you to send files between your computer and your mobile devices ( and vice-versa ) you should take a look at qrcp. 

It binds a web server to the address of your Wi-Fi network interface on a random port and creates a handler for it. The default handler serves the content and exits the program when the transfer is complete. When used to receive files, qrcp serves an upload page and handles the transfer.

Continue reading “Transfer Files Over Wi-Fi Between a Computer and a Mobile Device by Scanning a QR Code”

📅 July 3, 2020

Use the Mac App Store from the Command Line

A simple command line interface for the Mac App Store

 

I try to stay away from the Mac App Store. Why? Because 1. I try to avoid proprietary software as much as pososible and for the most part that’s totally viable ( at least in my case ) and 2. This.

Your case might be different. And that’s ok. But, you might want to avoid using a slow and bloated piece of software like the Mac App Store while continuing to take advantage from what it can offer you.

Here’s where mas comes in – a simple command line interface for the Mac App Store…

Continue reading “Use the Mac App Store from the Command Line”

📅 July 3, 2020

Assign Keyboard Shortcuts to Open macOS Apps

How to assign keyboard shortcuts to open macOS apps

When it comes to opening apps in macOS you basically have the following options: the app is in your Dock, you use Spotlight, you use Launchpad or you simply open up Finder and go to the Applications folder.

You definitely have options, but they are all slow and time consuming. It would be great if you could assing keyboard shortcuts to open apps, but macOS’ shortcut functionality is very limited.

Luckily there’s a 3rd party solution, Thor. A free and open source app that aloows you to do exactly that – assign a keyboard shortcut to any app that’s installed on your system.

Continue reading “Assign Keyboard Shortcuts to Open macOS Apps”

📅 July 2, 2020

A Better TLDR

An upgraded TLDR experience

A couple of weeks ago I showed you a few awesome man pages alternatives. One of them is TLDR. Today we’re going to upgrade the TLDR experience with TLDR++.

Continue reading “A Better TLDR”

📅 June 30, 2020

A Free and Open Source macOS System Cleaner

A free and open source solution to free up disk space on your Mac.

 

Storage space is cheap these days. Unless you’re a Mac user. Sooner or later you’ll get a notification saying that “Your disk space is critically low”.  When that happens your first instinct should be to go throught the installed apps and delete all the apps that you didn’t use in, let’s say, at least 2-3 weeks. App detox is always a good idea, phone included, even if you’re not low on space. Next take a look at your downloads folder. Usually there’s a bunch of stuff over there that you don’t need anymore. Like .dmg files.

But you can also get quite a bit of space back if you delete cache and logs files, as well as email and iMessages attachments. Especially if run on the same Mac for a few years now and you’ve never wiped it clean to start fresh.

Continue reading “A Free and Open Source macOS System Cleaner”

📅 June 18, 2020

Man Page Alternatives

A few man page alternatives to help you be more productive

Man page. Short for manual page. It’s a form of software documentation usually found on a Unix or Unix-like operating system ( like Linux and macOS ). So when you’re using the terminal and you’re not sure how a command or a program works, you can always RTFM.

The problem with man pages is that, some pages, are massivly long and sometimes depending on the command or program it’s hard to find the information you need.

Here’s a few manpage alternatives that are abbreviated and straight to the point to help you be more productive.

Continue reading “Man Page Alternatives”