top of page


What Is Firejail?
Firejail is a Linux sandboxing application used to isolate programs from the rest of your system. It works by restricting what applications can access using built-in Linux security features such as namespaces and seccomp filters. In simple terms, Firejail creates a controlled environment around an application. If that application crashes, behaves maliciously, or becomes compromised, Firejail helps limit how much of your system it can interact with. Firejail is commonly used a

CyberCorks Editorial
May 204 min read


How to Install FireTools
To install Firetools, you first need to be using a Linux-based operating system. From your desktop, open the Terminal application. Inside the terminal, enter the following command: sudo apt install firejail firetools This installs both: Firejail — the sandboxing engine Firetools — the graphical interface for Firejail Press Enter after typing the command. If prompted, enter your system password. Keep in mind that Linux terminals usually do not display password characters while

CyberCorks Editorial
May 131 min read


CyberCorks QR Code Generator Guide
CyberCorks QR Code Generator Guide The CyberCorks QR Code Generator is a fast, simple tool designed to do exactly what it sounds like: create QR codes instantly. Just enter your text or data into the input box, and the QR code updates in real time. Creating a Link QR Code To create a QR code that links to a website, simply paste your URL into the text box. The QR code will automatically update as you type. Once you're ready, you can download your QR code as a PNG, JPG, or WEB

CyberCorks Labs
Mar 242 min read


Privacy Boost for Linux: A Simple Guide to Firejail + Firetools
Audio Version Firetools is an application that uses Firejail to create a sandbox environment. Specifically, Firetools refers to the graphical user interface (GUI), while Firejail operates in the background to manage the sandboxing. A sandbox is a secure environment that isolates applications from accessing other data on your computer. This differs from a virtual machine, which runs an entirely separate Operating System (OS) within your computer. Think of it like a safe room f

Samuel Cork
Jun 6, 20252 min read


How to Install VMware Workstation
Learn how to install VMware Easily.

Samuel Cork
Oct 12, 20242 min read
bottom of page