Tails – Live System To Preserve Your Privacy & Anonymity

The Tails team is happy to publish Tails 4.5, the first version of Tails to support Secure Boot. This release also fixes many security vulnerabilities. You should upgrade as soon as possible.

New Features

  • Secure Boot
    • Tails now starts on computers with Secure Boot enabled.
    • If your Mac displays the following error:
    • Security settings do not allow this Mac to use an external startup disk.
    • Then you have to change the settings of the Startup Security Utility of your Mac to authorize starting from Tails.

Changes & Updates

  • Update Tor Browser to 9.0.9.
  • This update fixes several vulnerabilities in Firefox, including some critical ones.
  • Mozilla is aware of targeted attacks in the wild abusing these vulnerabilities.

Known Issues

Get Tails 4.5

  • To upgrade your Tails USB stick and keep your persistent storage
    • Automatic upgrades are available from Tails 4.2 or later to 4.5.
    • If you cannot do an automatic upgrade or if Tails fails to start after an automatic upgrade, please try to do a manual upgrade.

Installation

Follow our installation instructions:

R K

Recent Posts

Comments in Bash Scripts

What Are Bash Comments? In Bash scripting, comments are notes in your code that the…

6 hours ago

Shebang (#!) in Bash Script

When you write a Bash script in Linux, you want it to run correctly every…

1 day ago

Bash String Concatenation – Bash Scripting

Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…

1 day ago

Learn Bash Scripting: How to Create and Run Shell Scripts for Beginners

What is Bash Scripting? Bash scripting allows you to save multiple Linux commands in a file and…

2 days ago

Bash if…else Statement – Bash Scripting

When it comes to automating tasks on Linux, Bash scripting is an essential skill for both beginners…

2 days ago

Bash Functions Explained: Syntax, Examples, and Best Practices

Learn how to create and use Bash functions with this complete tutorial. Includes syntax, arguments,…

5 days ago