Looking to upgrade your system from Debian 12 Bookworm to the latest Debian 13 Trixie? This step-by-step tutorial will guide you through a safe and efficient upgrade process. Perfect for servers and desktop environments, this guide ensures minimal downtime and maximum system stability.
At the end of the post, we are providing you with a script that does the heavy lifting for you.
If you no longer need Docker on your Debian system, here’s how to fully remove Docker and its related components, including docker-compose. Follow these steps for a thorough cleanup:
OK, DevOps teams love Papertrail for its “frustration‑free log management”: within seconds, all your application, server and router logs stream into a real‑time interface.But as volumes explode and compliance requirements (GDPR, ISO 27001, ANSSI) tighten, many organisations look for an alternative that is more sovereign, more flexible and—above all—more predictable on cost. That’s exactly what LogCentral.io delivers.
If you’re managed Macs and they’ve started to display a “Required Data Notice” popup all the time, a setting in your MDM is upsetting Microsoft AutoUpdate.
When using Windows 10/11, Windows Plug & Play drivers can automatically install applications (unsecured, dangerous or both) on your computer. This is a feature called Co Installers.
Need local admin and have physical access? – Plug a Razer mouse (or the dongle) – Windows Update will download and execute RazerInstaller as SYSTEM – Abuse elevated Explorer to open Powershell with Shift+Right click
At BoucheCousue, we offer managed services to our customers and our therefore looking to reduce any surface of attack on the machines being used by end users.
How to block CoInstallers?
You can manually edit your registry by adding or changing a key in
# Registry Detection Template If (!(Test-Path $regkey)) { Write-Output 'RegKey not available - remediate' Exit 1 }
$check=(Get-ItemProperty -path $regkey -name $name -ErrorAction SilentlyContinue).$name if ($check -eq $value){ write-output 'setting ok - no remediation required' Exit 0 } Else { write-output 'value not ok, no value or could not read - go and remediate' Exit 1 }
And the remediation one:
## DetectCoInstallers - BoucheCousue ## Remediation script for Intune Remediation
Slack has a Windows/macOS compatible feature that allows the use of a file called Signin.slacktoken helping the users be redirected to the right workspace to sign in.
If you use Google Drive on Mac OS (formerly named Drive File Stream), you might be having a hard time finding documents and folders in Spotlight. It is quite an easy problem to solve.