January 11, 2023

Securely enter a chroot environment

Schroot allows the user to run a command or a login shell in a chroot environment. If no command is specified, a login shell will be started in the user's current working directory inside the chroot. Very usefull tools for set multi environment and don't mess wiht Your main environment. Very simple  […]

Continue reading

October 27, 2022

How to install Firefox from Debian Sid on Bookworm

Instalation of Firefox on Bullseye or Bookworm is easy with Debian Sid repository. Process is very simple and have only 3 steps.   1. Step - Add Debian Sid repository: echo "deb http://deb.debian.org/debian/ unstable main non-free contrib" > /etc/apt/sources.list.d/sid.list 2. Step -  […]

Continue reading