Veritasium - The Biggest Chemical Cover-up in History
vid{ed79a8d44ff37b44152ff5323b0fda2180046c840ae7de68cd6408c7389cc7ff}
— Permalink
vid{ed79a8d44ff37b44152ff5323b0fda2180046c840ae7de68cd6408c7389cc7ff}
— Permalink
Un topo sur LibreWolf, un fork de Firefox orienté respect de la vie privée sans concession.
Un topo sur LibreWolf, un fork de Firefox orienté respect de la vie privée sans concession.
Calculer un bilan national en tenant compte de la consommation plutôt que la production, c'est-à-dire en tenant compte des importations aussi, c'est intéressant (voir https://www.carbonbrief.org/mapped-worlds-largest-co2-importers-exporters/). Mais si on tenait compte des empires coloniaux, ça donne quoi ?
vid{ed79a8d44ff37b44152ff5323b0fda2180046c840ae7de68cd6408c7389cc7ff}
— Permalink
For su
or sudo
to work, the rootfs has to be mounted suid
-- which is obvious when you know how it work or think about it. sudo
is nice enough to hint us at it, but sud
isn't.
Either way, when chroot
ing you need to make sure the partition holding your new root is not mounter nosuid
. Any user-mounted partition usually is (for fairly obvious security reasons I guess), so if you're plugging in a drive, make sure you mount it manually or remount it mount -o remount,suid
.
Then, su
and sudo
should work fine in the chroot (at least if you mounted all the bits like /proc
, /sys
, /dev
, /dev/pts
and al.).
Beware of shady stuff though, obviously.