📅 July 18, 2020

HOW TO: Make a Bootable USB by Downloading an .ISO or an Image Directly to Your Thumbdrive

Make a Bootable USB by Download an .ISO or an Image Directly to Your Thumbdrive

When you want to install a new OS, you usually create a bootable USB flash drive with the .iso of that OS. To do that you can use GUI programs like Etcher or Rufus or the dd command. Or maybe you’ll take the more convinient route and create a multiple-ISO bootable drive.

But, maybe, you just want to create an Ubuntu LTS bootable flash drive and just throw it in your backpack or hang it on your keychain, just in case you’ll ever need it. Maybe, for any reason, you don’t want to download the iso or image to your HDD/SSD. Maybe you’re out of space. But you really need to make a bootable drive.

You can just write the ISO files directly to your USB drive as you download it from the internet.

Continue reading “HOW TO: Make a Bootable USB by Downloading an .ISO or an Image Directly to Your Thumbdrive”

📅 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 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”

📅 June 15, 2020

HOW TO: Install macOS Catalina in a Docker Container on Linux

Run macOS Catalina in a Docker Container on your Linux machine.

We already have a tutorial on how to install macOS Catalina on Linux. A simple tutorial on how set up a macOS VM in QEMU, accelerated by KVM. This is basically the same tutorial but everything runs, near native with X11 forwarding, in Docker.

Continue reading “HOW TO: Install macOS Catalina in a Docker Container on Linux”

📅 November 8, 2019

HOW TO: Install macOS Catalina on Linux

The easiest way to install and run macOS Catalina on your Linux machine

A quick tutorial on how set up a simple macOS VM in QEMU, accelerated by KVM. Jump over the break to learn more…

Continue reading “HOW TO: Install macOS Catalina on Linux”

📅 October 8, 2019

HOW TO: Hide macOS Catalina Upgrade From Software Update

Simple way to hide an update in the software update preference pane

macOS Catalina was finally released to the public. And just like every other n00b fuccboi fanboy, I’ve immediately clicked that ‘upgrade now’ button. Long story short there were some glitches in the matrix and the upgrade went heywire.

What happened? Don’t know, don’t really care and I don’t have the time or patience to troubleshoot now. Apple should get their shit together with both iOS and macOS anyway.

But unlike a n00b, I had backups. So, my mac is now fully restored and it’s time to hide that macOS Catalina update in the Software Update reference pane.

If you also want to hide it, maybe you don’t want to update yet and don’t want to be tempted, or avoid somebody else that has access to your mac updating, here’s how you do it:

1. Open Terminal

2. Type sudo softwareupdate --ignore "macOS Catalina"

 

3. Poof. It’s gone…

 

4. To revert the process type: sudo softwareupdate --reset-ignored "macOS Catalina"

NOTE: you will still see ‘1 update’ next to System Preferences in the Apple Menu and if you have the System Preferences icon in the dock it will show the 1 update badge. Also…. this works with any other update that shows in the pane.

📅 September 2, 2019

iStats: Check Sensor and Battery Stats

iStats is a command-line tool that allows you to easily grab the CPU temperature, fan speeds and battery information on macOS

Here’s a nifty little Ruby gem that allows you to read your Mac’s sensors in Terminal – iStats.

Not to be confused with iStat Menu, a closed source GUI tool that costs $10 and does similar things.

iStats is simply a free macOS command-line tool that allows you to easily grab the CPU temperature, fan speeds, battery stats etc.

Continue reading “iStats: Check Sensor and Battery Stats”

📅 March 27, 2017

Apple Releases iOS 10.3 and macOS Sierra 10.12.4

Apple released today two major updates for iOS devices and Macs. iOS 10.3 with find my AirPods, APFS and more and macOS Sierra with Night Shift Mode

Apple released today iOS 10.3 to the public, and it’s available for free as an over-the-air or iTunes update for all iOS 10 users.

The update brings the new “Find My AirPods” feature which has been added to Find My iPhone. iOS 10.3 also introduces a new Apple File System ( APFS ) which is installed when the device is updated and it’s optimized for flash/SSD storage, including improved support for encryption.

Continue reading “Apple Releases iOS 10.3 and macOS Sierra 10.12.4”