FreeBSD offers write protection by allowing you to set files as immutable, to do this you will need to set set a special bit. Once this bit is set no one can delete or modify file, this includes the root user. The only user that can set and clear immutable bit is the root user.

List File attribute

...

Continue reading...

0.0(0 votes)

Checking which Debian/Ubuntu version maps to each other can be a pain specially when you are following a tutorials on how to setup something of fix a bug. As not all users are going to know the differences between the versions I have posted a list which should help identify if you are looking at the...

Continue reading...

0.0(0 votes)

Preparation

Upgrade time can be a daunting time specially if you are new or not that confident in performing upgrades, I will be covering the basics of upgrading which will allow you to perform an upgrade of your Debian 10 to a Debian 11 system.

The first thing that you want to do before making...

Continue reading...

0.0(0 votes)

Preperation

Upgrade time can be a daunting time specially if you are new or not that confident in performing upgrades, I will be covering the basics of upgrading which will allow you to perform an upgrade of your Debian 9 system to a Debian 10 system.

The system that I last performed the upgrade...

Continue reading...

0.0(0 votes)

Install XRDP on Debian 10

apt install xrdp
apt install xserver-xorg-core
apt install xorgxrdp
adduser xrdp ssl-cert  

Update configuration file

vi /etc/polkit-1/localauthority.conf.d/02-allow-colord.conf

polkit.addRule(function(action, subject) {
if ((action.id == "org.freedesktop.color-mana...

Continue reading...

0.0(0 votes)